org.rhq.enterprise.server.rest.domain
Class MetricAggregate.DataPoint
java.lang.Object
org.rhq.enterprise.server.rest.domain.MetricAggregate.DataPoint
- Enclosing class:
- MetricAggregate
public static class MetricAggregate.DataPoint
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetricAggregate.DataPoint
public MetricAggregate.DataPoint()
MetricAggregate.DataPoint
public MetricAggregate.DataPoint(long timeStamp,
double value,
double high,
double low)
getTimeStamp
public long getTimeStamp()
getValue
public double getValue()
setTimeStamp
public void setTimeStamp(long timeStamp)
setValue
public void setValue(double value)
getHigh
public double getHigh()
setHigh
public void setHigh(double high)
getLow
public double getLow()
setLow
public void setLow(double low)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.