public static enum EventFilterPayload.IntegerProperty extends Enum<EventFilterPayload.IntegerProperty>
Enum Constant and Description |
---|
GLB_STATUS |
NGINX_STATUS |
NORMALIZED_REQUESTSTATUS |
Modifier and Type | Method and Description |
---|---|
static EventFilterPayload.IntegerProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventFilterPayload.IntegerProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventFilterPayload.IntegerProperty NORMALIZED_REQUESTSTATUS
public static final EventFilterPayload.IntegerProperty GLB_STATUS
public static final EventFilterPayload.IntegerProperty NGINX_STATUS
public static EventFilterPayload.IntegerProperty[] values()
for (EventFilterPayload.IntegerProperty c : EventFilterPayload.IntegerProperty.values()) System.out.println(c);
public static EventFilterPayload.IntegerProperty valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2022. All rights reserved.