public class DescribeAutoBackupConfigResponse extends AbstractModel
Constructor and Description |
---|
DescribeAutoBackupConfigResponse() |
DescribeAutoBackupConfigResponse(DescribeAutoBackupConfigResponse 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 |
getAutoBackupType()
Get Backup type.
|
Long |
getBackupStorageDays()
Get Number of days to retain full backup files
|
Long |
getBinlogStorageDays()
Get Number of days to retain Tendis binlog backup files
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getTimePeriod()
Get Time period.
|
String[] |
getWeekDays()
Get Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday.
|
void |
setAutoBackupType(Long AutoBackupType)
Set Backup type.
|
void |
setBackupStorageDays(Long BackupStorageDays)
Set Number of days to retain full backup files
|
void |
setBinlogStorageDays(Long BinlogStorageDays)
Set Number of days to retain Tendis binlog backup files
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTimePeriod(String TimePeriod)
Set Time period.
|
void |
setWeekDays(String[] WeekDays)
Set Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday.
|
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 DescribeAutoBackupConfigResponse()
public DescribeAutoBackupConfigResponse(DescribeAutoBackupConfigResponse source)
public Long getAutoBackupType()
public void setAutoBackupType(Long AutoBackupType)
AutoBackupType
- Backup type. Automatic backup type: 1 (scheduled rollback)public String[] getWeekDays()
public void setWeekDays(String[] WeekDays)
WeekDays
- Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday.public String getTimePeriod()
public void setTimePeriod(String TimePeriod)
TimePeriod
- Time period.public Long getBackupStorageDays()
public void setBackupStorageDays(Long BackupStorageDays)
BackupStorageDays
- Number of days to retain full backup filespublic Long getBinlogStorageDays()
public void setBinlogStorageDays(Long BinlogStorageDays)
BinlogStorageDays
- Number of days to retain Tendis binlog backup filespublic 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.