public class Metric
extends Object
Response type for a Metric and Metric-Value-Pair.
- See Also:
-
-
Constructor Summary
Constructors
Creates a new
Metric without a value.
Creates a new
Metric with a possible value.
-
Method Summary
-
Constructor Details
-
Metric
Creates a new
Metric with a possible value.
- Parameters:
id - Name of the metric.
value - Value of the metric. Can be null.
-
Metric
Creates a new
Metric without a value.
- Parameters:
id - Name of the metric.
-