public class ErrorDetails extends AbstractModel
skipSign
Constructor and Description |
---|
ErrorDetails() |
ErrorDetails(ErrorDetails 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 |
getError()
Get Failure cause
|
String |
getUserId()
Get User information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setError(String Error)
Set Failure cause
|
void |
setUserId(String UserId)
Set User information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ErrorDetails()
public ErrorDetails(ErrorDetails source)
public String getUserId()
public void setUserId(String UserId)
UserId
- User information
Note: This field may return null, indicating that no valid values can be obtained.public String getError()
public void setError(String Error)
Error
- Failure causeCopyright © 2023. All rights reserved.