|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wily.introscope.server.webservicesapi.alerts.DMgmtModuleAlertMessage
public class DMgmtModuleAlertMessage
This class defines the Alert as it is seen within a Management Module in the Introscope Enterprise Manager
Constructor Summary | |
---|---|
DMgmtModuleAlertMessage()
|
Method Summary | |
---|---|
java.lang.String |
getAgentIdentifier()
Returns the Agent Identifier associated with the Alert Message |
java.lang.String |
getAlertDashboardURL()
|
java.lang.String |
getAlertIdentifier()
Returns the Alert Identifier associated with the Alert Message |
java.lang.String |
getAlertMessage()
Returns the message content associated with the Alert Message |
int |
getCriticalThreshold()
Returns the critical threshold value of the Alert Definition |
int |
getCurrentStatus()
Returns the current status of the Alert Definition |
java.lang.String |
getCurrentValue()
Returns the current value of the Alert Definition |
java.lang.String |
getManModuleName()
Returns the Management Module name associated with the Alert Definition |
java.lang.String |
getMetricName()
Returns the metric name associated with the Alert Definition |
int |
getPreviousStatus()
Returns the previous status associated with the Alert Definition |
int |
getWarningThreshold()
Returns the warning threshold value of the Alert Definition |
void |
setAgentIdentifier(java.lang.String agentIdentifier)
Sets the Agent Identifier associated with the Alert Message |
void |
setAlertDashboardURL(java.lang.String alertDashboardURL)
|
void |
setAlertIdentifier(java.lang.String alertIdentifier)
Sets the Alert Identifier associated with the Alert Message |
void |
setAlertMessage(java.lang.String alertMessage)
Sets the message content associated with the Alert Message |
void |
setCriticalThreshold(int criticalThreshold)
Sets the critical threshold value of the Alert Definition |
void |
setCurrentStatus(int currentStatus)
Sets the current status of the Alert Definition |
void |
setCurrentValue(java.lang.String currentValue)
Sets the current value of the Alert Definition |
void |
setManModuleName(java.lang.String manModuleName)
Sets the Management Module name associated with the Alert Definition |
void |
setMetricName(java.lang.String metricName)
Sets the metric name associated with the Alert Definition |
void |
setPreviousStatus(int previousStatus)
Sets the previous status associated with the Alert Definition |
void |
setWarningThreshold(int warningThreshold)
Sets the warning threshold value of the Alert Definition |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DMgmtModuleAlertMessage()
Method Detail |
---|
public java.lang.String getAgentIdentifier()
public void setAgentIdentifier(java.lang.String agentIdentifier)
agentIdentifier
- public java.lang.String getAlertIdentifier()
public void setAlertIdentifier(java.lang.String alertIdentifier)
alertIdentifier
- public java.lang.String getAlertMessage()
public void setAlertMessage(java.lang.String alertMessage)
alertMessage
- public java.lang.String getManModuleName()
public void setManModuleName(java.lang.String manModuleName)
manModuleName
- public int getCriticalThreshold()
public void setCriticalThreshold(int criticalThreshold)
criticalThreshold
- public int getCurrentStatus()
public void setCurrentStatus(int currentStatus)
currentStatus
- public java.lang.String getCurrentValue()
public void setCurrentValue(java.lang.String currentValue)
currentValue
- public java.lang.String getMetricName()
public void setMetricName(java.lang.String metricName)
metricName
- public int getPreviousStatus()
public void setPreviousStatus(int previousStatus)
previousStatus
- public int getWarningThreshold()
public void setWarningThreshold(int warningThreshold)
warningThreshold
- public java.lang.String getAlertDashboardURL()
public void setAlertDashboardURL(java.lang.String alertDashboardURL)
alertDashboardURL
- the alertDashboardURL to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |