public class InstanceVO extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InstanceVO() | 
| InstanceVO(InstanceVO 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 | getCostTime()Get Time spent. | 
| String | getCurRunDate()Get Instance data time. | 
| String | getEndTime()Get Operation completion time. | 
| String | getExecutorGroupId()Get Execution resource group ID. | 
| String | getExecutorGroupName()Get Resource group name
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getFolderId()Get Folder ID. | 
| String | getFolderName()Get Folder name. | 
| String[] | getInChargeList()Get Responsible person list. | 
| String | getInstanceKey()Get Unique identifier of an instance. | 
| Long | getInstanceState()Get Indicates the status of an instance. | 
| Long | getInstanceType()Get Instance type. | 
| String | getProjectId()Get Project ID. | 
| String | getSchedulerTime()Get Planned scheduling time. | 
| String | getStartTime()Get Start time. | 
| String | getTaskCycleType()Get Task cycle type. | 
| String | getTaskId()Get Task ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getTaskName()Get Task Name
Note: This field may return null, indicating that no valid values can be obtained. | 
| TaskTypeOpsDto | getTaskType()Get Task type
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getTotalRunNum()Get Cumulative running times. | 
| Long | getTries()Get Number of retries after failure. | 
| Long | getTryLimit()Get Specifies the limit on the number of retries issued each time a running failure occurs. | 
| String | getWorkflowId()Get Workflow ID. | 
| String | getWorkflowName()Get Workflow name. | 
| void | setCostTime(String CostTime)Set Time spent. | 
| void | setCurRunDate(String CurRunDate)Set Instance data time. | 
| void | setEndTime(String EndTime)Set Operation completion time. | 
| void | setExecutorGroupId(String ExecutorGroupId)Set Execution resource group ID. | 
| void | setExecutorGroupName(String ExecutorGroupName)Set Resource group name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setFolderId(String FolderId)Set Folder ID. | 
| void | setFolderName(String FolderName)Set Folder name. | 
| void | setInChargeList(String[] InChargeList)Set Responsible person list. | 
| void | setInstanceKey(String InstanceKey)Set Unique identifier of an instance. | 
| void | setInstanceState(Long InstanceState)Set Indicates the status of an instance. | 
| void | setInstanceType(Long InstanceType)Set Instance type. | 
| void | setProjectId(String ProjectId)Set Project ID. | 
| void | setSchedulerTime(String SchedulerTime)Set Planned scheduling time. | 
| void | setStartTime(String StartTime)Set Start time. | 
| void | setTaskCycleType(String TaskCycleType)Set Task cycle type. | 
| void | setTaskId(String TaskId)Set Task ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setTaskName(String TaskName)Set Task Name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setTaskType(TaskTypeOpsDto TaskType)Set Task type
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setTotalRunNum(Long TotalRunNum)Set Cumulative running times. | 
| void | setTries(Long Tries)Set Number of retries after failure. | 
| void | setTryLimit(Long TryLimit)Set Specifies the limit on the number of retries issued each time a running failure occurs. | 
| void | setWorkflowId(String WorkflowId)Set Workflow ID. | 
| void | setWorkflowName(String WorkflowName)Set Workflow name. | 
| 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 InstanceVO()
public InstanceVO(InstanceVO source)
public String getInstanceKey()
public void setInstanceKey(String InstanceKey)
InstanceKey - Unique identifier of an instance.
Note: This field may return null, indicating that no valid values can be obtained.public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getFolderId()
public void setFolderId(String FolderId)
FolderId - Folder ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getFolderName()
public void setFolderName(String FolderName)
FolderName - Folder name.
Note: This field may return null, indicating that no valid values can be obtained.public String getWorkflowId()
public void setWorkflowId(String WorkflowId)
WorkflowId - Workflow ID.
Note: This field may return null, indicating that no valid values can be obtained.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[] getInChargeList()
public void setInChargeList(String[] InChargeList)
InChargeList - Responsible person list.
Note: This field may return null, indicating that no valid values can be obtained.public String getTaskId()
public void setTaskId(String TaskId)
TaskId - Task ID
Note: This field may return null, indicating that no valid values can be obtained.public String getTaskName()
public void setTaskName(String TaskName)
TaskName - Task Name
Note: This field may return null, indicating that no valid values can be obtained.public TaskTypeOpsDto getTaskType()
public void setTaskType(TaskTypeOpsDto TaskType)
TaskType - Task type
Note: This field may return null, indicating that no valid values can be obtained.public String getTaskCycleType()
public void setTaskCycleType(String TaskCycleType)
TaskCycleType - Task cycle type.
Supports filtering multiple conditions with an or relationship between them.
 O: ONEOFF_CYCLE
 Y: YEAR_CYCLE
 M: MONTH_CYCLE
 W: WEEK_CYCLE
 D: DAY_CYCLE
 H: HOUR_CYCLE
 I: MINUTE_CYCLE
 C: CRONTAB_CYCLE
Note: This field may return null, indicating that no valid values can be obtained.public String getCurRunDate()
public void setCurRunDate(String CurRunDate)
CurRunDate - Instance data time.
Note: This field may return null, indicating that no valid values can be obtained.public Long getTryLimit()
public void setTryLimit(Long TryLimit)
TryLimit - Specifies the limit on the number of retries issued each time a running failure occurs.
Note: This field may return null, indicating that no valid values can be obtained.public Long getTries()
public void setTries(Long Tries)
Tries - Number of retries after failure.
Will be reset to 0 and then recounted when triggered for execution by once again manually rerunning or using a supplementary entry instance and other methods.
Note: This field may return null, indicating that no valid values can be obtained.public Long getTotalRunNum()
public void setTotalRunNum(Long TotalRunNum)
TotalRunNum - Cumulative running times.
Note: This field may return null, indicating that no valid values can be obtained.public Long getInstanceType()
public void setInstanceType(Long InstanceType)
InstanceType - Instance type.
-0 indicates the supplementary entry type.
-1 indicates a periodic instance.
-2 indicates a non-periodic instance.
Note: This field may return null, indicating that no valid values can be obtained.public Long getInstanceState()
public void setInstanceState(Long InstanceState)
InstanceState - Indicates the status of an instance.
-[0]Indicates waiting for event.
-[12] indicates waiting for upstream.
-[6, 7, 9, 10, 18] indicates awaiting execution.
-[1, 19, 22]: running.
-[21] indicates skipping running.
-[3] indicates retry on failure.
-[8, 4, 5, 13] indicates a failure.
-[2] indicates a success.
Note: This field may return null, indicating that no valid values can be obtained.public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start time.
Note: This field may return null, indicating that no valid values can be obtained.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - Operation completion time.
Note: This field may return null, indicating that no valid values can be obtained.public String getCostTime()
public void setCostTime(String CostTime)
CostTime - Time spent.
Note: This field may return null, indicating that no valid values can be obtained.public String getSchedulerTime()
public void setSchedulerTime(String SchedulerTime)
SchedulerTime - Planned scheduling time.
Note: This field may return null, indicating that no valid values can be obtained.public String getExecutorGroupId()
public void setExecutorGroupId(String ExecutorGroupId)
ExecutorGroupId - Execution resource group ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getExecutorGroupName()
public void setExecutorGroupName(String ExecutorGroupName)
ExecutorGroupName - Resource group name
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.