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 Automatic backup time 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: 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 Automatic backup time 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, 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
- Automatic backup cycle. Valid values: `Monday`, `Tuesday`, `Wednesday`, `Thursday`, `Friday`, `Saturday`, `Sunday`.public String getTimePeriod()
public void setTimePeriod(String TimePeriod)
TimePeriod
- Automatic backup time 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, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.