public class MeasurementAggregate extends Object implements Serializable
| Constructor and Description |
|---|
MeasurementAggregate() |
MeasurementAggregate(Double min,
Double avg,
Double max) |
public Double getMin()
public void setMin(Double min)
public Double getAvg()
public void setAvg(Double avg)
public Double getMax()
public void setMax(Double max)
public boolean isEmpty()
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.