@OpenApi
public class NotificationSeverity
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
NotificationSeverity.Type
Severity type 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static NotificationSeverity | 
ERROR  | 
static NotificationSeverity | 
INFO  | 
static NotificationSeverity | 
WARNING  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getSeverityId()
Returns severity id. 
 | 
java.lang.String | 
getText()
Returns severity human readable text. 
 | 
@OpenApi public static final NotificationSeverity INFO
@OpenApi public static final NotificationSeverity WARNING
@OpenApi public static final NotificationSeverity ERROR