Class Execution

java.lang.Object
com.auth0.json.mgmt.actions.Execution

public class Execution extends Object
Represents an action's execution.
See Also:
ActionsEntity
  • Constructor Details

    • Execution

      public Execution()
  • Method Details

    • getId

      public String getId()
      Returns:
      the ID that identifies this execution
    • getTriggerId

      public String getTriggerId()
      Returns:
      the trigger ID associated with this execution
    • getStatus

      public String getStatus()
      Returns:
      the status associated with this execution
    • getCreatedAt

      public Date getCreatedAt()
      Returns:
      the time this execution was started
    • getUpdatedAt

      public Date getUpdatedAt()
      Returns:
      the time this execution finished executing
    • getResults

      public List<ExecutionResult> getResults()
      Returns:
      the results of this execution