Class AlertNotificationProfile

  • All Implemented Interfaces:
    AlertMessageHandler

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

      • AlertNotificationProfile

        public AlertNotificationProfile()
        Deprecated.
    • Method Detail

      • getName

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

        public abstract boolean isEnabled()
        Deprecated.
      • toString

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