Interface PublishAlertAction

All Superinterfaces:
AlertRuleAction

public interface PublishAlertAction extends AlertRuleAction
Adds an alert to the LVAlerts table
Since:
2.0
  • Method Details

    • getMessageTemplate

      String getMessageTemplate()
      Gets the value of the messageTemplate property.
      Returns:
      possible object is String
    • setMessageTemplate

      void setMessageTemplate(String value)
      Sets the value of the messageTemplate property.
      Parameters:
      value - allowed object is String
    • getFieldSubstitutions

      Map<String,String> getFieldSubstitutions()
      Gets the map of fieldSubstitutions. Note that this is the live Map, not a checkpoint, so you can add, remove, and modify the elements in the map and these changes will be saved.
      Returns:
      possible object is Map
    • getAlertKey

      String getAlertKey()
      Gets the value of the alertKey property.
      Returns:
      possible object is String
    • setAlertKey

      void setAlertKey(String value)
      Sets the value of the alertKey property.
      Parameters:
      value - allowed object is String
    • getAlertRecipient

      String getAlertRecipient()
      Gets the value of the alertRecipient property. This will never be null, because it defaults to "*" if it has not been set.
      Returns:
      possible object is String
    • setAlertRecipient

      void setAlertRecipient(String value)
      Sets the value of the alertRecipient property.
      Parameters:
      value - allowed object is String