public class StatusReason extends AbstractModel
Constructor and Description |
---|
StatusReason() |
StatusReason(StatusReason 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 |
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, toJsonString
public StatusReason()
public StatusReason(StatusReason source)
public String getErrorCode()
public void setErrorCode(String ErrorCode)
ErrorCode
- 错误码public String getErrorMessage()
public void setErrorMessage(String ErrorMessage)
ErrorMessage
- 错误描述Copyright © 2022. All rights reserved.