public class SyncCheckStepInfo extends AbstractModel
| Constructor and Description | 
|---|
| SyncCheckStepInfo() | 
| SyncCheckStepInfo(SyncCheckStepInfo 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 | 
|---|---|
| Long | getStepCode()Get Code of the step execution result | 
| String | getStepMessage()Get Message about the step execution result | 
| String | getStepName()Get Step name | 
| Long | getStepNo()Get Step number | 
| void | setStepCode(Long StepCode)Set Code of the step execution result | 
| void | setStepMessage(String StepMessage)Set Message about the step execution result | 
| void | setStepName(String StepName)Set Step name | 
| void | setStepNo(Long StepNo)Set Step number | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic SyncCheckStepInfo()
public SyncCheckStepInfo(SyncCheckStepInfo source)
public Long getStepNo()
public void setStepNo(Long StepNo)
StepNo - Step numberpublic String getStepName()
public void setStepName(String StepName)
StepName - Step namepublic Long getStepCode()
public void setStepCode(Long StepCode)
StepCode - Code of the step execution resultpublic String getStepMessage()
public void setStepMessage(String StepMessage)
StepMessage - Message about the step execution resultCopyright © 2021. All rights reserved.