public class ModifyAutoBackupConfigResponse extends AbstractModel
header, skipSign
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.
|
Long |
getBackupStorageDays()
Get Retention time of full backup files in days
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getTimePeriod()
Get Time period for automatic scheduled backup in the format of “00:00-01:00, 01:00-02:00......
|
String[] |
getWeekDays()
Get Automatic backup cycle.
|
void |
setAutoBackupType(Long AutoBackupType)
Set Automatic backup type.
|
void |
setBackupStorageDays(Long BackupStorageDays)
Set Retention time of full backup files in days
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setTimePeriod(String TimePeriod)
Set Time period for automatic scheduled backup in the format of “00:00-01:00, 01:00-02:00......
|
void |
setWeekDays(String[] WeekDays)
Set Automatic backup cycle.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyAutoBackupConfigResponse()
public ModifyAutoBackupConfigResponse(ModifyAutoBackupConfigResponse source)
public Long getAutoBackupType()
public void setAutoBackupType(Long AutoBackupType)
AutoBackupType
- Automatic backup type. Valid value: `1` (scheduled backup).public String[] getWeekDays()
public void setWeekDays(String[] WeekDays)
WeekDays
- Automatic backup cycle. Valid values: `Monday`, `Tuesday`, `Wednesday`, `Thursday`, `Friday`, `Saturday`, `Sunday`.public String getTimePeriod()
public void setTimePeriod(String TimePeriod)
TimePeriod
- Time period for automatic scheduled backup in the format of “00:00-01:00, 01:00-02:00...... 23:00-00:00”.public 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, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.