|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wily.introscope.server.webservicesapi.metricsdata.DTimesliceGroupedMetricData
public class DTimesliceGroupedMetricData
Statistics data for one "timeslice". The metricData array will have one entry for each individual metric.
IMetricsDataService
Constructor Summary | |
---|---|
DTimesliceGroupedMetricData()
|
Method Summary | |
---|---|
DMetricData[] |
getMetricData()
Gets data for all matching metrics for one timeslice. |
java.util.Date |
getTimesliceEndTime()
Gets the end timestamp for this timeslice. |
java.util.Date |
getTimesliceStartTime()
Gets the start timestamp for this timeslice. |
void |
setMetricData(DMetricData[] metricData)
Sets metric data. |
void |
setTimesliceEndTime(java.util.Date timesliceEndTime)
Sets the end timestamp for this timeslice. |
void |
setTimesliceStartTime(java.util.Date timesliceStartTime)
Sets the start timestamp for this timeslice. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DTimesliceGroupedMetricData()
Method Detail |
---|
public DMetricData[] getMetricData()
public void setMetricData(DMetricData[] metricData)
metricData
- An array of DMetricDatapublic java.util.Date getTimesliceEndTime()
public void setTimesliceEndTime(java.util.Date timesliceEndTime)
timesliceEndTime
- java.util.Date The timestamppublic java.util.Date getTimesliceStartTime()
public void setTimesliceStartTime(java.util.Date timesliceStartTime)
timesliceStartTime
- java.util.Date The timestamp
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |