HistoryEvent |
HistoryEvent.clone() |
HistoryEvent |
HistoryEvent.withActivityFailedEventDetails(ActivityFailedEventDetails activityFailedEventDetails) |
HistoryEvent |
HistoryEvent.withActivityScheduledEventDetails(ActivityScheduledEventDetails activityScheduledEventDetails) |
HistoryEvent |
HistoryEvent.withActivityScheduleFailedEventDetails(ActivityScheduleFailedEventDetails activityScheduleFailedEventDetails) |
HistoryEvent |
HistoryEvent.withActivityStartedEventDetails(ActivityStartedEventDetails activityStartedEventDetails) |
HistoryEvent |
HistoryEvent.withActivitySucceededEventDetails(ActivitySucceededEventDetails activitySucceededEventDetails) |
HistoryEvent |
HistoryEvent.withActivityTimedOutEventDetails(ActivityTimedOutEventDetails activityTimedOutEventDetails) |
HistoryEvent |
HistoryEvent.withExecutionAbortedEventDetails(ExecutionAbortedEventDetails executionAbortedEventDetails) |
HistoryEvent |
HistoryEvent.withExecutionFailedEventDetails(ExecutionFailedEventDetails executionFailedEventDetails) |
HistoryEvent |
HistoryEvent.withExecutionStartedEventDetails(ExecutionStartedEventDetails executionStartedEventDetails) |
HistoryEvent |
HistoryEvent.withExecutionSucceededEventDetails(ExecutionSucceededEventDetails executionSucceededEventDetails) |
HistoryEvent |
HistoryEvent.withExecutionTimedOutEventDetails(ExecutionTimedOutEventDetails executionTimedOutEventDetails) |
HistoryEvent |
HistoryEvent.withId(Long id)
The id of the event.
|
HistoryEvent |
HistoryEvent.withLambdaFunctionFailedEventDetails(LambdaFunctionFailedEventDetails lambdaFunctionFailedEventDetails) |
HistoryEvent |
HistoryEvent.withLambdaFunctionScheduledEventDetails(LambdaFunctionScheduledEventDetails lambdaFunctionScheduledEventDetails) |
HistoryEvent |
HistoryEvent.withLambdaFunctionScheduleFailedEventDetails(LambdaFunctionScheduleFailedEventDetails lambdaFunctionScheduleFailedEventDetails) |
HistoryEvent |
HistoryEvent.withLambdaFunctionStartFailedEventDetails(LambdaFunctionStartFailedEventDetails lambdaFunctionStartFailedEventDetails) |
HistoryEvent |
HistoryEvent.withLambdaFunctionSucceededEventDetails(LambdaFunctionSucceededEventDetails lambdaFunctionSucceededEventDetails) |
HistoryEvent |
HistoryEvent.withLambdaFunctionTimedOutEventDetails(LambdaFunctionTimedOutEventDetails lambdaFunctionTimedOutEventDetails) |
HistoryEvent |
HistoryEvent.withPreviousEventId(Long previousEventId)
The id of the previous event.
|
HistoryEvent |
HistoryEvent.withStateEnteredEventDetails(StateEnteredEventDetails stateEnteredEventDetails) |
HistoryEvent |
HistoryEvent.withStateExitedEventDetails(StateExitedEventDetails stateExitedEventDetails) |
HistoryEvent |
HistoryEvent.withTimestamp(Date timestamp)
The date the event occured.
|
HistoryEvent |
HistoryEvent.withType(HistoryEventType type)
The type of the event.
|
HistoryEvent |
HistoryEvent.withType(String type)
The type of the event.
|