Class NewAlertNotifier

java.lang.Object
io.gravitee.am.service.model.NewAlertNotifier

public class NewAlertNotifier extends Object
Author:
Jeoffrey HAEYAERT (jeoffrey.haeyaert at graviteesource.com), GraviteeSource Team
  • Constructor Details

    • NewAlertNotifier

      public NewAlertNotifier()
  • Method Details

    • toAlertNotifier

      public AlertNotifier toAlertNotifier(ReferenceType refType, String refId)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getConfiguration

      public String getConfiguration()
    • setConfiguration

      public void setConfiguration(String configuration)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setName

      public void setName(String name)