Interface AlertSourcePostAlertActionScriptObject
- 
 public interface AlertSourcePostAlertActionScriptObjectThis class contains the methods to retrieve Alert Escalation context. This class has no properties.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AlertgetAlert()Returns the relatedAlertthat has been generated by the escalation process.AlertSourcegetAlertSource()Return the relatedAlertSourcethat has been processed.
 
- 
- 
- 
Method Detail- 
getAlertAlert getAlert() Returns the relatedAlertthat has been generated by the escalation process.- Returns:
- the related Alert.
 
 - 
getAlertSourceAlertSource getAlertSource() Return the relatedAlertSourcethat has been processed.- Returns:
- the related AlertSource
 
 
- 
 
-