Class Notifications

  • All Implemented Interfaces:
    java.io.Serializable

    public class Notifications
    extends java.lang.Object
    implements java.io.Serializable
    Top-level element for the notifications.xml configuration file.
    See Also:
    Serialized Form
    • Constructor Detail

      • Notifications

        public Notifications()
    • Method Detail

      • getHeader

        public Header getHeader()
      • setHeader

        public void setHeader​(Header header)
      • getNotifications

        public java.util.List<Notification> getNotifications()
      • setNotifications

        public void setNotifications​(java.util.List<Notification> notifications)
      • addNotification

        public void addNotification​(Notification notification)
      • removeNotification

        public boolean removeNotification​(Notification notification)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object