public class EventAlertType extends Object
error, warning
, info, success, user_update, recommendation,
and snapshot.| Modifier and Type | Class and Description |
|---|---|
static class |
EventAlertType.EventAlertTypeSerializer |
| Modifier and Type | Field and Description |
|---|---|
static EventAlertType |
ERROR |
static EventAlertType |
INFO |
static EventAlertType |
RECOMMENDATION |
static EventAlertType |
SNAPSHOT |
static EventAlertType |
SUCCESS |
static EventAlertType |
USER_UPDATE |
static EventAlertType |
WARNING |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this EventAlertType object is equal to o.
|
static EventAlertType |
fromValue(String value) |
String |
getValue() |
int |
hashCode() |
boolean |
isValid() |
void |
setValue(String value) |
String |
toString() |
public static final EventAlertType ERROR
public static final EventAlertType WARNING
public static final EventAlertType INFO
public static final EventAlertType SUCCESS
public static final EventAlertType USER_UPDATE
public static final EventAlertType RECOMMENDATION
public static final EventAlertType SNAPSHOT
public boolean isValid()
public String getValue()
public void setValue(String value)
public boolean equals(Object o)
public static EventAlertType fromValue(String value)
Copyright © 2023. All rights reserved.