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 错误码 | 
| String | getErrorLog()Get 错误日志信息 | 
| String | getHelpDoc()Get 文档提示 | 
| String | getSolution()Get 解决方案 | 
| void | setCode(String Code)Set 错误码 | 
| void | setErrorLog(String ErrorLog)Set 错误日志信息 | 
| void | setHelpDoc(String HelpDoc)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 ErrorInfoItem()
public ErrorInfoItem(ErrorInfoItem source)
public String getCode()
public void setCode(String Code)
Code - 错误码public String getSolution()
public void setSolution(String Solution)
Solution - 解决方案public String getErrorLog()
public void setErrorLog(String ErrorLog)
ErrorLog - 错误日志信息public String getHelpDoc()
public void setHelpDoc(String HelpDoc)
HelpDoc - 文档提示Copyright © 2025. All rights reserved.