management
package instead@Deprecated public interface Statistic extends Serializable
StatisticResource
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Deprecated.
Gets the full description of this statistic.
|
String |
getName()
Deprecated.
Gets the identifying name of this statistic.
|
String |
getUnits()
Deprecated.
Gets the unit of measurement (if any) this statistic represents.
|
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.
|
String getName()
Number getValue()
java.lang.Number
.String getUnits()
boolean isCounter()
String getDescription()