public class WidgetAggregator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WidgetAggregator.WidgetAggregatorSerializer |
| Modifier and Type | Field and Description |
|---|---|
static WidgetAggregator |
AVERAGE |
static WidgetAggregator |
LAST |
static WidgetAggregator |
MAXIMUM |
static WidgetAggregator |
MINIMUM |
static WidgetAggregator |
PERCENTILE |
static WidgetAggregator |
SUM |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this WidgetAggregator object is equal to o.
|
static WidgetAggregator |
fromValue(String value) |
String |
getValue() |
int |
hashCode() |
boolean |
isValid() |
void |
setValue(String value) |
String |
toString() |
public static final WidgetAggregator AVERAGE
public static final WidgetAggregator LAST
public static final WidgetAggregator MAXIMUM
public static final WidgetAggregator MINIMUM
public static final WidgetAggregator SUM
public static final WidgetAggregator PERCENTILE
public boolean isValid()
public String getValue()
public void setValue(String value)
public boolean equals(Object o)
public static WidgetAggregator fromValue(String value)
Copyright © 2023. All rights reserved.