public static enum DatadogEvent.Priority extends Enum<DatadogEvent.Priority>
Modifier and Type | Method and Description |
---|---|
com.timgroup.statsd.Event.Priority |
toEventPriority() |
static DatadogEvent.Priority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatadogEvent.Priority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatadogEvent.Priority LOW
public static final DatadogEvent.Priority NORMAL
public static DatadogEvent.Priority[] values()
for (DatadogEvent.Priority c : DatadogEvent.Priority.values()) System.out.println(c);
public static DatadogEvent.Priority 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 nullpublic com.timgroup.statsd.Event.Priority toEventPriority()
Copyright © 2016–2023. All rights reserved.