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