|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wily.introscope.server.webservicesapi.metricsdata.DMetricData
public class DMetricData
Statistics data for an individual metric in an individual timeslice.
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 |
---|
public DMetricData()
Method Detail |
---|
public java.lang.String getAgentName()
public void setAgentName(java.lang.String agentName)
agentName
- The Agent Namepublic java.lang.String getMetricName()
public void setMetricName(java.lang.String metricName)
metricName
- The Metric Namepublic int getMetricType()
public void setMetricType(int metricType)
metricType
- The Metric typepublic java.lang.String getMetricValue()
public void setMetricValue(java.lang.String metricValue)
metricValue
- The Metric value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |