public class StepDetailInfo extends AbstractModel
| Constructor and Description | 
|---|
| StepDetailInfo() | 
| StepDetailInfo(StepDetailInfo 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 | 
|---|---|
| ProcessStepTip[] | getErrors()Get Error message
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getPercent()Get Execution progress
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getStartTime()Get Start time of the current step in the format of "yyyy-mm-dd hh:mm:ss". | 
| String | getStatus()Get Step status. | 
| String | getStepId()Get Step ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getStepMessage()Get Step error message
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getStepName()Get Step name
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getStepNo()Get Step number
Note: This field may return null, indicating that no valid values can be obtained. | 
| ProcessStepTip[] | getWarnings()Get Warning
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setErrors(ProcessStepTip[] Errors)Set Error message
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setPercent(Long Percent)Set Execution progress
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setStartTime(String StartTime)Set Start time of the current step in the format of "yyyy-mm-dd hh:mm:ss". | 
| void | setStatus(String Status)Set Step status. | 
| void | setStepId(String StepId)Set Step ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setStepMessage(String StepMessage)Set Step error message
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setStepName(String StepName)Set Step name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setStepNo(Long StepNo)Set Step number
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setWarnings(ProcessStepTip[] Warnings)Set Warning
Note: This field may return null, indicating that no valid values can be obtained. | 
| 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, toJsonStringpublic StepDetailInfo()
public StepDetailInfo(StepDetailInfo source)
public Long getStepNo()
public void setStepNo(Long StepNo)
StepNo - Step number
Note: This field may return null, indicating that no valid values can be obtained.public String getStepName()
public void setStepName(String StepName)
StepName - Step name
Note: This field may return null, indicating that no valid values can be obtained.public String getStepId()
public void setStepId(String StepId)
StepId - Step ID
Note: This field may return null, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status - Step status. Valid values: `success`, `failed`, `running`, `notStarted`. Default value: `notStarted`.
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 current step in the format of "yyyy-mm-dd hh:mm:ss". If this field does not exist or is empty, it is meaningless.
Note: This field may return null, indicating that no valid values can be obtained.public String getStepMessage()
public void setStepMessage(String StepMessage)
StepMessage - Step error message
Note: This field may return null, indicating that no valid values can be obtained.public Long getPercent()
public void setPercent(Long Percent)
Percent - Execution progress
Note: This field may return null, indicating that no valid values can be obtained.public ProcessStepTip[] getErrors()
public void setErrors(ProcessStepTip[] Errors)
Errors - Error message
Note: This field may return null, indicating that no valid values can be obtained.public ProcessStepTip[] getWarnings()
public void setWarnings(ProcessStepTip[] Warnings)
Warnings - Warning
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.