com.wily.introscope.server.webservicesapi.metricsdata
Class TimesliceGroupedMetricData

java.lang.Object
  extended by com.wily.introscope.server.webservicesapi.metricsdata.TimesliceGroupedMetricData
All Implemented Interfaces:
java.io.Serializable

public class TimesliceGroupedMetricData
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TimesliceGroupedMetricData()
           
TimesliceGroupedMetricData(MetricData[] metricData, java.util.Calendar timesliceEndTime, java.util.Calendar timesliceStartTime)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 MetricData[] getMetricData()
          Gets the metricData value for this TimesliceGroupedMetricData.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.util.Calendar getTimesliceEndTime()
          Gets the timesliceEndTime value for this TimesliceGroupedMetricData.
 java.util.Calendar getTimesliceStartTime()
          Gets the timesliceStartTime value for this TimesliceGroupedMetricData.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setMetricData(MetricData[] metricData)
          Sets the metricData value for this TimesliceGroupedMetricData.
 void setTimesliceEndTime(java.util.Calendar timesliceEndTime)
          Sets the timesliceEndTime value for this TimesliceGroupedMetricData.
 void setTimesliceStartTime(java.util.Calendar timesliceStartTime)
          Sets the timesliceStartTime value for this TimesliceGroupedMetricData.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimesliceGroupedMetricData

public TimesliceGroupedMetricData()

TimesliceGroupedMetricData

public TimesliceGroupedMetricData(MetricData[] metricData,
                                  java.util.Calendar timesliceEndTime,
                                  java.util.Calendar timesliceStartTime)
Method Detail

getMetricData

public MetricData[] getMetricData()
Gets the metricData value for this TimesliceGroupedMetricData.

Returns:
metricData

setMetricData

public void setMetricData(MetricData[] metricData)
Sets the metricData value for this TimesliceGroupedMetricData.

Parameters:
metricData -

getTimesliceEndTime

public java.util.Calendar getTimesliceEndTime()
Gets the timesliceEndTime value for this TimesliceGroupedMetricData.

Returns:
timesliceEndTime

setTimesliceEndTime

public void setTimesliceEndTime(java.util.Calendar timesliceEndTime)
Sets the timesliceEndTime value for this TimesliceGroupedMetricData.

Parameters:
timesliceEndTime -

getTimesliceStartTime

public java.util.Calendar getTimesliceStartTime()
Gets the timesliceStartTime value for this TimesliceGroupedMetricData.

Returns:
timesliceStartTime

setTimesliceStartTime

public void setTimesliceStartTime(java.util.Calendar timesliceStartTime)
Sets the timesliceStartTime value for this TimesliceGroupedMetricData.

Parameters:
timesliceStartTime -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2007 CA Inc. All Rights Reserved.