public class StatusReason extends AbstractModel
| Constructor and Description |
|---|
StatusReason() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode()
Get 错误码
|
String |
getErrorMessage()
Get 错误描述
|
void |
setErrorCode(String ErrorCode)
Set 错误码
|
void |
setErrorMessage(String ErrorMessage)
Set 错误描述
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getErrorCode()
public void setErrorCode(String ErrorCode)
ErrorCode - 错误码public String getErrorMessage()
public void setErrorMessage(String ErrorMessage)
ErrorMessage - 错误描述Copyright © 2020. All rights reserved.