public class DescribeBackupOverviewResponse extends AbstractModel
| Constructor and Description |
|---|
DescribeBackupOverviewResponse() |
DescribeBackupOverviewResponse(DescribeBackupOverviewResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getAutoBaseBackupCount()
Get Number of automatically created full backups
|
Long |
getAutoBaseBackupSize()
Get Size of automatically created full backups in bytes
|
Long |
getLogBackupCount()
Get Number of log backups
|
Long |
getLogBackupSize()
Get Log backup size in bytes
|
Long |
getManualBaseBackupCount()
Get Number of manually created full backups
|
Long |
getManualBaseBackupSize()
Get Size of manually created full backups in bytes
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getTotalFreeSize()
Get Total free space size in bytes
|
Long |
getUsedBillingSize()
Get Used paid space size in bytes
|
Long |
getUsedFreeSize()
Get Used free space size in bytes
|
void |
setAutoBaseBackupCount(Long AutoBaseBackupCount)
Set Number of automatically created full backups
|
void |
setAutoBaseBackupSize(Long AutoBaseBackupSize)
Set Size of automatically created full backups in bytes
|
void |
setLogBackupCount(Long LogBackupCount)
Set Number of log backups
|
void |
setLogBackupSize(Long LogBackupSize)
Set Log backup size in bytes
|
void |
setManualBaseBackupCount(Long ManualBaseBackupCount)
Set Number of manually created full backups
|
void |
setManualBaseBackupSize(Long ManualBaseBackupSize)
Set Size of manually created full backups in bytes
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTotalFreeSize(Long TotalFreeSize)
Set Total free space size in bytes
|
void |
setUsedBillingSize(Long UsedBillingSize)
Set Used paid space size in bytes
|
void |
setUsedFreeSize(Long UsedFreeSize)
Set Used free space size in bytes
|
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, toJsonStringpublic DescribeBackupOverviewResponse()
public DescribeBackupOverviewResponse(DescribeBackupOverviewResponse source)
public Long getTotalFreeSize()
public void setTotalFreeSize(Long TotalFreeSize)
TotalFreeSize - Total free space size in bytespublic Long getUsedFreeSize()
public void setUsedFreeSize(Long UsedFreeSize)
UsedFreeSize - Used free space size in bytespublic Long getUsedBillingSize()
public void setUsedBillingSize(Long UsedBillingSize)
UsedBillingSize - Used paid space size in bytespublic Long getLogBackupCount()
public void setLogBackupCount(Long LogBackupCount)
LogBackupCount - Number of log backupspublic Long getLogBackupSize()
public void setLogBackupSize(Long LogBackupSize)
LogBackupSize - Log backup size in bytespublic Long getManualBaseBackupCount()
public void setManualBaseBackupCount(Long ManualBaseBackupCount)
ManualBaseBackupCount - Number of manually created full backupspublic Long getManualBaseBackupSize()
public void setManualBaseBackupSize(Long ManualBaseBackupSize)
ManualBaseBackupSize - Size of manually created full backups in bytespublic Long getAutoBaseBackupCount()
public void setAutoBaseBackupCount(Long AutoBaseBackupCount)
AutoBaseBackupCount - Number of automatically created full backupspublic Long getAutoBaseBackupSize()
public void setAutoBaseBackupSize(Long AutoBaseBackupSize)
AutoBaseBackupSize - Size of automatically created full backups in bytespublic 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 © 2023. All rights reserved.