public class OfflineTaskAddParam extends AbstractModel
header, skipSign
Constructor and Description |
---|
OfflineTaskAddParam() |
OfflineTaskAddParam(OfflineTaskAddParam 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 Task cron expression, used only for cron tasks, else defaults to empty
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getCycleStep()
Get Interval, optional, default is 1.
|
Long |
getCycleType()
Get Cycle Type.
|
Long |
getDelayTime()
Get Delayed Execution Time, in minutes
|
String |
getDependencyWorkflow()
Get Dependencies: yes, no
|
String |
getEndTime()
Get Task End Data Time.
|
String |
getExecutionEndTime()
Get Scheduled Execution End Time
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getExecutionStartTime()
Get Scheduled Execution Start Time
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getInstanceInitStrategy()
Get Instance Generation Method, T_PLUS_0 schedule task on the same day / T_PLUS_1 schedule task the next day
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getProductName()
Get Product
|
Long |
getRetriable()
Get Is Retry Allowed
|
Long |
getRetryWait()
Get Retry Wait
|
Long |
getRunPriority()
Get Priority
|
Long |
getSelfDepend()
Get 1 Ordered Serialization, one at a time, queued orderly
2 Unordered Serial, one at a time, not queued serial
3 Parallel, multiple at a time parallel
|
String |
getStartTime()
Get Task Start Data Time.
|
String |
getTaskAction()
Get Time Specification, such as 1,3 for monthly tasks, enter 1,3.
|
Boolean |
getTaskAutoSubmit()
Get Is Auto-submit
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getTryLimit()
Get Retry Limit
|
String |
getWorkflowName()
Get Name
|
void |
setCrontabExpression(String CrontabExpression)
Set Task cron expression, used only for cron tasks, else defaults to empty
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setCycleStep(Long CycleStep)
Set Interval, optional, default is 1.
|
void |
setCycleType(Long CycleType)
Set Cycle Type.
|
void |
setDelayTime(Long DelayTime)
Set Delayed Execution Time, in minutes
|
void |
setDependencyWorkflow(String DependencyWorkflow)
Set Dependencies: yes, no
|
void |
setEndTime(String EndTime)
Set Task End Data Time.
|
void |
setExecutionEndTime(String ExecutionEndTime)
Set Scheduled Execution End Time
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setExecutionStartTime(String ExecutionStartTime)
Set Scheduled Execution Start Time
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setInstanceInitStrategy(String InstanceInitStrategy)
Set Instance Generation Method, T_PLUS_0 schedule task on the same day / T_PLUS_1 schedule task the next day
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setProductName(String ProductName)
Set Product
|
void |
setRetriable(Long Retriable)
Set Is Retry Allowed
|
void |
setRetryWait(Long RetryWait)
Set Retry Wait
|
void |
setRunPriority(Long RunPriority)
Set Priority
|
void |
setSelfDepend(Long SelfDepend)
Set 1 Ordered Serialization, one at a time, queued orderly
2 Unordered Serial, one at a time, not queued serial
3 Parallel, multiple at a time parallel
|
void |
setStartTime(String StartTime)
Set Task Start Data Time.
|
void |
setTaskAction(String TaskAction)
Set Time Specification, such as 1,3 for monthly tasks, enter 1,3.
|
void |
setTaskAutoSubmit(Boolean TaskAutoSubmit)
Set Is Auto-submit
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTryLimit(Long TryLimit)
Set Retry Limit
|
void |
setWorkflowName(String WorkflowName)
Set Name
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public OfflineTaskAddParam()
public OfflineTaskAddParam(OfflineTaskAddParam source)
public String getWorkflowName()
public void setWorkflowName(String WorkflowName)
WorkflowName
- Namepublic String getDependencyWorkflow()
public void setDependencyWorkflow(String DependencyWorkflow)
DependencyWorkflow
- Dependencies: yes, nopublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Task Start Data Time. Not Empty. Default to Current Timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Task End Data Time. Not Empty. Default to Current Timepublic Long getCycleType()
public void setCycleType(Long CycleType)
CycleType
- Cycle Type. One-time task: 6, Minute Task: 1, Hourly task: 2, Daily Task: 3, Weekly Task: 4, Monthly Task: 5, Cron task: 0public Long getCycleStep()
public void setCycleStep(Long CycleStep)
CycleStep
- Interval, optional, default is 1. Not null. Default is 1public Long getDelayTime()
public void setDelayTime(Long DelayTime)
DelayTime
- Delayed Execution Time, in minutespublic String getCrontabExpression()
public void setCrontabExpression(String CrontabExpression)
CrontabExpression
- Task cron expression, used only for cron tasks, else defaults to empty
Note: This field may return null, indicating that no valid value can be obtained.public Long getRetryWait()
public void setRetryWait(Long RetryWait)
RetryWait
- Retry Waitpublic Long getRetriable()
public void setRetriable(Long Retriable)
Retriable
- Is Retry Allowedpublic Long getTryLimit()
public void setTryLimit(Long TryLimit)
TryLimit
- Retry Limitpublic Long getRunPriority()
public void setRunPriority(Long RunPriority)
RunPriority
- Prioritypublic String getProductName()
public void setProductName(String ProductName)
ProductName
- Productpublic Long getSelfDepend()
public void setSelfDepend(Long SelfDepend)
SelfDepend
- 1 Ordered Serialization, one at a time, queued orderly
2 Unordered Serial, one at a time, not queued serial
3 Parallel, multiple at a time parallelpublic String getTaskAction()
public void setTaskAction(String TaskAction)
TaskAction
- Time Specification, such as 1,3 for monthly tasks, enter 1,3. Not empty. Default ""
Monthly Task: for specific days like "1,3", specifying end of month as "L" alone, cannot be mixed with specific dates
Note: This field may return null, indicating that no valid value can be obtained.public String getExecutionEndTime()
public void setExecutionEndTime(String ExecutionEndTime)
ExecutionEndTime
- Scheduled Execution End Time
Note: This field may return null, indicating that no valid value can be obtained.public String getExecutionStartTime()
public void setExecutionStartTime(String ExecutionStartTime)
ExecutionStartTime
- Scheduled Execution Start Time
Note: This field may return null, indicating that no valid value can be obtained.public Boolean getTaskAutoSubmit()
public void setTaskAutoSubmit(Boolean TaskAutoSubmit)
TaskAutoSubmit
- Is Auto-submit
Note: This field may return null, indicating that no valid value can be obtained.public String getInstanceInitStrategy()
public void setInstanceInitStrategy(String InstanceInitStrategy)
InstanceInitStrategy
- Instance Generation Method, T_PLUS_0 schedule task on the same day / T_PLUS_1 schedule task the next day
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.