management
package insteadpublic interface Statistic
extends java.io.Serializable
StatisticResource
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Deprecated.
Gets the full description of this statistic.
|
java.lang.String |
getName()
Deprecated.
Gets the identifying name of this statistic.
|
java.lang.String |
getUnits()
Deprecated.
Gets the unit of measurement (if any) this statistic represents.
|
java.lang.Number |
getValue()
Deprecated.
Gets the value of this statistic as a
java.lang.Number . |
boolean |
isCounter()
Deprecated.
Returns true if this statistic represents a numeric value which always increases.
|
java.lang.String getName()
java.lang.Number getValue()
java.lang.Number
.java.lang.String getUnits()
boolean isCounter()
java.lang.String getDescription()