public class InstanceDetailVO extends AbstractModel
header, skipSign| Constructor and Description |
|---|
InstanceDetailVO() |
InstanceDetailVO(InstanceDetailVO 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 Indicates the operation completion time.
|
String |
getExecutionJobId()
Get Dispatch execution ID.
|
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 id of an instance.
|
InstanceLifeCycleVO[] |
getInstanceLifeCycleList()
Get Instance lifecycle list.
|
String |
getInstanceRunType()
Get Instance running trigger type.
|
Long |
getInstanceState()
Get Indicates the status of an instance.
|
Long |
getInstanceType()
Get Instance type.
|
InstanceLogVO |
getLatestLog()
Get The last execution log of the instance.
|
Long |
getLifeRoundNum()
Get Instance lifetime number, which identifies one-time execution of the instance.
|
String |
getNextCurDate()
Get Next instance data time.
|
String |
getProjectId()
Get Project ID.
|
String |
getSchedulerTime()
Get Planned scheduling time.
|
String |
getStartTime()
Get Start time of operation.
|
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 Current number of issued run attempts.
|
Long |
getTryLimit()
Get Limit on the number of retries issued each time a run fails.
|
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 Indicates the operation completion time.
|
void |
setExecutionJobId(String ExecutionJobId)
Set Dispatch execution ID.
|
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 id of an instance.
|
void |
setInstanceLifeCycleList(InstanceLifeCycleVO[] InstanceLifeCycleList)
Set Instance lifecycle list.
|
void |
setInstanceRunType(String InstanceRunType)
Set Instance running trigger type.
|
void |
setInstanceState(Long InstanceState)
Set Indicates the status of an instance.
|
void |
setInstanceType(Long InstanceType)
Set Instance type.
|
void |
setLatestLog(InstanceLogVO LatestLog)
Set The last execution log of the instance.
|
void |
setLifeRoundNum(Long LifeRoundNum)
Set Instance lifetime number, which identifies one-time execution of the instance.
|
void |
setNextCurDate(String NextCurDate)
Set Next instance data time.
|
void |
setProjectId(String ProjectId)
Set Project ID.
|
void |
setSchedulerTime(String SchedulerTime)
Set Planned scheduling time.
|
void |
setStartTime(String StartTime)
Set Start time of operation.
|
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 Current number of issued run attempts.
|
void |
setTryLimit(Long TryLimit)
Set Limit on the number of retries issued each time a run fails.
|
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 InstanceDetailVO()
public InstanceDetailVO(InstanceDetailVO source)
public String getInstanceKey()
public void setInstanceKey(String InstanceKey)
InstanceKey - Unique id 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 String getTaskCycleType()
public void setTaskCycleType(String TaskCycleType)
TaskCycleType - Task cycle type.
Support filtering multiple items with an or relationship between conditions.
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 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 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.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 String getNextCurDate()
public void setNextCurDate(String NextCurDate)
NextCurDate - Next 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 - Limit on the number of retries issued each time a run fails.
Note: This field may return null, indicating that no valid values can be obtained.public Long getTries()
public void setTries(Long Tries)
Tries - Current number of issued run attempts.
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 getLifeRoundNum()
public void setLifeRoundNum(Long LifeRoundNum)
LifeRoundNum - Instance lifetime number, which identifies one-time execution of the instance.
For example: the number of the first run of a periodic instance is 0. after the user reruns the instance later, the number of the second execution is 1.
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 Replenished Instance.
-1 indicates Periodic Instance.
-2 indicates 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] indicate running.
-[21]: skip 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 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 getStartTime()
public void setStartTime(String StartTime)
StartTime - Start time of operation.
Note: This field may return null, indicating that no valid values can be obtained.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - Indicates the 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 getInstanceRunType()
public void setInstanceRunType(String InstanceRunType)
InstanceRunType - Instance running trigger type.
-RERUN indicates rerunning.
-ADDITION indicates data replenishment.
-PERIODIC indicates a period.
-APERIODIC indicates non-periodic.
-RERUN_SKIP_RUN indicates re-run - empty run.
-ADDITION_SKIP_RUN indicates a data replenishment run - empty run.
-PERIODIC_SKIP_RUN indicates an empty run in a periodic cycle.
-APERIODIC_SKIP_RUN indicates a non-periodic empty run.
-MANUAL_TRIGGER indicates manual triggering.
-RERUN_MANUAL_TRIGGER indicates manual triggering - rerun.
Note: This field may return null, indicating that no valid values can be obtained.public String getExecutionJobId()
public void setExecutionJobId(String ExecutionJobId)
ExecutionJobId - Dispatch execution ID.
Note: This field may return null, indicating that no valid values can be obtained.public InstanceLifeCycleVO[] getInstanceLifeCycleList()
public void setInstanceLifeCycleList(InstanceLifeCycleVO[] InstanceLifeCycleList)
InstanceLifeCycleList - Instance lifecycle list.
Note: This field may return null, indicating that no valid values can be obtained.public InstanceLogVO getLatestLog()
public void setLatestLog(InstanceLogVO LatestLog)
LatestLog - The last execution log of the instance.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.