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 错误信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getProgress()Get 当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度 | 
| String | getStartTime()Get 步骤开始时间,可能为空 | 
| String | getStatus()Get 当前步骤状态,可能返回有 notStarted(未开始)、running(校验中)、failed(校验任务失败)、finished(完成)、skipped(跳过)、paused(暂停) | 
| String | getStepId()Get 步骤标号 | 
| String | getStepName()Get 步骤名 | 
| Long | getStepNo()Get 步骤编号 | 
| StepTip[] | getWarnings()Get 警告信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setErrors(StepTip[] Errors)Set 错误信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setProgress(Long Progress)Set 当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度 | 
| void | setStartTime(String StartTime)Set 步骤开始时间,可能为空 | 
| void | setStatus(String Status)Set 当前步骤状态,可能返回有 notStarted(未开始)、running(校验中)、failed(校验任务失败)、finished(完成)、skipped(跳过)、paused(暂停) | 
| void | setStepId(String StepId)Set 步骤标号 | 
| void | setStepName(String StepName)Set 步骤名 | 
| void | setStepNo(Long StepNo)Set 步骤编号 | 
| void | setWarnings(StepTip[] Warnings)Set 警告信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 StepInfo()
public StepInfo(StepInfo source)
public Long getStepNo()
public void setStepNo(Long StepNo)
StepNo - 步骤编号public String getStepName()
public void setStepName(String StepName)
StepName - 步骤名public String getStepId()
public void setStepId(String StepId)
StepId - 步骤标号public String getStatus()
public void setStatus(String Status)
Status - 当前步骤状态,可能返回有 notStarted(未开始)、running(校验中)、failed(校验任务失败)、finished(完成)、skipped(跳过)、paused(暂停)public String getStartTime()
public void setStartTime(String StartTime)
StartTime - 步骤开始时间,可能为空public StepTip[] getErrors()
public void setErrors(StepTip[] Errors)
Errors - 错误信息
注意:此字段可能返回 null,表示取不到有效值。public StepTip[] getWarnings()
public void setWarnings(StepTip[] Warnings)
Warnings - 警告信息
注意:此字段可能返回 null,表示取不到有效值。public Long getProgress()
public void setProgress(Long Progress)
Progress - 当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度Copyright © 2025. All rights reserved.