|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wily.introscope.server.webservicesapi.metricslist.DMetricPath
public class DMetricPath
A fully-qualified metric path.
IMetricsListService
Constructor Summary | |
---|---|
DMetricPath()
|
Method Summary | |
---|---|
java.lang.String |
getAgentName()
Gets Agent Name for this metric path in the format "Host Name|Process Name|Agent Name". |
java.lang.String |
getMetricPath()
Gets the non-qualified metric path |
void |
setAgentName(java.lang.String agentName)
Sets the Agent Name for this metric path |
void |
setMetricPath(java.lang.String metricPath)
Sets the non-qualified metric path |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DMetricPath()
Method Detail |
---|
public java.lang.String getAgentName()
public void setAgentName(java.lang.String agentName)
agentName
- The agent namepublic java.lang.String getMetricPath()
public void setMetricPath(java.lang.String metricPath)
metricPath
- the metric path
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |