public class StatusReason extends AbstractModel
header, skipSign| 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 Error code 
 | 
String | 
getErrorMessage()
Get Error message 
 | 
void | 
setErrorCode(String ErrorCode)
Set Error code 
 | 
void | 
setErrorMessage(String ErrorMessage)
Set Error message 
 | 
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 StatusReason()
public StatusReason(StatusReason source)
public String getErrorCode()
public void setErrorCode(String ErrorCode)
ErrorCode - Error codepublic String getErrorMessage()
public void setErrorMessage(String ErrorMessage)
ErrorMessage - Error messageCopyright © 2025. All rights reserved.