public class ModifyAutoBackupConfigResponse extends AbstractModel
Constructor and Description |
---|
ModifyAutoBackupConfigResponse() |
ModifyAutoBackupConfigResponse(ModifyAutoBackupConfigResponse 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 Automatic backup type: 1 (scheduled rollback)
|
Long |
getBackupStorageDays()
Get Retention time of full backup files in days
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getTimePeriod()
Get Time period.
|
String[] |
getWeekDays()
Get Date.
|
void |
setAutoBackupType(Long AutoBackupType)
Set Automatic backup type: 1 (scheduled rollback)
|
void |
setBackupStorageDays(Long BackupStorageDays)
Set Retention time of full backup files in days
|
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 Date.
|
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 ModifyAutoBackupConfigResponse()
public ModifyAutoBackupConfigResponse(ModifyAutoBackupConfigResponse source)
public Long getAutoBackupType()
public void setAutoBackupType(Long AutoBackupType)
AutoBackupType
- Automatic backup type: 1 (scheduled rollback)public String[] getWeekDays()
public void setWeekDays(String[] WeekDays)
WeekDays
- Date. Value range: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday.public String getTimePeriod()
public void setTimePeriod(String TimePeriod)
TimePeriod
- Time period. Value range: 00:00-01:00, 01:00-02:00...... 23:00-00:00public Long getBackupStorageDays()
public void setBackupStorageDays(Long BackupStorageDays)
BackupStorageDays
- Retention time of full backup files in dayspublic 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.