public class MessageError extends Object
| Constructor and Description |
|---|
MessageError() |
MessageError(ErrorHolder errorHolder) |
MessageError(ErrorType errorType,
TppMessageInformation... tppMessageInformation) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTppMessage(TppMessageInformation tppMessageInformation) |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
ErrorType |
getErrorType() |
TppMessageInformation |
getTppMessage() |
Set<TppMessageInformation> |
getTppMessages() |
int |
hashCode() |
void |
setErrorType(ErrorType errorType) |
void |
setTppMessages(Set<TppMessageInformation> tppMessages) |
String |
toString() |
public MessageError(ErrorType errorType, TppMessageInformation... tppMessageInformation)
public MessageError(ErrorHolder errorHolder)
public MessageError()
public void addTppMessage(TppMessageInformation tppMessageInformation)
public TppMessageInformation getTppMessage()
public Set<TppMessageInformation> getTppMessages()
public ErrorType getErrorType()
public void setTppMessages(Set<TppMessageInformation> tppMessages)
public void setErrorType(ErrorType errorType)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.