Package | Description |
---|---|
org.codice.ddf.system.alerts |
Modifier and Type | Method and Description |
---|---|
NoticePriority |
SystemNotice.getPriority() |
static NoticePriority |
NoticePriority.valueOf(int priority) |
static NoticePriority |
NoticePriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NoticePriority[] |
NoticePriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Alert(String source,
NoticePriority priority,
String title,
Set<String> details) |
SystemNotice(String source,
NoticePriority priority,
String title,
Set<String> details) |
This work is licensed under a Creative Commons Attribution 4.0 International License.