public class ErrInfo extends AbstractModel
skipSign
Constructor and Description |
---|
ErrInfo() |
ErrInfo(ErrInfo 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 错误信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getReason()
Get 错误原因
|
String |
getSolution()
Get 解决方案
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMessage(String Message)
Set 错误信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setReason(String Reason)
Set 错误原因
|
void |
setSolution(String Solution)
Set 解决方案
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ErrInfo()
public ErrInfo(ErrInfo source)
public String getReason()
public void setReason(String Reason)
Reason
- 错误原因public String getMessage()
public void setMessage(String Message)
Message
- 错误信息
注意:此字段可能返回 null,表示取不到有效值。public String getSolution()
public void setSolution(String Solution)
Solution
- 解决方案
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.