public class SubsErr extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SubsErr() | 
| SubsErr(SubsErr 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 | getMessage()Get 报错信息 | 
| String | getReason()Get 报错原因 | 
| String | getSolution()Get 建议的修复方案 | 
| void | setMessage(String Message)Set 报错信息 | 
| void | setReason(String Reason)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 SubsErr()
public SubsErr(SubsErr source)
public String getMessage()
public void setMessage(String Message)
Message - 报错信息public String getReason()
public void setReason(String Reason)
Reason - 报错原因public String getSolution()
public void setSolution(String Solution)
Solution - 建议的修复方案Copyright © 2025. All rights reserved.