MeasurementAggregate. Use this class from core domain instead.public class MeasurementAggregate extends Object implements Serializable
| Constructor and Description |
|---|
MeasurementAggregate()
Deprecated.
|
MeasurementAggregate(Double min,
Double avg,
Double max)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
getAvg()
Deprecated.
|
Double |
getMax()
Deprecated.
|
Double |
getMin()
Deprecated.
|
boolean |
isEmpty()
Deprecated.
Return true if the aggregate has "no real data" I.e.
|
void |
setAvg(Double avg)
Deprecated.
|
void |
setMax(Double max)
Deprecated.
|
void |
setMin(Double min)
Deprecated.
|
String |
toString()
Deprecated.
|
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-2014 Red Hat, Inc.. All Rights Reserved.