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

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

public class DMgmtModuleAlertDefnSnapshot
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
DMgmtModuleAlertDefnSnapshot()
           
 
Method Summary
 java.lang.String getAgentIdentifier()
          Returns the Agent Identifier associated with the Alert
 java.lang.String getAlertDashboardURL()
           
 int getAlertDefnCurrStatus()
          Returns the current status of the Alert Definition
 int getAlertDefnPrevStatus()
          Returns the previous status of the Alert Definition
 java.lang.String getAlertIdentifier()
          Returns the alert identifier of the Alert Definition
 int getCriticalThresholdValue()
          Returns the critical threshold value of the Alert Definition
 java.lang.String getManModuleName()
          Returns the Management Module name associated with the Alert Definition
 long getTimeOfStatusChange()
           
 int getWarningThresholdValue()
          Returns the warning threshold value of the Alert Definition
 boolean isActive()
          Returns the isActive value of the Alert Definition
 void setActive(boolean isActive)
          Sets the isActive value of the Alert Definition
 void setAgentIdentifier(java.lang.String agentIdentifier)
          Sets the Agent Identifier associated with the Alert
 void setAlertDashboardURL(java.lang.String alertDashboardURL)
           
 void setAlertDefnCurrStatus(int alertDefnCurrStatus)
          Sets the current status of the Alert Definition
 void setAlertDefnPrevStatus(int alertDefnPrevStatus)
          Sets the previous status of the Alert Definition
 void setAlertIdentifier(java.lang.String alertIdentifier)
          Sets the alert identifier of the Alert Definition
 void setCriticalThresholdValue(int criticalThresholdValue)
          Sets the critical threshold value of the Alert Definition
 void setManModuleName(java.lang.String manModuleName)
          Sets the Management Module name associated with the Alert Definition
 void setTimeOfStatusChange(long timeOfStatusChange)
           
 void setWarningThresholdValue(int warningThresholdValue)
          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

DMgmtModuleAlertDefnSnapshot

public DMgmtModuleAlertDefnSnapshot()
Method Detail

getAgentIdentifier

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

Returns:
String

setAgentIdentifier

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

Parameters:
agentIdentifier -

getAlertDefnCurrStatus

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

Returns:
int

setAlertDefnCurrStatus

public void setAlertDefnCurrStatus(int alertDefnCurrStatus)
Sets the current status of the Alert Definition

Parameters:
alertDefnCurrStatus -

getAlertIdentifier

public java.lang.String getAlertIdentifier()
Returns the alert identifier of the Alert Definition

Returns:
String

setAlertIdentifier

public void setAlertIdentifier(java.lang.String alertIdentifier)
Sets the alert identifier of the Alert Definition

Parameters:
alertIdentifier -

getAlertDefnPrevStatus

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

Returns:
String

setAlertDefnPrevStatus

public void setAlertDefnPrevStatus(int alertDefnPrevStatus)
Sets the previous status of the Alert Definition

Parameters:
alertDefnPrevStatus -

getCriticalThresholdValue

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

Returns:
String

setCriticalThresholdValue

public void setCriticalThresholdValue(int criticalThresholdValue)
Sets the critical threshold value of the Alert Definition

Parameters:
criticalThresholdValue -

isActive

public boolean isActive()
Returns the isActive value of the Alert Definition

Returns:
boolean

setActive

public void setActive(boolean isActive)
Sets the isActive value of the Alert Definition

Parameters:
isActive -

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 -

getWarningThresholdValue

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

Returns:
int

setWarningThresholdValue

public void setWarningThresholdValue(int warningThresholdValue)
Sets the warning threshold value of the Alert Definition

Parameters:
warningThresholdValue -

getTimeOfStatusChange

public long getTimeOfStatusChange()

setTimeOfStatusChange

public void setTimeOfStatusChange(long timeOfStatusChange)

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.