public class DescribeBinlogBackupOverviewResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeBinlogBackupOverviewResponse() | 
| DescribeBinlogBackupOverviewResponse(DescribeBinlogBackupOverviewResponse 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 | getBinlogBackupCount()Get Total number of log backups (include remote log backups) | 
| Long | getBinlogBackupVolume()Get Total capacity of log backups in bytes (including remote log backups) | 
| Long | getRemoteBinlogCount()Get Number of remote backups | 
| Long | getRemoteBinlogVolume()Get Capacity of remote log backups in bytes | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| void | setBinlogBackupCount(Long BinlogBackupCount)Set Total number of log backups (include remote log backups) | 
| void | setBinlogBackupVolume(Long BinlogBackupVolume)Set Total capacity of log backups in bytes (including remote log backups) | 
| void | setRemoteBinlogCount(Long RemoteBinlogCount)Set Number of remote backups | 
| void | setRemoteBinlogVolume(Long RemoteBinlogVolume)Set Capacity of remote log backups in bytes | 
| 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, toJsonStringpublic DescribeBinlogBackupOverviewResponse()
public DescribeBinlogBackupOverviewResponse(DescribeBinlogBackupOverviewResponse source)
public Long getBinlogBackupVolume()
public void setBinlogBackupVolume(Long BinlogBackupVolume)
BinlogBackupVolume - Total capacity of log backups in bytes (including remote log backups)public Long getBinlogBackupCount()
public void setBinlogBackupCount(Long BinlogBackupCount)
BinlogBackupCount - Total number of log backups (include remote log backups)public Long getRemoteBinlogVolume()
public void setRemoteBinlogVolume(Long RemoteBinlogVolume)
RemoteBinlogVolume - Capacity of remote log backups in bytespublic Long getRemoteBinlogCount()
public void setRemoteBinlogCount(Long RemoteBinlogCount)
RemoteBinlogCount - Number of remote backupspublic 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 © 2022. All rights reserved.