public class ErrorMessage extends Representation
Modifier and Type | Field and Description |
---|---|
static ErrorMessage |
EMPTY |
links
Constructor and Description |
---|
ErrorMessage(ErrorType errorType,
String errorMessage,
Link... linker) |
ErrorMessage(ErrorType errorType,
String errorCode,
String errorMessage,
Link... linker) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getErrorCode() |
String |
getErrorMessage() |
ErrorType |
getErrorType() |
List<Link> |
getLink() |
int |
hashCode() |
void |
setLink(List<Link> links) |
String |
toString() |
addLink, getLinkByRelationName
public static final ErrorMessage EMPTY
Copyright © 2016 Digipost. All rights reserved.