public class StepDetailInfo extends AbstractModel
header, skipSign| 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 错误信息 | 
| Long | getPercent()Get 执行进度 | 
| String | getStartTime()Get 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义 注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getStatus()Get 步骤状态:success(成功)、failed(失败)、running(执行中)、notStarted(未执行)、默认为notStarted | 
| String | getStepId()Get 步骤英文标识 | 
| String | getStepMessage()Get 步骤错误信息 | 
| String | getStepName()Get 步骤展现名称 | 
| Long | getStepNo()Get 步骤序列 | 
| ProcessStepTip[] | getWarnings()Get 告警提示 | 
| void | setErrors(ProcessStepTip[] Errors)Set 错误信息 | 
| void | setPercent(Long Percent)Set 执行进度 | 
| void | setStartTime(String StartTime)Set 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义 注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setStatus(String Status)Set 步骤状态:success(成功)、failed(失败)、running(执行中)、notStarted(未执行)、默认为notStarted | 
| void | setStepId(String StepId)Set 步骤英文标识 | 
| void | setStepMessage(String StepMessage)Set 步骤错误信息 | 
| void | setStepName(String StepName)Set 步骤展现名称 | 
| void | setStepNo(Long StepNo)Set 步骤序列 | 
| void | setWarnings(ProcessStepTip[] Warnings)Set 告警提示 | 
| 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 StepDetailInfo()
public StepDetailInfo(StepDetailInfo 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 - 步骤状态:success(成功)、failed(失败)、running(执行中)、notStarted(未执行)、默认为notStartedpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime - 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义 注意:此字段可能返回 null,表示取不到有效值。public String getStepMessage()
public void setStepMessage(String StepMessage)
StepMessage - 步骤错误信息public Long getPercent()
public void setPercent(Long Percent)
Percent - 执行进度public ProcessStepTip[] getErrors()
public void setErrors(ProcessStepTip[] Errors)
Errors - 错误信息public ProcessStepTip[] getWarnings()
public void setWarnings(ProcessStepTip[] Warnings)
Warnings - 告警提示Copyright © 2025. All rights reserved.