public class Status extends Object implements Serializable
| Constructor and Description |
|---|
Status() |
| Modifier and Type | Method and Description |
|---|---|
static Status |
fromResponseCode(int responseCode) |
Integer |
getCode()
Response Status Code.
|
String |
getErrorDetails() |
String |
getErrorID() |
String |
getErrorType() |
void |
setCode(Integer code) |
void |
setErrorDetails(String errorDetails) |
void |
setErrorID(String errorID) |
void |
setErrorType(String errorType) |
String |
toString() |
public static Status fromResponseCode(int responseCode)
public Integer getCode()
public void setCode(Integer code)
public String getErrorType()
public void setErrorType(String errorType)
public String getErrorDetails()
public void setErrorDetails(String errorDetails)
public String getErrorID()
public void setErrorID(String errorID)
Copyright © 2017. All rights reserved.