Class Alert


public class Alert extends SystemNotice
Alert is the property map class used by DDF for alerting events. When events are received on the Decanter topic 'decanter/alert/*' by the AlertListener they are converted to this class for storage and dissemination. This class defines all the common keys used in alerts events that are not included in the SystemNotice class and provides convenient helpers for accessing them.
  • Field Details

  • Constructor Details

  • Method Details

    • init

      protected void init()
      Overrides:
      init in class SystemNotice
    • getLastUpdated

      public Date getLastUpdated()
    • getCount

      public Long getCount()
    • getStatus

      public String getStatus()
    • getDismissedTime

      public Date getDismissedTime()
    • getDismissedBy

      public String getDismissedBy()
    • getDismissedAlert

      public Alert getDismissedAlert(String user)