Interface AlertSourcePostAlertActionScriptObject
-
public interface AlertSourcePostAlertActionScriptObject
This class contains the methods to retrieve Alert Escalation context. This class has no properties.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Alert
getAlert()
Returns the relatedAlert
that has been generated by the escalation process.AlertSource
getAlertSource()
Return the relatedAlertSource
that has been processed.
-
-
-
Method Detail
-
getAlert
Alert getAlert()
Returns the relatedAlert
that has been generated by the escalation process.- Returns:
- the related
Alert
.
-
getAlertSource
AlertSource getAlertSource()
Return the relatedAlertSource
that has been processed.- Returns:
- the related
AlertSource
-
-