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