public class ModifyWorkflowScheduleRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ModifyWorkflowScheduleRequest()  | 
ModifyWorkflowScheduleRequest(ModifyWorkflowScheduleRequest 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 Cron Expression is required only for Cron Tab Scheduling 
 | 
Long | 
getCycleStep()
Get Step Length, Interval Time, minimum of 1 
 | 
Long | 
getCycleType()
Get "Cycle Type  0:crontab, 1:Minute,2:Hour,3:Day,4:Week,5:Month,6:One-time,7:User driven,10:Flexible cycle Week,11:Flexible cycle Month,12:Year,13:Immediate Trigger Instant type, isolated from normal cycle scheduling task logic 
 | 
Long | 
getDelayTime()
Get Delay time, in minutes 
 | 
String | 
getDependencyWorkflow()
Get Workflow Dependency, yes or no 
 | 
String | 
getEndTime()
Get Effective End Time, format yyyy-MM-dd HH:mm:ss 
 | 
String | 
getExecutionEndTime()
Get Execution Time Right Closed Interval, format: HH:mm. 
 | 
String | 
getExecutionStartTime()
Get Execution Time Left Closed Interval, format: HH:mm. 
 | 
String | 
getProjectId()
Get Project ID 
 | 
Long | 
getSelfDepend()
Get Self-Dependency Type  1: Sequential serial, one at a time, queued, 2: Unordered serial, one at a time, not queued, 3: Parallel, multiple at once 
 | 
String | 
getStartTime()
Get Effective Start Time, format yyyy-MM-dd HH:mm:ss 
 | 
Long | 
getStartupTime()
Get Start Time 
 | 
String | 
getTaskAction()
Get Scheduling Configuration - Elastic Cycle Configuration, applicable to Hourly/Weekly/Monthly/Yearly schedules. 
 | 
String | 
getWorkflowId()
Get Workflow ID 
 | 
void | 
setCrontabExpression(String CrontabExpression)
Set Cron Expression is required only for Cron Tab Scheduling 
 | 
void | 
setCycleStep(Long CycleStep)
Set Step Length, Interval Time, minimum of 1 
 | 
void | 
setCycleType(Long CycleType)
Set "Cycle Type  0:crontab, 1:Minute,2:Hour,3:Day,4:Week,5:Month,6:One-time,7:User driven,10:Flexible cycle Week,11:Flexible cycle Month,12:Year,13:Immediate Trigger Instant type, isolated from normal cycle scheduling task logic 
 | 
void | 
setDelayTime(Long DelayTime)
Set Delay time, in minutes 
 | 
void | 
setDependencyWorkflow(String DependencyWorkflow)
Set Workflow Dependency, yes or no 
 | 
void | 
setEndTime(String EndTime)
Set Effective End Time, format yyyy-MM-dd HH:mm:ss 
 | 
void | 
setExecutionEndTime(String ExecutionEndTime)
Set Execution Time Right Closed Interval, format: HH:mm. 
 | 
void | 
setExecutionStartTime(String ExecutionStartTime)
Set Execution Time Left Closed Interval, format: HH:mm. 
 | 
void | 
setProjectId(String ProjectId)
Set Project ID 
 | 
void | 
setSelfDepend(Long SelfDepend)
Set Self-Dependency Type  1: Sequential serial, one at a time, queued, 2: Unordered serial, one at a time, not queued, 3: Parallel, multiple at once 
 | 
void | 
setStartTime(String StartTime)
Set Effective Start Time, format yyyy-MM-dd HH:mm:ss 
 | 
void | 
setStartupTime(Long StartupTime)
Set Start Time 
 | 
void | 
setTaskAction(String TaskAction)
Set Scheduling Configuration - Elastic Cycle Configuration, applicable to Hourly/Weekly/Monthly/Yearly schedules. 
 | 
void | 
setWorkflowId(String WorkflowId)
Set Workflow 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, toJsonStringpublic ModifyWorkflowScheduleRequest()
public ModifyWorkflowScheduleRequest(ModifyWorkflowScheduleRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project IDpublic String getWorkflowId()
public void setWorkflowId(String WorkflowId)
WorkflowId - Workflow IDpublic Long getDelayTime()
public void setDelayTime(Long DelayTime)
DelayTime - Delay time, in minutespublic Long getStartupTime()
public void setStartupTime(Long StartupTime)
StartupTime - Start Timepublic Long getSelfDepend()
public void setSelfDepend(Long SelfDepend)
SelfDepend - Self-Dependency Type  1: Sequential serial, one at a time, queued, 2: Unordered serial, one at a time, not queued, 3: Parallel, multiple at oncepublic Long getCycleType()
public void setCycleType(Long CycleType)
CycleType - "Cycle Type  0:crontab, 1:Minute,2:Hour,3:Day,4:Week,5:Month,6:One-time,7:User driven,10:Flexible cycle Week,11:Flexible cycle Month,12:Year,13:Immediate Trigger Instant type, isolated from normal cycle scheduling task logicpublic Long getCycleStep()
public void setCycleStep(Long CycleStep)
CycleStep - Step Length, Interval Time, minimum of 1public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Effective Start Time, format yyyy-MM-dd HH:mm:sspublic String getEndTime()
public void setEndTime(String EndTime)
EndTime - Effective End Time, format yyyy-MM-dd HH:mm:sspublic String getTaskAction()
public void setTaskAction(String TaskAction)
TaskAction - Scheduling Configuration - Elastic Cycle Configuration, applicable to Hourly/Weekly/Monthly/Yearly schedules. For hourly tasks scheduled at 0, 3, 4 o'clock, it would be '0,3,4'.public String getCrontabExpression()
public void setCrontabExpression(String CrontabExpression)
CrontabExpression - Cron Expression is required only for Cron Tab Schedulingpublic String getExecutionStartTime()
public void setExecutionStartTime(String ExecutionStartTime)
ExecutionStartTime - Execution Time Left Closed Interval, format: HH:mm. Applicable only to hourly scheduling. For example, for hourly tasks, it specifies the effective interval every daypublic String getExecutionEndTime()
public void setExecutionEndTime(String ExecutionEndTime)
ExecutionEndTime - Execution Time Right Closed Interval, format: HH:mm. Applicable only to hourly scheduling. For example, for hourly tasks, it specifies the effective interval every daypublic String getDependencyWorkflow()
public void setDependencyWorkflow(String DependencyWorkflow)
DependencyWorkflow - Workflow Dependency, yes or noCopyright © 2025. All rights reserved.