public class TaskStepInfo extends AbstractModel
Constructor and Description |
---|
TaskStepInfo() |
TaskStepInfo(TaskStepInfo 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 |
getEndAt()
Get Step end time
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFailedMsg()
Get If `LifeState` is `failed`, this field displays the error message.
|
String |
getLifeState()
Get Lifecycle
`pending`
`running`
`success`
`failed`
|
String |
getStartAt()
Get Step start time
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getStep()
Get Step name
|
void |
setEndAt(String EndAt)
Set Step end time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFailedMsg(String FailedMsg)
Set If `LifeState` is `failed`, this field displays the error message.
|
void |
setLifeState(String LifeState)
Set Lifecycle
`pending`
`running`
`success`
`failed`
|
void |
setStartAt(String StartAt)
Set Step start time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStep(String Step)
Set Step name
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public TaskStepInfo()
public TaskStepInfo(TaskStepInfo source)
public String getStep()
public void setStep(String Step)
Step
- Step namepublic String getLifeState()
public void setLifeState(String LifeState)
LifeState
- Lifecycle
`pending`
`running`
`success`
`failed`public String getStartAt()
public void setStartAt(String StartAt)
StartAt
- Step start time
Note: This field may return null, indicating that no valid values can be obtained.public String getEndAt()
public void setEndAt(String EndAt)
EndAt
- Step end time
Note: This field may return null, indicating that no valid values can be obtained.public String getFailedMsg()
public void setFailedMsg(String FailedMsg)
FailedMsg
- If `LifeState` is `failed`, this field displays the error message.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.