public class InstanceLifeDetailDto extends AbstractModel
header, skipSign| Constructor and Description |
|---|
InstanceLifeDetailDto() |
InstanceLifeDetailDto(InstanceLifeDetailDto 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 |
getDetailState()
Get Instance lifecycle phase status.
|
String |
getEndTime()
Get End Time of the State
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getStartTime()
Get Start Time of the State
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getState()
Get Indicates the status of an instance.
|
void |
setDetailState(String DetailState)
Set Instance lifecycle phase status.
|
void |
setEndTime(String EndTime)
Set End Time of the State
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setStartTime(String StartTime)
Set Start Time of the State
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setState(String State)
Set Indicates the status of an instance.
|
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 InstanceLifeDetailDto()
public InstanceLifeDetailDto(InstanceLifeDetailDto source)
public String getState()
public void setState(String State)
State - 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 getStartTime()
public void setStartTime(String StartTime)
StartTime - Start Time of the State
Note: This field may return null, indicating that no valid value can be obtained.public String getDetailState()
public void setDetailState(String DetailState)
DetailState - Instance lifecycle phase status.
-WAIT_UPSTREAM indicates waiting for an event or upstream status.
-WAIT_RUN indicates waiting for running status.
-RUNNING indicates the running state.
-COMPLETE indicates terminal state - completed.
-FAILED indicates terminal state - retry after failure.
-EXPIRED indicates terminal state - failure.
-SKIP_RUNNING indicates terminal state - a branch skipped by the upstream branch node.
-HISTORY indicates compatibility with historical instances before march 30, 2024. no need to pay attention to this enumeration type for instances afterward.
Note: This field may return null, indicating that no valid values can be obtained.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - End Time of the State
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.