Interface AlertEscalationPostAlertActionScriptObject
- 
 public interface AlertEscalationPostAlertActionScriptObjectThis 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.AlertEscalationgetAlertEscalation()Return the relatedAlertEscalationthat has been processed.booleanisResend()Is this a resend?
 
- 
- 
- 
Method Detail- 
getAlertAlert getAlert() Returns the relatedAlertthat has been generated by the escalation process.- Returns:
- the related Alert.
 
 - 
getAlertEscalationAlertEscalation getAlertEscalation() Return the relatedAlertEscalationthat has been processed.- Returns:
- the related AlertEscalation
 
 - 
isResendboolean isResend() Is this a resend?- Returns:
- true if a resend, false otherwise.
 
 
- 
 
-