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

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

public class DAllAlertsSnapshot
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:
chath09
See Also:
Serialized Form

Constructor Summary
DAllAlertsSnapshot()
           
 
Method Summary
 int getAlertCurrStatus()
          Returns the current status of the Alert Definition
 java.lang.String getAlertName()
          Returns the name of the Alert Definition
 int getAlertPrevStatus()
          Returns the previous status of the Alert Definition
 java.lang.String getManModuleName()
          Returns the Management Module Name
 int getThresholdValue()
          Returns the threshold value of the Alert Definition
 boolean isAlertStatusChanged()
           
 boolean isSimpleAlert()
           
 void setAlertCurrStatus(int alertCurrStatus)
          Sets the current status of the Alert Definition
 void setAlertName(java.lang.String alertName)
          Sets the alert Name
 void setAlertPrevStatus(int alertPrevStatus)
          Sets the previous status of the Alert Definition
 void setAlertStatusChanged(boolean alertStatusChanged)
           
 void setManModuleName(java.lang.String manModuleName)
          Sets the Management Module Name for Alert
 void setSimpleAlert(boolean simpleAlert)
           
 void setThresholdValue(int thresholdValue)
          Sets the 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

DAllAlertsSnapshot

public DAllAlertsSnapshot()
Method Detail

getAlertName

public java.lang.String getAlertName()
Returns the name of the Alert Definition

Returns:
String

setAlertName

public void setAlertName(java.lang.String alertName)
Sets the alert Name

Parameters:
alertName -

getManModuleName

public java.lang.String getManModuleName()
Returns the Management Module Name

Returns:
String

setManModuleName

public void setManModuleName(java.lang.String manModuleName)
Sets the Management Module Name for Alert

Parameters:
manModuleName -

getAlertPrevStatus

public int getAlertPrevStatus()
Returns the previous status of the Alert Definition

Returns:
String

setAlertPrevStatus

public void setAlertPrevStatus(int alertPrevStatus)
Sets the previous status of the Alert Definition


getAlertCurrStatus

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

Returns:
String

setAlertCurrStatus

public void setAlertCurrStatus(int alertCurrStatus)
Sets the current status of the Alert Definition


getThresholdValue

public int getThresholdValue()
Returns the threshold value of the Alert Definition

Returns:
String

setThresholdValue

public void setThresholdValue(int thresholdValue)
Sets the threshold value of the Alert Definition


isAlertStatusChanged

public boolean isAlertStatusChanged()

setAlertStatusChanged

public void setAlertStatusChanged(boolean alertStatusChanged)

isSimpleAlert

public boolean isSimpleAlert()

setSimpleAlert

public void setSimpleAlert(boolean simpleAlert)


Copyright © 2007 CA Inc. All Rights Reserved.