|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wily.introscope.server.webservicesapi.alerts.DMgmtModuleMetricDefnSnapshot
public class DMgmtModuleMetricDefnSnapshot
This class defines a Metric Grouping as seen within an Introscope Enterprise Manager within the Management module editor.
Constructor Summary | |
---|---|
DMgmtModuleMetricDefnSnapshot()
|
Method Summary | |
---|---|
java.lang.String |
getAgentIdentifier()
Returns the Agent Identifier of the Metric Grouping associated with an Alert Definition |
java.lang.String |
getAlertIdentifier()
Returns the Alert Identifier of the Metric Grouping associated with an Alert Definition |
java.lang.String |
getManModName()
Returns the Management Module name of the Metric Grouping associated with an Alert Definition |
java.lang.String |
getMetricAttributeName()
Returns the attribute name of the metric associated with an Alert Definition |
java.lang.String |
getMetricAttributeURL()
Returns the attribute URL of the metric associated with an Alert Definition |
int |
getMetricDefnCurrStatus()
Returns the current status of the Metric Grouping associated with an Alert Definition |
int |
getMetricDefnPrevStatus()
Returns the previous status of the Metric Grouping associated with an Alert Definition |
java.lang.String |
getMetricValueTriggeringStatusChange()
|
long |
getTimeOfStatusChange()
|
void |
setAgentIdentifier(java.lang.String agentIdentifier)
Sets the Agent Identifier of the Metric Grouping associated with an Alert Definition |
void |
setAlertIdentifier(java.lang.String alertIdentifier)
Sets the Alerts Identifier of the Metric Grouping associated with an Alert Definition |
void |
setManModName(java.lang.String manModName)
Sets the Management Module name of the Metric Grouping associated with an Alert Definition |
void |
setMetricAttributeName(java.lang.String metricAttributeName)
Sets the attribute name of the metric associated with an Alert Definition |
void |
setMetricAttributeURL(java.lang.String metricAttributeURL)
Sets the attribute URL of the metric associated with an Alert Definition |
void |
setMetricDefnCurrStatus(int metricDefnCurrStatus)
Sets the current status of the Metric Grouping associated with an Alert Definition |
void |
setMetricDefnPrevStatus(int metricDefnPrevStatus)
Sets the previous status of the Metric Grouping associated with an Alert Definition |
void |
setMetricValueTriggeringStatusChange(java.lang.String metricValueTriggeringStatusChange)
|
void |
setTimeOfStatusChange(long timeOfStatusChange)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DMgmtModuleMetricDefnSnapshot()
Method Detail |
---|
public int getMetricDefnCurrStatus()
public void setMetricDefnCurrStatus(int metricDefnCurrStatus)
metricDefnCurrStatus
- the metricDefnCurrStatus to setpublic int getMetricDefnPrevStatus()
public void setMetricDefnPrevStatus(int metricDefnPrevStatus)
metricDefnPrevStatus
- the metricDefnPrevStatus to setpublic java.lang.String getAgentIdentifier()
public void setAgentIdentifier(java.lang.String agentIdentifier)
agentIdentifier
- the agentIdentifier to setpublic java.lang.String getAlertIdentifier()
public void setAlertIdentifier(java.lang.String alertIdentifier)
alertIdentifier
- the alertIdentifier to setpublic java.lang.String getManModName()
public void setManModName(java.lang.String manModName)
manModName
- the manModName to setpublic java.lang.String getMetricAttributeName()
public void setMetricAttributeName(java.lang.String metricAttributeName)
metricAttributeName
- the metricAttributeName to setpublic java.lang.String getMetricAttributeURL()
public void setMetricAttributeURL(java.lang.String metricAttributeURL)
metricAttributeURL
- the metricAttributeURL to setpublic java.lang.String getMetricValueTriggeringStatusChange()
public void setMetricValueTriggeringStatusChange(java.lang.String metricValueTriggeringStatusChange)
public long getTimeOfStatusChange()
public void setTimeOfStatusChange(long timeOfStatusChange)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |