public interface Metric
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
Metric.MetricType
The enum defining the specification-defined metric types. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Metric.MetricType | 
getType()
The getName method returns the metric type. 
 | 
long | 
getValue()
The getValue method returns the metric value. 
 | 
Metric.MetricType getType()
long getValue()