@ExportedBean public class Measure extends MeasureBaseModel
| Modifier and Type | Method and Description |
|---|---|
void |
addMeasurement(Measurement tm) |
String |
getAggregation() |
String |
getColor() |
List<Measurement> |
getMeasurements() |
double |
getMetricValue() |
String |
getName() |
BigDecimal |
getStrMetricValue() |
String |
getUnit() |
String |
getUnit(String aggregation) |
void |
setAggregation(String aggregation) |
getApi, getAvg, getCount, getMax, getMetricValue, getMin, getStrAvg, getSumpublic Measure(Object attr)
@Exported public List<Measurement> getMeasurements()
public void addMeasurement(Measurement tm)
@Exported(name="measure") public String getName()
@Exported public String getColor()
@Exported public String getUnit()
@Exported public String getAggregation()
public void setAggregation(String aggregation)
public double getMetricValue()
public BigDecimal getStrMetricValue()
Copyright © 2016. All rights reserved.