public class APIErrorResponse
extends Object
implements Serializable
Constructor and Description |
---|
APIErrorResponse() |
APIErrorResponse(String timestamp,
Integer status,
String error,
String exception,
String message,
String path,
String id,
List<APIErrorObject> errors) |
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 APIErrorResponse()
public APIErrorResponse(String timestamp, Integer status, String error, String exception, String message, String path, String id, List<APIErrorObject> errors)
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)