public class NotificationEvent extends BasePOJO
Constructor and Description |
---|
NotificationEvent(NotificationEventTypeEnum pNotificationEventTypeEnum,
java.lang.Long pId) |
NotificationEvent(NotificationEventTypeEnum pNotificationEventTypeEnum,
java.lang.Long pId,
java.lang.String pContext) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContext() |
java.lang.Long |
getId() |
NotificationEventTypeEnum |
getNotificationEventTypeEnum() |
NotificationPayload |
getPayload() |
void |
setPayload(NotificationPayload pPayload) |
java.lang.String |
toString()
Returns custom String representation implemented by walking complete object structure.
|
public NotificationEvent(NotificationEventTypeEnum pNotificationEventTypeEnum, java.lang.Long pId)
public NotificationEvent(NotificationEventTypeEnum pNotificationEventTypeEnum, java.lang.Long pId, java.lang.String pContext)
public NotificationEventTypeEnum getNotificationEventTypeEnum()
public java.lang.Long getId()
public java.lang.String getContext()
public NotificationPayload getPayload()
public void setPayload(NotificationPayload pPayload)