Package com.auth0.json.mgmt.actions
Class Execution
java.lang.Object
com.auth0.json.mgmt.actions.Execution
Represents an action's execution.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Execution
public Execution()
-
-
Method Details
-
getId
- Returns:
- the ID that identifies this execution
-
getTriggerId
- Returns:
- the trigger ID associated with this execution
-
getStatus
- Returns:
- the status associated with this execution
-
getCreatedAt
- Returns:
- the time this execution was started
-
getUpdatedAt
- Returns:
- the time this execution finished executing
-
getResults
- Returns:
- the results of this execution
-