public abstract class SystemNotification
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SystemNotification.Type
Event types.
|
| Constructor and Description |
|---|
SystemNotification(SystemNotification.Type notificationType) |
| Modifier and Type | Method and Description |
|---|---|
EventProcessingRequest |
getRequest() |
SystemNotification.Type |
getType() |
void |
setRequest(EventProcessingRequest request) |
public SystemNotification(SystemNotification.Type notificationType)
public SystemNotification.Type getType()
public void setRequest(EventProcessingRequest request)
public EventProcessingRequest getRequest()