com.wily.introscope.server.webservicesapi.alerts
Class DMgmtModuleAlertMessage

java.lang.Object
  extended by com.wily.introscope.server.webservicesapi.alerts.DMgmtModuleAlertMessage
All Implemented Interfaces:
java.io.Serializable

public class DMgmtModuleAlertMessage
extends java.lang.Object
implements java.io.Serializable

This class defines the Alert as it is seen within a Management Module in the Introscope Enterprise Manager

Author:
sensu01
See Also:
Serialized Form

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

DMgmtModuleAlertMessage

public DMgmtModuleAlertMessage()
Method Detail

getAgentIdentifier

public java.lang.String getAgentIdentifier()
Returns the Agent Identifier associated with the Alert Message

Returns:
String

setAgentIdentifier

public void setAgentIdentifier(java.lang.String agentIdentifier)
Sets the Agent Identifier associated with the Alert Message

Parameters:
agentIdentifier -

getAlertIdentifier

public java.lang.String getAlertIdentifier()
Returns the Alert Identifier associated with the Alert Message

Returns:
String

setAlertIdentifier

public void setAlertIdentifier(java.lang.String alertIdentifier)
Sets the Alert Identifier associated with the Alert Message

Parameters:
alertIdentifier -

getAlertMessage

public java.lang.String getAlertMessage()
Returns the message content associated with the Alert Message

Returns:
String

setAlertMessage

public void setAlertMessage(java.lang.String alertMessage)
Sets the message content associated with the Alert Message

Parameters:
alertMessage -

getManModuleName

public java.lang.String getManModuleName()
Returns the Management Module name associated with the Alert Definition

Returns:
String

setManModuleName

public void setManModuleName(java.lang.String manModuleName)
Sets the Management Module name associated with the Alert Definition

Parameters:
manModuleName -

getCriticalThreshold

public int getCriticalThreshold()
Returns the critical threshold value of the Alert Definition

Returns:
int

setCriticalThreshold

public void setCriticalThreshold(int criticalThreshold)
Sets the critical threshold value of the Alert Definition

Parameters:
criticalThreshold -

getCurrentStatus

public int getCurrentStatus()
Returns the current status of the Alert Definition

Returns:
int

setCurrentStatus

public void setCurrentStatus(int currentStatus)
Sets the current status of the Alert Definition

Parameters:
currentStatus -

getCurrentValue

public java.lang.String getCurrentValue()
Returns the current value of the Alert Definition

Returns:
String

setCurrentValue

public void setCurrentValue(java.lang.String currentValue)
Sets the current value of the Alert Definition

Parameters:
currentValue -

getMetricName

public java.lang.String getMetricName()
Returns the metric name associated with the Alert Definition

Returns:
String

setMetricName

public void setMetricName(java.lang.String metricName)
Sets the metric name associated with the Alert Definition

Parameters:
metricName -

getPreviousStatus

public int getPreviousStatus()
Returns the previous status associated with the Alert Definition

Returns:
int

setPreviousStatus

public void setPreviousStatus(int previousStatus)
Sets the previous status associated with the Alert Definition

Parameters:
previousStatus -

getWarningThreshold

public int getWarningThreshold()
Returns the warning threshold value of the Alert Definition

Returns:

setWarningThreshold

public void setWarningThreshold(int warningThreshold)
Sets the warning threshold value of the Alert Definition

Parameters:
warningThreshold -

getAlertDashboardURL

public java.lang.String getAlertDashboardURL()
Returns:
the alertDashboardURL

setAlertDashboardURL

public void setAlertDashboardURL(java.lang.String alertDashboardURL)
Parameters:
alertDashboardURL - the alertDashboardURL to set


Copyright © 2007 CA Inc. All Rights Reserved.