Class PlanChangedEvent

    • Constructor Detail

      • PlanChangedEvent

        public PlanChangedEvent()
    • Method Detail

      • getNodeId

        public String getNodeId()
        Returns the ID of the planning node.
        Returns:
        ID of the planning node
      • getStartedAt

        public long getStartedAt()
        Returns the time of the change, Unix timestamp in seconds.
        Returns:
        time of the change
      • getOutputs

        public String getOutputs()
        Returns the current plan content, as JSON text.
        Returns:
        current plan content (JSON text), or null
      • getToolName

        public String getToolName()
        Returns the identifier of the planning tool.
        Returns:
        identifier of the planning tool