public class SubscribeCheckStepInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SubscribeCheckStepInfo() | 
| SubscribeCheckStepInfo(SubscribeCheckStepInfo 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 | 
|---|---|
| SubscribeCheckStepTip[] | getErrors()Get 错误提示 | 
| Long | getPercent()Get 当前步骤进度 | 
| String | getStatus()Get 当前步骤状态,可能值为 notStarted-未开始,running-运行中,finished-已完成,failed-失败,unknown-未知 | 
| String | getStepId()Get 步骤Id | 
| String | getStepName()Get 步骤名称 | 
| Long | getStepNo()Get 步骤编号,从 1 开始 | 
| SubscribeCheckStepTip[] | getWarnings()Get 告警提示 | 
| void | setErrors(SubscribeCheckStepTip[] Errors)Set 错误提示 | 
| void | setPercent(Long Percent)Set 当前步骤进度 | 
| void | setStatus(String Status)Set 当前步骤状态,可能值为 notStarted-未开始,running-运行中,finished-已完成,failed-失败,unknown-未知 | 
| void | setStepId(String StepId)Set 步骤Id | 
| void | setStepName(String StepName)Set 步骤名称 | 
| void | setStepNo(Long StepNo)Set 步骤编号,从 1 开始 | 
| void | setWarnings(SubscribeCheckStepTip[] 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 SubscribeCheckStepInfo()
public SubscribeCheckStepInfo(SubscribeCheckStepInfo source)
public String getStepName()
public void setStepName(String StepName)
StepName - 步骤名称public String getStepId()
public void setStepId(String StepId)
StepId - 步骤Idpublic Long getStepNo()
public void setStepNo(Long StepNo)
StepNo - 步骤编号,从 1 开始public String getStatus()
public void setStatus(String Status)
Status - 当前步骤状态,可能值为 notStarted-未开始,running-运行中,finished-已完成,failed-失败,unknown-未知public Long getPercent()
public void setPercent(Long Percent)
Percent - 当前步骤进度public SubscribeCheckStepTip[] getErrors()
public void setErrors(SubscribeCheckStepTip[] Errors)
Errors - 错误提示public SubscribeCheckStepTip[] getWarnings()
public void setWarnings(SubscribeCheckStepTip[] Warnings)
Warnings - 告警提示Copyright © 2025. All rights reserved.