public class MetricIntakeType extends Object
0 (unspecified), 1 (count),
2 (rate), and 3 (gauge).| Modifier and Type | Class and Description |
|---|---|
static class |
MetricIntakeType.MetricIntakeTypeSerializer |
| Modifier and Type | Field and Description |
|---|---|
static MetricIntakeType |
COUNT |
static MetricIntakeType |
GAUGE |
static MetricIntakeType |
RATE |
static MetricIntakeType |
UNSPECIFIED |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this MetricIntakeType object is equal to o.
|
static MetricIntakeType |
fromValue(Integer value) |
Integer |
getValue() |
int |
hashCode() |
boolean |
isValid() |
void |
setValue(Integer value) |
String |
toString() |
public static final MetricIntakeType UNSPECIFIED
public static final MetricIntakeType COUNT
public static final MetricIntakeType RATE
public static final MetricIntakeType GAUGE
public boolean isValid()
public Integer getValue()
public void setValue(Integer value)
public boolean equals(Object o)
public static MetricIntakeType fromValue(Integer value)
Copyright © 2023. All rights reserved.