public abstract class StatisticValue
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
StatisticValue.CountStatistic
Class to represent statistic value of type count.
|
static class |
StatisticValue.IntervalStatistic
Class to represent statistic value of type interval.
|
static class |
StatisticValue.StatusStatistic
Class to represent statistic value of type status.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets statistics name.
|
StatisticType |
getType()
Gets statistics type.
|
public java.lang.String getName()
public StatisticType getType()