Class SenlinAction

    • Constructor Detail

      • SenlinAction

        public SenlinAction()
    • Method Detail

      • getContext

        public Map<String,​Object> getContext()
        Description copied from interface: Action
        Returns the context of the action
        Specified by:
        getContext in interface Action
        Returns:
        the context of the action
      • getAction

        public String getAction()
        Description copied from interface: Action
        Returns the action name of the action
        Specified by:
        getAction in interface Action
        Returns:
        the action name of the action
      • getUpdatedAt

        public Date getUpdatedAt()
        Description copied from interface: Action
        Returns the action name of the action
        Specified by:
        getUpdatedAt in interface Action
        Returns:
        the action name of the action
      • getCause

        public String getCause()
        Description copied from interface: Action
        Returns the action name of the action
        Specified by:
        getCause in interface Action
        Returns:
        the action name of the action
      • getCreatedAt

        public Date getCreatedAt()
        Description copied from interface: Action
        Returns the action name of the action
        Specified by:
        getCreatedAt in interface Action
        Returns:
        the action name of the action
      • getDependedBy

        public List<String> getDependedBy()
        Description copied from interface: Action
        Returns the depended by of the action
        Specified by:
        getDependedBy in interface Action
        Returns:
        the depended by of the action
      • getDependedOn

        public List<String> getDependedOn()
        Description copied from interface: Action
        Returns the depends on of the action
        Specified by:
        getDependedOn in interface Action
        Returns:
        the depends on of the action
      • getEndTime

        public Float getEndTime()
        Description copied from interface: Action
        Returns the end time of the action
        Specified by:
        getEndTime in interface Action
        Returns:
        the end time of the action
      • getInputs

        public Map<String,​Object> getInputs()
        Description copied from interface: Action
        Returns the inputs of the action
        Specified by:
        getInputs in interface Action
        Returns:
        the inputs of the action
      • getInterval

        public Integer getInterval()
        Description copied from interface: Action
        Returns the interval of the action
        Specified by:
        getInterval in interface Action
        Returns:
        the interval of the action
      • getOutputs

        public Map<String,​Object> getOutputs()
        Description copied from interface: Action
        Returns the outputs of the action
        Specified by:
        getOutputs in interface Action
        Returns:
        the outputs of the action
      • getOwner

        public String getOwner()
        Description copied from interface: Action
        Returns the owner of the action
        Specified by:
        getOwner in interface Action
        Returns:
        the owner of the action
      • getStartTime

        public Float getStartTime()
        Description copied from interface: Action
        Returns the start time of the action
        Specified by:
        getStartTime in interface Action
        Returns:
        the start time of the action
      • getStatus

        public String getStatus()
        Description copied from interface: Action
        Returns the status of the action
        Specified by:
        getStatus in interface Action
        Returns:
        the status of the action
      • getStatusReason

        public String getStatusReason()
        Description copied from interface: Action
        Returns the status reason of the action
        Specified by:
        getStatusReason in interface Action
        Returns:
        the status reason of the action
      • getTarget

        public String getTarget()
        Description copied from interface: Action
        Returns the target of the action
        Specified by:
        getTarget in interface Action
        Returns:
        the target name of the action
      • getTimeout

        public Integer getTimeout()
        Description copied from interface: Action
        Returns the timeout value of the action
        Specified by:
        getTimeout in interface Action
        Returns:
        the timeout value of the action