Class VacuumdConfiguration

    • Method Detail

      • getPeriod

        public Integer getPeriod()
      • setPeriod

        public void setPeriod​(Integer period)
      • setStatements

        public void setStatements​(List<Statement> statements)
      • addStatement

        public void addStatement​(Statement statement)
      • removeStatement

        public boolean removeStatement​(Statement statement)
      • setAutomations

        public void setAutomations​(List<Automation> automations)
      • addAutomation

        public void addAutomation​(Automation automation)
      • removeAutomation

        public boolean removeAutomation​(Automation automation)
      • setTriggers

        public void setTriggers​(List<Trigger> triggers)
      • addTrigger

        public void addTrigger​(Trigger trigger)
      • removeTrigger

        public boolean removeTrigger​(Trigger trigger)
      • setActions

        public void setActions​(List<Action> actions)
      • addAction

        public void addAction​(Action action)
      • removeAction

        public boolean removeAction​(Action action)
      • setAutoEvents

        public void setAutoEvents​(List<AutoEvent> autoEvents)
      • addAutoEvent

        public void addAutoEvent​(AutoEvent autoEvent)
      • removeAutoEvent

        public boolean removeAutoEvent​(AutoEvent autoEvent)
      • setActionEvents

        public void setActionEvents​(List<ActionEvent> actionEvents)
      • addActionEvent

        public void addActionEvent​(ActionEvent actionEvent)
      • removeActionEvent

        public boolean removeActionEvent​(ActionEvent actionEvent)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object