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