public abstract class Notification extends Object
urn
s are the same.Modifier and Type | Field and Description |
---|---|
String |
action1
null if no action is specified. |
String |
action2
null if no action is specified. |
String |
message |
NotificationPriority |
priority |
String |
urn |
Constructor and Description |
---|
Notification(String urn,
String message,
NotificationPriority priority,
String action1,
String action2) |
@Nonnull public final NotificationPriority priority