public class OpsWorkflow extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
OpsWorkflow()  | 
OpsWorkflow(OpsWorkflow 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 Workflow creation time. 
 | 
String | 
getFolderId()
Get Workflow folder id. 
 | 
String | 
getFolderName()
Get folder name. 
 | 
String | 
getOwnerUin()
Get Responsible user id, multiple ';' separators. 
 | 
String | 
getProjectId()
Get Project ID. 
 | 
String | 
getProjectName()
Get Project name. 
 | 
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 
 | 
Long | 
getTaskCount()
Get Number of Tasks 
 | 
String | 
getUpdateTime()
Get Latest update time. 
 | 
String | 
getUpdateUserUin()
Get Last updated by, including development and production updates. 
 | 
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 Workflow creation time. 
 | 
void | 
setFolderId(String FolderId)
Set Workflow folder id. 
 | 
void | 
setFolderName(String FolderName)
Set folder name. 
 | 
void | 
setOwnerUin(String OwnerUin)
Set Responsible user id, multiple ';' separators. 
 | 
void | 
setProjectId(String ProjectId)
Set Project ID. 
 | 
void | 
setProjectName(String ProjectName)
Set Project name. 
 | 
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 | 
setTaskCount(Long TaskCount)
Set Number of Tasks 
 | 
void | 
setUpdateTime(String UpdateTime)
Set Latest update time. 
 | 
void | 
setUpdateUserUin(String UpdateUserUin)
Set Last updated by, including development and production updates. 
 | 
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 OpsWorkflow()
public OpsWorkflow(OpsWorkflow source)
public Long getTaskCount()
public void setTaskCount(Long TaskCount)
TaskCount - Number of Taskspublic String getFolderName()
public void setFolderName(String FolderName)
FolderName - folder name.public String getFolderId()
public void setFolderId(String FolderId)
FolderId - Workflow folder id.public String getWorkflowId()
public void setWorkflowId(String WorkflowId)
WorkflowId - Workflow id.public String getWorkflowName()
public void setWorkflowName(String WorkflowName)
WorkflowName - Workflow name.
Note: This field may return null, indicating that no valid values can be obtained.public String getWorkflowType()
public void setWorkflowType(String WorkflowType)
WorkflowType - Specifies the workflow type.
-cycle period.
-manual.public String getWorkflowDesc()
public void setWorkflowDesc(String WorkflowDesc)
WorkflowDesc - Workflow description.public String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin - Responsible user id, multiple ';' separators.public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project ID.public String getProjectName()
public void setProjectName(String ProjectName)
ProjectName - Project name.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 getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Workflow creation time.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Latest update time. specifies development and production updates.public String getUpdateUserUin()
public void setUpdateUserUin(String UpdateUserUin)
UpdateUserUin - Last updated by, including development and production updates.Copyright © 2025. All rights reserved.