|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wily.introscope.server.webservicesapi.alerts.DAllAlertsSnapshot
public class DAllAlertsSnapshot
This class defines the Alert as it is seen within a Management Module in the Introscope Enterprise Manager
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 |
---|
public DAllAlertsSnapshot()
Method Detail |
---|
public java.lang.String getAlertName()
public void setAlertName(java.lang.String alertName)
alertName
- public java.lang.String getManModuleName()
public void setManModuleName(java.lang.String manModuleName)
manModuleName
- public int getAlertPrevStatus()
public void setAlertPrevStatus(int alertPrevStatus)
public int getAlertCurrStatus()
public void setAlertCurrStatus(int alertCurrStatus)
public int getThresholdValue()
public void setThresholdValue(int thresholdValue)
public boolean isAlertStatusChanged()
public void setAlertStatusChanged(boolean alertStatusChanged)
public boolean isSimpleAlert()
public void setSimpleAlert(boolean simpleAlert)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |