Interface AlertEscalationPostAlertActionScriptObject
-
public interface AlertEscalationPostAlertActionScriptObject
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.AlertEscalation
getAlertEscalation()
Return the relatedAlertEscalation
that has been processed.boolean
isResend()
Is this a resend?
-
-
-
Method Detail
-
getAlert
Alert getAlert()
Returns the relatedAlert
that has been generated by the escalation process.- Returns:
- the related
Alert
.
-
getAlertEscalation
AlertEscalation getAlertEscalation()
Return the relatedAlertEscalation
that has been processed.- Returns:
- the related
AlertEscalation
-
isResend
boolean isResend()
Is this a resend?- Returns:
- true if a resend, false otherwise.
-
-