Class AlertNotificationProfile

java.lang.Object
com.inductiveautomation.ignition.gateway.alert.notification.AlertNotificationProfile
All Implemented Interfaces:
AlertMessageHandler

@Deprecated public abstract class AlertNotificationProfile extends Object implements AlertMessageHandler
Deprecated.
AlertNotificationProfile is an interface all alert notification implementations must follow
  • Constructor Details

    • AlertNotificationProfile

      public AlertNotificationProfile()
      Deprecated.
  • Method Details

    • getName

      public abstract String getName()
      Deprecated.
      Returns:
      The name of this profile.
    • isEnabled

      public abstract boolean isEnabled()
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object