public class AggregatedResult extends Object implements Serializable, Comparable<AggregatedResult>
| Constructor and Description |
|---|
AggregatedResult() |
AggregatedResult(org.joda.time.DateTime time,
Metric metric,
double value,
String dimension) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AggregatedResult o) |
String |
getDimension() |
Metric |
getMetric() |
org.joda.time.DateTime |
getTime() |
double |
getValue() |
void |
setDimension(String dimension) |
void |
setMetric(Metric metric) |
void |
setTime(org.joda.time.DateTime time) |
void |
setValue(double value) |
String |
toString() |
public Metric getMetric()
public void setMetric(Metric metric)
public double getValue()
public void setValue(double value)
public org.joda.time.DateTime getTime()
public void setTime(org.joda.time.DateTime time)
public String getDimension()
public void setDimension(String dimension)
public int compareTo(AggregatedResult o)
compareTo in interface Comparable<AggregatedResult>Copyright © 2015. All Rights Reserved.