public class ResponseCode extends AbstractModel
header, skipSign
Constructor and Description |
---|
ResponseCode() |
ResponseCode(ResponseCode 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 If successful, return a success; if failed, return Cloud API Defined Error Codes
|
String |
getMessage()
Get If successful, return a success; if failed, return the secondary error code of WAF Definition
|
void |
setCode(String Code)
Set If successful, return a success; if failed, return Cloud API Defined Error Codes
|
void |
setMessage(String Message)
Set If successful, return a success; if failed, return the secondary error code of WAF Definition
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ResponseCode()
public ResponseCode(ResponseCode source)
public String getCode()
public void setCode(String Code)
Code
- If successful, return a success; if failed, return Cloud API Defined Error Codespublic String getMessage()
public void setMessage(String Message)
Message
- If successful, return a success; if failed, return the secondary error code of WAF DefinitionCopyright © 2025. All rights reserved.