public class RawNumericMetric extends Object implements NumericMetric
| Constructor and Description |
|---|
RawNumericMetric() |
RawNumericMetric(String id,
Double value,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Double |
getAvg() |
String |
getBucket() |
String |
getId() |
Double |
getMax() |
Double |
getMin() |
long |
getTimestamp() |
Double |
getValue() |
int |
hashCode() |
void |
setId(String id) |
void |
setTimestamp(long timestamp) |
void |
setValue(Double value) |
String |
toString() |
public String getBucket()
getBucket in interface NumericMetricpublic String getId()
getId in interface NumericMetricpublic void setId(String id)
public Double getMin()
getMin in interface NumericMetricpublic Double getMax()
getMax in interface NumericMetricpublic Double getAvg()
getAvg in interface NumericMetricpublic Double getValue()
public void setValue(Double value)
public long getTimestamp()
getTimestamp in interface NumericMetricpublic void setTimestamp(long timestamp)
Copyright © 2014 Red Hat, Inc.. All rights reserved.