Class NotificationCommands

  • All Implemented Interfaces:
    java.io.Serializable

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

      • NotificationCommands

        public NotificationCommands()
    • Method Detail

      • getHeader

        public Header getHeader()
      • setHeader

        public void setHeader​(Header header)
      • getCommands

        public java.util.List<Command> getCommands()
      • setCommands

        public void setCommands​(java.util.List<Command> commands)
      • addCommand

        public void addCommand​(Command command)
      • removeCommand

        public boolean removeCommand​(Command command)
      • 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