Class AlertData

java.lang.Object
com.kingsrook.qqq.backend.core.model.dashboard.widgets.QWidgetData
com.kingsrook.qqq.backend.core.model.dashboard.widgets.AlertData
All Implemented Interfaces:
Serializable

public class AlertData extends QWidgetData
Model containing datastructure expected by frontend alert widget
See Also:
  • Constructor Details

  • Method Details

    • getType

      public String getType()
      Getter for type
      Specified by:
      getType in class QWidgetData
    • getHtml

      public String getHtml()
      Getter for html
    • setHtml

      public void setHtml(String html)
      Setter for html
    • withHtml

      public AlertData withHtml(String html)
      Fluent setter for html
    • getAlertType

      public AlertData.AlertType getAlertType()
      Getter for alertType
    • setAlertType

      public void setAlertType(AlertData.AlertType alertType)
      Setter for alertType
    • withAlertType

      public AlertData withAlertType(AlertData.AlertType alertType)
      Fluent setter for alertType
    • getHideWidget

      public boolean getHideWidget()
      Getter for hideWidget
    • setHideWidget

      public void setHideWidget(boolean hideWidget)
      Setter for hideWidget
    • withHideWidget

      public AlertData withHideWidget(boolean hideWidget)
      Fluent setter for hideWidget
    • getBulletList

      public List<String> getBulletList()
      Getter for bulletList
    • setBulletList

      public void setBulletList(List<String> bulletList)
      Setter for bulletList
    • withBulletList

      public AlertData withBulletList(List<String> bulletList)
      Fluent setter for bulletList