|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wily.introscope.server.webservicesapi.metricslist.DMetric
public class DMetric
A fully qualified Metric - Agent Name and Metric Name pair.
IMetricsListService
Constructor Summary | |
---|---|
DMetric()
|
Method Summary | |
---|---|
java.lang.String |
getAgentName()
Gets the Agent Name for this metric in the format "Host Name|Process Name|Agent Name". |
java.lang.String |
getMetricName()
Gets the Metric Name for this metric |
void |
setAgentName(java.lang.String agentName)
Sets the Agent Name for this metric |
void |
setMetricName(java.lang.String metricName)
Sets the Metric Name for this metric |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DMetric()
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 Name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |