org.rhq.core.domain.measurement.calltime
Class CallTimeDataValue
java.lang.Object
org.rhq.core.domain.measurement.calltime.CallTimeDataValue
- All Implemented Interfaces:
- Serializable
public class CallTimeDataValue
- extends Object
- implements Serializable
Measurement data for a set of calls to a particular destination over a certain time span.
- See Also:
- Serialized Form
QUERY_FIND_COMPOSITES_FOR_RESOURCE
public static final String QUERY_FIND_COMPOSITES_FOR_RESOURCE
- See Also:
- Constant Field Values
QUERY_DELETE_BY_RESOURCES
public static final String QUERY_DELETE_BY_RESOURCES
- See Also:
- Constant Field Values
CallTimeDataValue
public CallTimeDataValue(Date beginTime,
Date endTime)
- Create a new
CallTimeDataValue
.
- Parameters:
beginTime
- the begin time of the time range for which the call-time data was collectedendTime
- the end time of the time range for which the call-time data was collected
CallTimeDataValue
public CallTimeDataValue()
getId
public int getId()
getKey
@Nullable
public CallTimeDataKey getKey()
setKey
public void setKey(@Nullable
CallTimeDataKey key)
getBeginTime
public long getBeginTime()
getEndTime
public long getEndTime()
getMinimum
public double getMinimum()
setMinimum
public void setMinimum(double minimum)
getMaximum
public double getMaximum()
setMaximum
public void setMaximum(double maximum)
getTotal
public double getTotal()
setTotal
public void setTotal(double total)
getCount
public long getCount()
setCount
public void setCount(long count)
mergeCallTime
public void mergeCallTime(double callTime)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.