public class FailMessage extends AbstractModel
header, skipSign
Constructor and Description |
---|
FailMessage() |
FailMessage(FailMessage 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 |
getErrorMessage()
Get Failure Reason
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getKey()
Get Unique Data Identifier
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setErrorMessage(String ErrorMessage)
Set Failure Reason
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setKey(String Key)
Set Unique Data Identifier
Note: This field may return null, indicating that no valid value can be obtained.
|
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 FailMessage()
public FailMessage(FailMessage source)
public String getKey()
public void setKey(String Key)
Key
- Unique Data Identifier
Note: This field may return null, indicating that no valid value can be obtained.public String getErrorMessage()
public void setErrorMessage(String ErrorMessage)
ErrorMessage
- Failure Reason
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.