public class HealthMetric extends Object
Constructor and Description |
---|
HealthMetric(String name,
Object value)
Construct a new HealthMetric using the given two-art name and value.
|
HealthMetric(String measure,
String metric,
Object value)
Construct a new HealthMetric with the given measure name, metric name, and value.
|
public HealthMetric(String name, Object value)
name
- the name for this health metric, must be a string that includes two non-blank parts separated by a colonvalue
- the value of this health metricpublic HealthMetric(String measure, String metric, Object value)
measure
- the name of the measuremetric
- the name of the metricvalue
- the value of this health metricCopyright © 2005–2016 The Kuali Foundation. All rights reserved.