org.rhq.core.domain.measurement.composite
Class MeasurementDataNumericHighLowComposite
java.lang.Object
org.rhq.core.domain.measurement.composite.MeasurementDataNumericHighLowComposite
- All Implemented Interfaces:
- Serializable
public class MeasurementDataNumericHighLowComposite
- extends Object
- implements Serializable
- See Also:
- Serialized Form
MeasurementDataNumericHighLowComposite
protected MeasurementDataNumericHighLowComposite()
MeasurementDataNumericHighLowComposite
public MeasurementDataNumericHighLowComposite(long timestamp,
double value,
double highValue,
double lowValue)
getHighValue
public double getHighValue()
getLowValue
public double getLowValue()
getTimestamp
public long getTimestamp()
getValue
public double getValue()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.