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

java.lang.Object
  extended by com.wily.introscope.server.webservicesapi.metricsdata.DMetricData

public class DMetricData
extends java.lang.Object

Statistics data for an individual metric in an individual timeslice.

See Also:
IMetricsDataService

Constructor Summary
DMetricData()
           
 
Method Summary
 java.lang.String getAgentName()
          Gets the Agent Name for the metric in the format "Host Name|Process Name|Agent Name".
 java.lang.String getMetricName()
          Gets the Metric Name for the metric.
 int getMetricType()
          Gets the Metric Type for the metric.
 java.lang.String getMetricValue()
          Gets the value of the Metric data for that timeslice.
 void setAgentName(java.lang.String agentName)
          Sets the Agent Name for the metric.
 void setMetricName(java.lang.String metricName)
          Sets the Metric Name for the metric.
 void setMetricType(int metricType)
          Sets the Metric Type for the metric.
 void setMetricValue(java.lang.String metricValue)
          Sets the value of the Metric data for that timeslice.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DMetricData

public DMetricData()
Method Detail

getAgentName

public java.lang.String getAgentName()
Gets the Agent Name for the metric in the format "Host Name|Process Name|Agent Name".

Returns:
agentName The Agent Name

setAgentName

public void setAgentName(java.lang.String agentName)
Sets the Agent Name for the metric.

Parameters:
agentName - The Agent Name

getMetricName

public java.lang.String getMetricName()
Gets the Metric Name for the metric.

Returns:
metricName The Metric Name

setMetricName

public void setMetricName(java.lang.String metricName)
Sets the Metric Name for the metric.

Parameters:
metricName - The Metric Name

getMetricType

public int getMetricType()
Gets the Metric Type for the metric.

Returns:
metricType The Metric Name

setMetricType

public void setMetricType(int metricType)
Sets the Metric Type for the metric.

Parameters:
metricType - The Metric type

getMetricValue

public java.lang.String getMetricValue()
Gets the value of the Metric data for that timeslice.

Returns:
The Metric value

setMetricValue

public void setMetricValue(java.lang.String metricValue)
Sets the value of the Metric data for that timeslice.

Parameters:
metricValue - The Metric value


Copyright © 2007 CA Inc. All Rights Reserved.