- All Superinterfaces:
Comparable<NotificationSeverity>
,Serializable
Notification severity level.
- Since:
- 5.7
-
Field Summary
Modifier and TypeFieldDescriptionstatic final NotificationSeverity
An information severity level.static final NotificationSeverity
A special severity level used in configuration to turn off all notifications.static final NotificationSeverity
A warning severity level. -
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
INFORMATION
An information severity level. -
WARNING
A warning severity level. -
OFF
A special severity level used in configuration to turn off all notifications.
-