public class DescribeBackupOverviewResponse extends AbstractModel
Constructor and Description |
---|
DescribeBackupOverviewResponse() |
Modifier and Type | Method and Description |
---|---|
Long |
getBackupCount()
Get Total number of backups of a user in the current region (including data backups and log backups).
|
Long |
getBackupVolume()
Get Total capacity of backups of a user in the current region.
|
Long |
getBillingVolume()
Get Paid capacity of backups of a user in the current region, i.e., capacity that exceeds the free tier.
|
Long |
getFreeVolume()
Get Backup capacity in the free tier of a user in the current region.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setBackupCount(Long BackupCount)
Set Total number of backups of a user in the current region (including data backups and log backups).
|
void |
setBackupVolume(Long BackupVolume)
Set Total capacity of backups of a user in the current region.
|
void |
setBillingVolume(Long BillingVolume)
Set Paid capacity of backups of a user in the current region, i.e., capacity that exceeds the free tier.
|
void |
setFreeVolume(Long FreeVolume)
Set Backup capacity in the free tier of a user in the current region.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getBackupCount()
public void setBackupCount(Long BackupCount)
BackupCount
- Total number of backups of a user in the current region (including data backups and log backups).public Long getBackupVolume()
public void setBackupVolume(Long BackupVolume)
BackupVolume
- Total capacity of backups of a user in the current region.public Long getBillingVolume()
public void setBillingVolume(Long BillingVolume)
BillingVolume
- Paid capacity of backups of a user in the current region, i.e., capacity that exceeds the free tier.public Long getFreeVolume()
public void setFreeVolume(Long FreeVolume)
FreeVolume
- Backup capacity in the free tier of a user in the current region.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2020. All rights reserved.