public class ScheduleInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ScheduleInfo() | 
| ScheduleInfo(ScheduleInfo 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 | 
|---|---|
| String | getBackupDatabase()Get 备份库:如果是按库备份,则需要该字段,库之间用英文逗号分割 | 
| String | getBackupScope()Get 备份粒度:
All-全量
Database-按库
Table-按表 | 
| String | getEffectivePeriod()Get 生效周期 | 
| String | getScheduleData()Get 执行调度的日期。调度类型为周和月时以英文逗号分隔;
调度类型为单次时,该值是个日期 | 
| Long | getScheduleHour()Get 执行时间:时 | 
| Long | getScheduleMin()Get 执行时间:分 | 
| String | getScheduleType()Get 调度类型,不传该参数时为立即执行:
Day-天
Week-周
Month-月
Quarter-季度
Year-年
Once-单次 | 
| void | setBackupDatabase(String BackupDatabase)Set 备份库:如果是按库备份,则需要该字段,库之间用英文逗号分割 | 
| void | setBackupScope(String BackupScope)Set 备份粒度:
All-全量
Database-按库
Table-按表 | 
| void | setEffectivePeriod(String EffectivePeriod)Set 生效周期 | 
| void | setScheduleData(String ScheduleData)Set 执行调度的日期。调度类型为周和月时以英文逗号分隔;
调度类型为单次时,该值是个日期 | 
| void | setScheduleHour(Long ScheduleHour)Set 执行时间:时 | 
| void | setScheduleMin(Long ScheduleMin)Set 执行时间:分 | 
| void | setScheduleType(String ScheduleType)Set 调度类型,不传该参数时为立即执行:
Day-天
Week-周
Month-月
Quarter-季度
Year-年
Once-单次 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ScheduleInfo()
public ScheduleInfo(ScheduleInfo source)
public String getEffectivePeriod()
public void setEffectivePeriod(String EffectivePeriod)
EffectivePeriod - 生效周期public String getScheduleType()
public void setScheduleType(String ScheduleType)
ScheduleType - 调度类型,不传该参数时为立即执行:
Day-天
Week-周
Month-月
Quarter-季度
Year-年
Once-单次public String getScheduleData()
public void setScheduleData(String ScheduleData)
ScheduleData - 执行调度的日期。调度类型为周和月时以英文逗号分隔;
调度类型为单次时,该值是个日期public Long getScheduleHour()
public void setScheduleHour(Long ScheduleHour)
ScheduleHour - 执行时间:时public Long getScheduleMin()
public void setScheduleMin(Long ScheduleMin)
ScheduleMin - 执行时间:分public String getBackupScope()
public void setBackupScope(String BackupScope)
BackupScope - 备份粒度:
All-全量
Database-按库
Table-按表public String getBackupDatabase()
public void setBackupDatabase(String BackupDatabase)
BackupDatabase - 备份库:如果是按库备份,则需要该字段,库之间用英文逗号分割Copyright © 2025. All rights reserved.