public class OpsWorkflowDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
OpsWorkflowDetail()  | 
OpsWorkflowDetail(OpsWorkflowDetail 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 | 
getCreateTime()
Get Creation time. 
 | 
String | 
getCreateUserUin()
Get Creator 
 | 
String | 
getCycleType()
Get Task Cycle Type
 ONEOFF_CYCLE: One-time
 YEAR_CYCLE: Yearly
 MONTH_CYCLE: Monthly
 WEEK_CYCLE: Weekly
 DAY_CYCLE: Daily
 HOUR_CYCLE: Hourly
 MINUTE_CYCLE: Minute-level
 CRONTAB_CYCLE: Crontab expression-based 
 | 
String | 
getEndTime()
Get Configure end date end date. 
 | 
String | 
getFirstSubmitTime()
Get First submission time of workflow. 
 | 
String | 
getFolderId()
Get Folder ID 
 | 
String | 
getInstanceInitStrategy()
Get Task instance initialization strategy. 
 | 
String | 
getLatestSubmitTime()
Get Latest submission time of workflow. 
 | 
String | 
getOwnerUin()
Get Person in charge. 
 | 
String | 
getSchedulerDesc()
Get Specifies the scheduling plan interpretation. 
 | 
String | 
getStartTime()
Get Effective date. 
 | 
Long | 
getStartupTime()
Get Delayed execution time. 
 | 
String | 
getStatus()
Get Workflow Status
 ALL_RUNNING: All running (all workflows are in scheduling state)
 ALL_FREEZED: All paused
 ALL_STOPPTED: All stopped
 PART_RUNNING: Partially running (some workflows are running, others not)
 ALL_NO_RUNNING: All not scheduled
 ALL_INVALID: All invalid 
 | 
String | 
getUpdateTime()
Get Modification time. 
 | 
String | 
getWorkflowDesc()
Get Workflow description. 
 | 
String | 
getWorkflowId()
Get Workflow ID. 
 | 
String | 
getWorkflowName()
Get Workflow name. 
 | 
String | 
getWorkflowType()
Get Specifies the workflow type. 
 | 
void | 
setCreateTime(String CreateTime)
Set Creation time. 
 | 
void | 
setCreateUserUin(String CreateUserUin)
Set Creator 
 | 
void | 
setCycleType(String CycleType)
Set Task Cycle Type
 ONEOFF_CYCLE: One-time
 YEAR_CYCLE: Yearly
 MONTH_CYCLE: Monthly
 WEEK_CYCLE: Weekly
 DAY_CYCLE: Daily
 HOUR_CYCLE: Hourly
 MINUTE_CYCLE: Minute-level
 CRONTAB_CYCLE: Crontab expression-based 
 | 
void | 
setEndTime(String EndTime)
Set Configure end date end date. 
 | 
void | 
setFirstSubmitTime(String FirstSubmitTime)
Set First submission time of workflow. 
 | 
void | 
setFolderId(String FolderId)
Set Folder ID 
 | 
void | 
setInstanceInitStrategy(String InstanceInitStrategy)
Set Task instance initialization strategy. 
 | 
void | 
setLatestSubmitTime(String LatestSubmitTime)
Set Latest submission time of workflow. 
 | 
void | 
setOwnerUin(String OwnerUin)
Set Person in charge. 
 | 
void | 
setSchedulerDesc(String SchedulerDesc)
Set Specifies the scheduling plan interpretation. 
 | 
void | 
setStartTime(String StartTime)
Set Effective date. 
 | 
void | 
setStartupTime(Long StartupTime)
Set Delayed execution time. 
 | 
void | 
setStatus(String Status)
Set Workflow Status
 ALL_RUNNING: All running (all workflows are in scheduling state)
 ALL_FREEZED: All paused
 ALL_STOPPTED: All stopped
 PART_RUNNING: Partially running (some workflows are running, others not)
 ALL_NO_RUNNING: All not scheduled
 ALL_INVALID: All invalid 
 | 
void | 
setUpdateTime(String UpdateTime)
Set Modification time. 
 | 
void | 
setWorkflowDesc(String WorkflowDesc)
Set Workflow description. 
 | 
void | 
setWorkflowId(String WorkflowId)
Set Workflow ID. 
 | 
void | 
setWorkflowName(String WorkflowName)
Set Workflow name. 
 | 
void | 
setWorkflowType(String WorkflowType)
Set Specifies the workflow type. 
 | 
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 OpsWorkflowDetail()
public OpsWorkflowDetail(OpsWorkflowDetail source)
public String getWorkflowId()
public void setWorkflowId(String WorkflowId)
WorkflowId - Workflow ID.public String getWorkflowDesc()
public void setWorkflowDesc(String WorkflowDesc)
WorkflowDesc - Workflow description.public String getWorkflowType()
public void setWorkflowType(String WorkflowType)
WorkflowType - Specifies the workflow type.
-cycle.
-manual.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation time.public String getCreateUserUin()
public void setCreateUserUin(String CreateUserUin)
CreateUserUin - Creatorpublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Modification time.public Long getStartupTime()
public void setStartupTime(Long StartupTime)
StartupTime - Delayed execution time. unit: minute.public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Effective date. specifies the start date.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - Configure end date end date.public String getCycleType()
public void setCycleType(String CycleType)
CycleType - Task Cycle Type
 ONEOFF_CYCLE: One-time
 YEAR_CYCLE: Yearly
 MONTH_CYCLE: Monthly
 WEEK_CYCLE: Weekly
 DAY_CYCLE: Daily
 HOUR_CYCLE: Hourly
 MINUTE_CYCLE: Minute-level
 CRONTAB_CYCLE: Crontab expression-basedpublic String getFolderId()
public void setFolderId(String FolderId)
FolderId - Folder IDpublic String getInstanceInitStrategy()
public void setInstanceInitStrategy(String InstanceInitStrategy)
InstanceInitStrategy - Task instance initialization strategy.
-T_PLUS_1 (t+1): initializes with a one-day delay.
-T_PLUS_0 (t+0): initialize on the day.
-T_MINUS_1 (t-1): initialize one day in advance.public String getSchedulerDesc()
public void setSchedulerDesc(String SchedulerDesc)
SchedulerDesc - Specifies the scheduling plan interpretation.public String getFirstSubmitTime()
public void setFirstSubmitTime(String FirstSubmitTime)
FirstSubmitTime - First submission time of workflow.public String getLatestSubmitTime()
public void setLatestSubmitTime(String LatestSubmitTime)
LatestSubmitTime - Latest submission time of workflow.public String getStatus()
public void setStatus(String Status)
Status - Workflow Status
 ALL_RUNNING: All running (all workflows are in scheduling state)
 ALL_FREEZED: All paused
 ALL_STOPPTED: All stopped
 PART_RUNNING: Partially running (some workflows are running, others not)
 ALL_NO_RUNNING: All not scheduled
 ALL_INVALID: All invalidpublic String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin - Person in charge. multiple values are separated by a ";" separator.public String getWorkflowName()
public void setWorkflowName(String WorkflowName)
WorkflowName - Workflow name.Copyright © 2025. All rights reserved.