public class ErrorInfoItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
ErrorInfoItem() |
ErrorInfoItem(ErrorInfoItem 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 错误码
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getErrorLog()
Get 错误日志信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getHelpDoc()
Get 文档提示
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSolution()
Get 解决方案
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCode(String Code)
Set 错误码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setErrorLog(String ErrorLog)
Set 错误日志信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHelpDoc(String HelpDoc)
Set 文档提示
注意:此字段可能返回 null,表示取不到有效值。
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ErrorInfoItem()
public ErrorInfoItem(ErrorInfoItem source)
public String getCode()
public void setCode(String Code)
Code
- 错误码
注意:此字段可能返回 null,表示取不到有效值。public String getSolution()
public void setSolution(String Solution)
Solution
- 解决方案
注意:此字段可能返回 null,表示取不到有效值。public String getErrorLog()
public void setErrorLog(String ErrorLog)
ErrorLog
- 错误日志信息
注意:此字段可能返回 null,表示取不到有效值。public String getHelpDoc()
public void setHelpDoc(String HelpDoc)
HelpDoc
- 文档提示
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.