public class UpdateTaskFlowScheduleRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
cronBeginDate
The start of the time range for scheduling.
|
String |
cronEndDate
The end of the time range for scheduling.
|
String |
cronStr
The cron expression for timed scheduling.
|
String |
cronType
The type of the scheduling cycle.
|
Long |
dagId
The ID of the task flow.
|
String |
scheduleParam
The event scheduling configuration.
|
Boolean |
scheduleSwitch
Specifies whether to enable scheduling.
|
Long |
tid
The ID of the tenant.
|
String |
timeZoneId
The time zone.
|
String |
triggerType
The mode in which the task flow is triggered.
|
| 构造器和说明 |
|---|
UpdateTaskFlowScheduleRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateTaskFlowScheduleRequest |
build(Map<String,?> map) |
String |
getCronBeginDate() |
String |
getCronEndDate() |
String |
getCronStr() |
String |
getCronType() |
Long |
getDagId() |
String |
getScheduleParam() |
Boolean |
getScheduleSwitch() |
Long |
getTid() |
String |
getTimeZoneId() |
String |
getTriggerType() |
UpdateTaskFlowScheduleRequest |
setCronBeginDate(String cronBeginDate) |
UpdateTaskFlowScheduleRequest |
setCronEndDate(String cronEndDate) |
UpdateTaskFlowScheduleRequest |
setCronStr(String cronStr) |
UpdateTaskFlowScheduleRequest |
setCronType(String cronType) |
UpdateTaskFlowScheduleRequest |
setDagId(Long dagId) |
UpdateTaskFlowScheduleRequest |
setScheduleParam(String scheduleParam) |
UpdateTaskFlowScheduleRequest |
setScheduleSwitch(Boolean scheduleSwitch) |
UpdateTaskFlowScheduleRequest |
setTid(Long tid) |
UpdateTaskFlowScheduleRequest |
setTimeZoneId(String timeZoneId) |
UpdateTaskFlowScheduleRequest |
setTriggerType(String triggerType) |
@NameInMap(value="CronBeginDate") public String cronBeginDate
The start of the time range for scheduling.
example:CronBeginDate_test
@NameInMap(value="CronEndDate") public String cronEndDate
The end of the time range for scheduling.
example:CronEndDate_test
@NameInMap(value="CronStr") public String cronStr
The cron expression for timed scheduling.
example:CronStr_test
@NameInMap(value="CronType") public String cronType
The type of the scheduling cycle. Valid values:
HOUR
@NameInMap(value="DagId") public Long dagId
The ID of the task flow.
This parameter is required.
example:7***
@NameInMap(value="ScheduleParam") public String scheduleParam
The event scheduling configuration. The value of this parameter is a JSON string.
This parameter is required.
example:ScheduleParam_test
@NameInMap(value="ScheduleSwitch") public Boolean scheduleSwitch
Specifies whether to enable scheduling. Valid values:
This parameter is required.
example:Disable
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:: To view the ID of the tenant, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see View information about the current tenant.
3***
@NameInMap(value="TimeZoneId") public String timeZoneId
The time zone. The default time zone is UTC+8 (Asia/Shanghai).
example:Asia/Shanghai
@NameInMap(value="TriggerType") public String triggerType
The mode in which the task flow is triggered. Valid values:
This parameter is required.
example:Event
public static UpdateTaskFlowScheduleRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateTaskFlowScheduleRequest setCronBeginDate(String cronBeginDate)
public String getCronBeginDate()
public UpdateTaskFlowScheduleRequest setCronEndDate(String cronEndDate)
public String getCronEndDate()
public UpdateTaskFlowScheduleRequest setCronStr(String cronStr)
public String getCronStr()
public UpdateTaskFlowScheduleRequest setCronType(String cronType)
public String getCronType()
public UpdateTaskFlowScheduleRequest setDagId(Long dagId)
public Long getDagId()
public UpdateTaskFlowScheduleRequest setScheduleParam(String scheduleParam)
public String getScheduleParam()
public UpdateTaskFlowScheduleRequest setScheduleSwitch(Boolean scheduleSwitch)
public Boolean getScheduleSwitch()
public UpdateTaskFlowScheduleRequest setTid(Long tid)
public Long getTid()
public UpdateTaskFlowScheduleRequest setTimeZoneId(String timeZoneId)
public String getTimeZoneId()
public UpdateTaskFlowScheduleRequest setTriggerType(String triggerType)
public String getTriggerType()
Copyright © 2025. All rights reserved.