public class ProcessStepTip extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ProcessStepTip() | 
| ProcessStepTip(ProcessStepTip 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 | getHelpDoc()Get 文档提示 | 
| String | getMessage()Get 提示信息 | 
| String | getSolution()Get 解决方案 | 
| void | setHelpDoc(String HelpDoc)Set 文档提示 | 
| void | setMessage(String Message)Set 提示信息 | 
| void | setSolution(String Solution)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 ProcessStepTip()
public ProcessStepTip(ProcessStepTip source)
public String getMessage()
public void setMessage(String Message)
Message - 提示信息public String getSolution()
public void setSolution(String Solution)
Solution - 解决方案public String getHelpDoc()
public void setHelpDoc(String HelpDoc)
HelpDoc - 文档提示Copyright © 2025. All rights reserved.