Class ExecutionResult

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

public class ExecutionResult extends Object
Represents the result of an action execution.
See Also:
  • Constructor Details

    • ExecutionResult

      public ExecutionResult()
  • Method Details

    • getError

      public Error getError()
      Returns:
      the error of this execution, if applicable
    • getActionName

      public String getActionName()
      Returns:
      the name of the action that was executed
    • getStartedAt

      public Date getStartedAt()
      Returns:
      the time when the execution started
    • getEndedAt

      public Date getEndedAt()
      Returns:
      the time when the execution completed