public static class MetricDataMessage.SingleMetric extends Object
org.rhq.metrics.client.common.SingleMetric| Constructor and Description |
|---|
SingleMetric() |
SingleMetric(String source,
long timestamp,
double value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSource() |
long |
getTimestamp() |
double |
getValue() |
void |
setSource(String source) |
void |
setTimestamp(long timestamp) |
void |
setValue(double value) |
String |
toString() |
public SingleMetric()
public SingleMetric(String source, long timestamp, double value)
Copyright © 2015 Red Hat, Inc.. All rights reserved.