Package com.auth0.json.mgmt.actions
Class ExecutionResult
java.lang.Object
com.auth0.json.mgmt.actions.ExecutionResult
Represents the result of an action execution.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExecutionResult
public ExecutionResult()
-
-
Method Details
-
getError
- Returns:
- the error of this execution, if applicable
-
getActionName
- Returns:
- the name of the action that was executed
-
getStartedAt
- Returns:
- the time when the execution started
-
getEndedAt
- Returns:
- the time when the execution completed
-