public abstract class Notification extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
context |
protected String |
notificationType |
| Constructor and Description |
|---|
Notification() |
Notification(NotificationEventType notificationEventType,
Map<String,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getContext() |
NotificationEventType |
getType() |
void |
setContext(Map<String,Object> context) |
void |
setType(NotificationEventType notificationEventType) |
protected String notificationType
public Notification()
public Notification(NotificationEventType notificationEventType, Map<String,Object> context)
public NotificationEventType getType()
public void setType(NotificationEventType notificationEventType)
Copyright © 2022. All rights reserved.