public class StepInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| StepInfo() | 
| StepInfo(StepInfo 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 | 
|---|---|
| StepTip[] | getErrors()Get Error message
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getProgress()Get Current step progress. | 
| String | getStartTime()Get Step start time, which may be null. | 
| String | getStatus()Get Status of the current step. | 
| String | getStepId()Get Step ID
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. | 
| StepTip[] | getWarnings()Get Warning message
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setErrors(StepTip[] Errors)Set Error message
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setProgress(Long Progress)Set Current step progress. | 
| void | setStartTime(String StartTime)Set Step start time, which may be null. | 
| void | setStatus(String Status)Set Status of the current step. | 
| void | setStepId(String StepId)Set Step ID
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(StepTip[] Warnings)Set Warning message
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic StepInfo()
public StepInfo(StepInfo 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 - Status of the current step. Valid values: `notStarted`, `running`, `failed`, `finished, `skipped`, `paused`.
Note: This field may return null, indicating that no valid values can be obtained.public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Step start time, which may be null.
Note: This field may return null, indicating that no valid values can be obtained.public StepTip[] getErrors()
public void setErrors(StepTip[] Errors)
Errors - Error message
Note: This field may return null, indicating that no valid values can be obtained.public StepTip[] getWarnings()
public void setWarnings(StepTip[] Warnings)
Warnings - Warning message
Note: This field may return null, indicating that no valid values can be obtained.public Long getProgress()
public void setProgress(Long Progress)
Progress - Current step progress. Value range: 0-100. The value `-1` indicates that the progress of the current step is unavailable. Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.