public class APIErrorResponse
extends Object
Constructor and Description |
---|
APIErrorResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getError() |
List<APIErrorObject> |
getErrors() |
String |
getException() |
String |
getId() |
String |
getMessage() |
String |
getPath() |
Integer |
getStatus() |
String |
getTimestamp() |
void |
setError(String error) |
void |
setErrors(List<APIErrorObject> errors) |
void |
setException(String exception) |
void |
setId(String id) |
void |
setMessage(String message) |
void |
setPath(String path) |
void |
setStatus(Integer status) |
void |
setTimestamp(String timestamp) |
public List<APIErrorObject> getErrors()
public void setErrors(List<APIErrorObject> errors)
public String getTimestamp()
public void setTimestamp(String timestamp)
public Integer getStatus()
public void setStatus(Integer status)
public String getError()
public void setError(String error)
public String getException()
public void setException(String exception)
public String getMessage()
public void setMessage(String message)
public String getPath()
public void setPath(String path)
public String getId()
public void setId(String id)