T - the generic typepublic class ExceptionMessage<T> extends Object implements Serializable
| Constructor and Description |
|---|
ExceptionMessage(String propertiesKey,
String propertiesValue,
String id)
Default constructor.
|
ExceptionMessage(String propertiesKey,
String propertiesValue,
String id,
List<T> additions)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<T> |
getAdditions()
Gets the additions.
|
String |
getId()
Gets the exception code.
|
String |
getPropertiesKey()
Gets the properties key.
|
String |
getPropertiesValue()
Gets the properties value.
|
int |
hashCode() |
void |
setAdditions(List<T> additions)
Sets the additions.
|
void |
setId(String id)
Sets the exception code.
|
void |
setPropertiesKey(String propertiesKey)
Sets the properties key.
|
void |
setPropertiesValue(String propertiesValue)
Sets the properties value.
|
String |
toString() |
public ExceptionMessage(String propertiesKey, String propertiesValue, String id)
propertiesKey - the properties keypropertiesValue - the properties valueid - the idpublic String getId()
public String getPropertiesKey()
public String getPropertiesValue()
public void setAdditions(List<T> additions)
additions - the new additionspublic void setId(String id)
id - the new exception codepublic void setPropertiesKey(String propertiesKey)
propertiesKey - the new properties keypublic void setPropertiesValue(String propertiesValue)
propertiesValue - the new properties valuepublic String toString()
toString in class ObjectObject.toString()Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.