|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wily.introscope.server.webservicesapi.alerts.DMgmtModuleAlertDefnSnapshot
public class DMgmtModuleAlertDefnSnapshot
This class defines the Alert as it is seen within a Management Module in the Introscope Enterprise Manager
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 |
---|
public DMgmtModuleAlertDefnSnapshot()
Method Detail |
---|
public java.lang.String getAgentIdentifier()
public void setAgentIdentifier(java.lang.String agentIdentifier)
agentIdentifier
- public int getAlertDefnCurrStatus()
public void setAlertDefnCurrStatus(int alertDefnCurrStatus)
alertDefnCurrStatus
- public java.lang.String getAlertIdentifier()
public void setAlertIdentifier(java.lang.String alertIdentifier)
alertIdentifier
- public int getAlertDefnPrevStatus()
public void setAlertDefnPrevStatus(int alertDefnPrevStatus)
alertDefnPrevStatus
- public int getCriticalThresholdValue()
public void setCriticalThresholdValue(int criticalThresholdValue)
criticalThresholdValue
- public boolean isActive()
public void setActive(boolean isActive)
isActive
- public java.lang.String getManModuleName()
public void setManModuleName(java.lang.String manModuleName)
manModuleName
- public int getWarningThresholdValue()
public void setWarningThresholdValue(int warningThresholdValue)
warningThresholdValue
- public long getTimeOfStatusChange()
public void setTimeOfStatusChange(long timeOfStatusChange)
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 |