@Generated public enum MonitorMetricType extends Enum<MonitorMetricType>
| Enum Constant and Description |
|---|
CUSTOM_METRIC_TYPE_AGGREGATE |
CUSTOM_METRIC_TYPE_DERIVED |
CUSTOM_METRIC_TYPE_DRIFT |
| Modifier and Type | Method and Description |
|---|---|
static MonitorMetricType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonitorMetricType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MonitorMetricType CUSTOM_METRIC_TYPE_AGGREGATE
public static final MonitorMetricType CUSTOM_METRIC_TYPE_DERIVED
public static final MonitorMetricType CUSTOM_METRIC_TYPE_DRIFT
public static MonitorMetricType[] values()
for (MonitorMetricType c : MonitorMetricType.values()) System.out.println(c);
public static MonitorMetricType 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 © 2024. All rights reserved.