public class RecurlyAPIError extends RecurlyObject
NIL_STR, NIL_VAL| Constructor and Description |
|---|
RecurlyAPIError() |
| Modifier and Type | Method and Description |
|---|---|
static RecurlyAPIError |
buildFromResponse(com.ning.http.client.Response response) |
static RecurlyAPIError |
buildFromXml(com.fasterxml.jackson.dataformat.xml.XmlMapper xmlMapper,
String payload,
com.ning.http.client.Response response) |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getDetails() |
int |
getHttpStatusCode() |
ResponseMetadata |
getResponseMetadata() |
String |
getSymbol() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setDetails(String details) |
void |
setHttpStatusCode(int httpStatusCode) |
void |
setResponseMetadata(ResponseMetadata meta) |
void |
setSymbol(String symbol) |
String |
toString() |
bigDecimalOrNull, booleanOrNull, dateTimeOrNull, enumOrNull, enumOrNull, getHref, integerOrNull, isNull, longOrNull, newXmlMapper, setHref, setRecurlyClient, stringOrNullpublic RecurlyAPIError()
public static RecurlyAPIError buildFromResponse(com.ning.http.client.Response response)
public static RecurlyAPIError buildFromXml(com.fasterxml.jackson.dataformat.xml.XmlMapper xmlMapper, String payload, com.ning.http.client.Response response) throws IOException
IOExceptionpublic String getDescription()
public void setDescription(String description)
public String getDetails()
public void setDetails(String details)
public void setHttpStatusCode(int httpStatusCode)
public int getHttpStatusCode()
public void setResponseMetadata(ResponseMetadata meta)
public ResponseMetadata getResponseMetadata()
public boolean equals(Object o)
equals in class RecurlyObjectCopyright © 2012-2020. All Rights Reserved.