public class StepTip extends AbstractModel
| Constructor and Description | 
|---|
| StepTip() | 
| StepTip(StepTip 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 | 
|---|---|
| String | getCode()Get Error code
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getHelpDoc()Get Help document
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getMessage()Get Error message
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getSkipInfo()Get Whether the current step is skipped
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getSolution()Get Solution
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCode(String Code)Set Error code
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setHelpDoc(String HelpDoc)Set Help document
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setMessage(String Message)Set Error message
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setSkipInfo(String SkipInfo)Set Whether the current step is skipped
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setSolution(String Solution)Set Solution
Note: 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic StepTip()
public StepTip(StepTip source)
public String getCode()
public void setCode(String Code)
Code - Error code
Note: This field may return null, indicating that no valid values can be obtained.public String getMessage()
public void setMessage(String Message)
Message - Error message
Note: This field may return null, indicating that no valid values can be obtained.public String getSolution()
public void setSolution(String Solution)
Solution - Solution
Note: This field may return null, indicating that no valid values can be obtained.public String getHelpDoc()
public void setHelpDoc(String HelpDoc)
HelpDoc - Help document
Note: This field may return null, indicating that no valid values can be obtained.public String getSkipInfo()
public void setSkipInfo(String SkipInfo)
SkipInfo - Whether the current step is skipped
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.