org.rhq.enterprise.server.rest.domain
Class MetricAggregate.DataPoint

java.lang.Object
  extended by org.rhq.enterprise.server.rest.domain.MetricAggregate.DataPoint
Enclosing class:
MetricAggregate

public static class MetricAggregate.DataPoint
extends Object


Constructor Summary
MetricAggregate.DataPoint()
           
MetricAggregate.DataPoint(long timeStamp, double value, double high, double low)
           
 
Method Summary
 double getHigh()
           
 double getLow()
           
 long getTimeStamp()
           
 double getValue()
           
 void setHigh(double high)
           
 void setLow(double low)
           
 void setTimeStamp(long timeStamp)
           
 void setValue(double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricAggregate.DataPoint

public MetricAggregate.DataPoint()

MetricAggregate.DataPoint

public MetricAggregate.DataPoint(long timeStamp,
                                 double value,
                                 double high,
                                 double low)
Method Detail

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.