public class RestError extends AbstractDTOBase
Constructor and Description |
---|
RestError() |
RestError(String errorCode,
String message) |
RestError(String errorCode,
String message,
List<String> fields) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getErrorCode() |
List<String> |
getFields() |
String |
getMessage() |
int |
hashCode() |
void |
setErrorCode(String errorCode) |
void |
setFields(List<String> fields) |
void |
setMessage(String message) |
toString
Apache Camel