public class CreateBackUpScheduleRequest extends AbstractModel
Constructor and Description |
---|
CreateBackUpScheduleRequest() |
CreateBackUpScheduleRequest(CreateBackUpScheduleRequest 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 |
---|---|
BackupTableContent[] |
getBackUpTables()
Get 备份表列表
|
Long |
getExecuteHour()
Get 执行小时
|
Long |
getScheduleId()
Get 编辑时需要传
|
String |
getWeekDays()
Get 选择的星期 逗号分隔,例如 2 代表周二
|
void |
setBackUpTables(BackupTableContent[] BackUpTables)
Set 备份表列表
|
void |
setExecuteHour(Long ExecuteHour)
Set 执行小时
|
void |
setScheduleId(Long ScheduleId)
Set 编辑时需要传
|
void |
setWeekDays(String WeekDays)
Set 选择的星期 逗号分隔,例如 2 代表周二
|
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 CreateBackUpScheduleRequest()
public CreateBackUpScheduleRequest(CreateBackUpScheduleRequest source)
public Long getScheduleId()
public void setScheduleId(Long ScheduleId)
ScheduleId
- 编辑时需要传public String getWeekDays()
public void setWeekDays(String WeekDays)
WeekDays
- 选择的星期 逗号分隔,例如 2 代表周二public Long getExecuteHour()
public void setExecuteHour(Long ExecuteHour)
ExecuteHour
- 执行小时public BackupTableContent[] getBackUpTables()
public void setBackUpTables(BackupTableContent[] BackUpTables)
BackUpTables
- 备份表列表Copyright © 2023. All rights reserved.