public class DescribeBinlogBackupOverviewResponse extends AbstractModel
Constructor and Description |
---|
DescribeBinlogBackupOverviewResponse() |
Modifier and Type | Method and Description |
---|---|
Long |
getBinlogBackupCount()
Get Total number of log backups.
|
Long |
getBinlogBackupVolume()
Get Total capacity of 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.
|
void |
setBinlogBackupVolume(Long BinlogBackupVolume)
Set Total capacity of 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, toJsonString
public DescribeBinlogBackupOverviewResponse()
public Long getBinlogBackupVolume()
public void setBinlogBackupVolume(Long BinlogBackupVolume)
BinlogBackupVolume
- Total capacity of log backups in bytes.public Long getBinlogBackupCount()
public void setBinlogBackupCount(Long BinlogBackupCount)
BinlogBackupCount
- Total number of log backups.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.