org.rhq.core.domain.measurement.calltime
Class CallTimeDataComposite

java.lang.Object
  extended by org.rhq.core.domain.measurement.calltime.CallTimeDataComposite
All Implemented Interfaces:
Serializable

public class CallTimeDataComposite
extends Object
implements Serializable

The composite object returned by GUI-initiated call-time data queries.

See Also:
Serialized Form

Constructor Summary
CallTimeDataComposite(String callDestination, Number minimum, Number maximum, Number total, Number count, Number average)
           
 
Method Summary
 double getAverage()
           
 String getCallDestination()
           
 long getCount()
           
 double getMaximum()
           
 double getMinimum()
           
 double getTotal()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CallTimeDataComposite

public CallTimeDataComposite(@NotNull
                             String callDestination,
                             @NotNull
                             Number minimum,
                             @NotNull
                             Number maximum,
                             @NotNull
                             Number total,
                             @NotNull
                             Number count,
                             @NotNull
                             Number average)
Method Detail

getCallDestination

@NotNull
public String getCallDestination()

getMinimum

public double getMinimum()

getMaximum

public double getMaximum()

getTotal

public double getTotal()

getCount

public long getCount()

getAverage

public double getAverage()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.