public class MetricCustomTimeAggregation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MetricCustomTimeAggregation.MetricCustomTimeAggregationSerializer |
| Modifier and Type | Field and Description |
|---|---|
static MetricCustomTimeAggregation |
AVG |
static MetricCustomTimeAggregation |
COUNT |
static MetricCustomTimeAggregation |
MAX |
static MetricCustomTimeAggregation |
MIN |
static MetricCustomTimeAggregation |
SUM |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this MetricCustomTimeAggregation object is equal to o.
|
static MetricCustomTimeAggregation |
fromValue(String value) |
String |
getValue() |
int |
hashCode() |
boolean |
isValid() |
void |
setValue(String value) |
String |
toString() |
public static final MetricCustomTimeAggregation AVG
public static final MetricCustomTimeAggregation COUNT
public static final MetricCustomTimeAggregation MAX
public static final MetricCustomTimeAggregation MIN
public static final MetricCustomTimeAggregation SUM
public boolean isValid()
public String getValue()
public void setValue(String value)
public boolean equals(Object o)
public static MetricCustomTimeAggregation fromValue(String value)
Copyright © 2023. All rights reserved.