public class RenewWorkflowSchedulerInfoDsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
RenewWorkflowSchedulerInfoDsRequest() |
RenewWorkflowSchedulerInfoDsRequest(RenewWorkflowSchedulerInfoDsRequest 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 |
getCrontabExpression()
Get CrontabExpression
|
Long |
getCycleStep()
Get 调度周期
|
String |
getCycleType()
Get 调度周期时间单位
|
Long |
getDelayTime()
Get 延迟时间
|
String |
getDependencyWorkflow()
Get 工作流依赖,yes or no
|
String |
getEndTime()
Get 结束时间
|
String |
getExecutionEndTime()
Get 执行时间右闭区间
|
String |
getExecutionStartTime()
Get 执行时间左闭区间
|
String |
getInstanceInitStrategy()
Get 任务初始化策略,T_PLUS_1、T_PLUS_0、T_MINUS_1
|
String |
getProjectId()
Get 项目ID
|
String |
getSelfDepend()
Get 任务依赖
|
String |
getStartTime()
Get 开始时间
|
Long |
getStartupTime()
Get 启动时间
|
String |
getTaskAction()
Get 指定运行时间
|
String |
getWorkflowId()
Get 工作流ID
|
void |
setCrontabExpression(String CrontabExpression)
Set CrontabExpression
|
void |
setCycleStep(Long CycleStep)
Set 调度周期
|
void |
setCycleType(String CycleType)
Set 调度周期时间单位
|
void |
setDelayTime(Long DelayTime)
Set 延迟时间
|
void |
setDependencyWorkflow(String DependencyWorkflow)
Set 工作流依赖,yes or no
|
void |
setEndTime(String EndTime)
Set 结束时间
|
void |
setExecutionEndTime(String ExecutionEndTime)
Set 执行时间右闭区间
|
void |
setExecutionStartTime(String ExecutionStartTime)
Set 执行时间左闭区间
|
void |
setInstanceInitStrategy(String InstanceInitStrategy)
Set 任务初始化策略,T_PLUS_1、T_PLUS_0、T_MINUS_1
|
void |
setProjectId(String ProjectId)
Set 项目ID
|
void |
setSelfDepend(String SelfDepend)
Set 任务依赖
|
void |
setStartTime(String StartTime)
Set 开始时间
|
void |
setStartupTime(Long StartupTime)
Set 启动时间
|
void |
setTaskAction(String TaskAction)
Set 指定运行时间
|
void |
setWorkflowId(String WorkflowId)
Set 工作流ID
|
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, toJsonString
public RenewWorkflowSchedulerInfoDsRequest()
public RenewWorkflowSchedulerInfoDsRequest(RenewWorkflowSchedulerInfoDsRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目IDpublic String getWorkflowId()
public void setWorkflowId(String WorkflowId)
WorkflowId
- 工作流IDpublic Long getDelayTime()
public void setDelayTime(Long DelayTime)
DelayTime
- 延迟时间public Long getStartupTime()
public void setStartupTime(Long StartupTime)
StartupTime
- 启动时间public String getSelfDepend()
public void setSelfDepend(String SelfDepend)
SelfDepend
- 任务依赖public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 开始时间public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束时间public String getTaskAction()
public void setTaskAction(String TaskAction)
TaskAction
- 指定运行时间public String getCycleType()
public void setCycleType(String CycleType)
CycleType
- 调度周期时间单位public Long getCycleStep()
public void setCycleStep(Long CycleStep)
CycleStep
- 调度周期public String getExecutionStartTime()
public void setExecutionStartTime(String ExecutionStartTime)
ExecutionStartTime
- 执行时间左闭区间public String getExecutionEndTime()
public void setExecutionEndTime(String ExecutionEndTime)
ExecutionEndTime
- 执行时间右闭区间public String getInstanceInitStrategy()
public void setInstanceInitStrategy(String InstanceInitStrategy)
InstanceInitStrategy
- 任务初始化策略,T_PLUS_1、T_PLUS_0、T_MINUS_1public String getDependencyWorkflow()
public void setDependencyWorkflow(String DependencyWorkflow)
DependencyWorkflow
- 工作流依赖,yes or nopublic String getCrontabExpression()
public void setCrontabExpression(String CrontabExpression)
CrontabExpression
- CrontabExpressionCopyright © 2024. All rights reserved.