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 Error messageNote: This field may return null, indicating that no valid values can be obtained. | 
| Long | getPercent()Get Current step progressNote: This field may return null, indicating that no valid values can be obtained. | 
| String | getStatus()Get Current step status. | 
| 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, starting from 1
Note: This field may return null, indicating that no valid values can be obtained. | 
| SubscribeCheckStepTip[] | getWarnings()Get Warning messageNote: This field may return null, indicating that no valid values can be obtained. | 
| void | setErrors(SubscribeCheckStepTip[] Errors)Set Error messageNote: This field may return null, indicating that no valid values can be obtained. | 
| void | setPercent(Long Percent)Set Current step progressNote: This field may return null, indicating that no valid values can be obtained. | 
| void | setStatus(String Status)Set Current step status. | 
| 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, starting from 1
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setWarnings(SubscribeCheckStepTip[] Warnings)Set Warning messageNote: 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 SubscribeCheckStepInfo()
public SubscribeCheckStepInfo(SubscribeCheckStepInfo source)
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 Long getStepNo()
public void setStepNo(Long StepNo)
StepNo - Step number, starting from 1
Note: This field may return null, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status - Current step status. Valid values: notStarted, running, finished, failed.Note: This field may return null, indicating that no valid values can be obtained.public Long getPercent()
public void setPercent(Long Percent)
Percent - Current step progressNote: This field may return null, indicating that no valid values can be obtained.public SubscribeCheckStepTip[] getErrors()
public void setErrors(SubscribeCheckStepTip[] Errors)
Errors - Error messageNote: This field may return null, indicating that no valid values can be obtained.public SubscribeCheckStepTip[] getWarnings()
public void setWarnings(SubscribeCheckStepTip[] Warnings)
Warnings - Warning messageNote: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.