Package io.iworkflow.gen.models
Class Context
java.lang.Object
io.iworkflow.gen.models.Context
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-12-11T13:43:36.581098-06:00[America/Chicago]")
public class Context
extends Object
Context
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
firstAttemptTimestamp
(Long firstAttemptTimestamp) Get attemptGet firstAttemptTimestampGet stateExecutionIdGet workflowIdGet workflowRunIdGet workflowStartedTimestampint
hashCode()
void
setAttempt
(Integer attempt) void
setFirstAttemptTimestamp
(Long firstAttemptTimestamp) void
setStateExecutionId
(String stateExecutionId) void
setWorkflowId
(String workflowId) void
setWorkflowRunId
(String workflowRunId) void
setWorkflowStartedTimestamp
(Long workflowStartedTimestamp) stateExecutionId
(String stateExecutionId) toString()
workflowId
(String workflowId) workflowRunId
(String workflowRunId) workflowStartedTimestamp
(Long workflowStartedTimestamp)
-
Field Details
-
JSON_PROPERTY_WORKFLOW_ID
- See Also:
-
JSON_PROPERTY_WORKFLOW_RUN_ID
- See Also:
-
JSON_PROPERTY_WORKFLOW_STARTED_TIMESTAMP
- See Also:
-
JSON_PROPERTY_STATE_EXECUTION_ID
- See Also:
-
JSON_PROPERTY_FIRST_ATTEMPT_TIMESTAMP
- See Also:
-
JSON_PROPERTY_ATTEMPT
- See Also:
-
-
Constructor Details
-
Context
public Context()
-
-
Method Details
-
workflowId
-
getWorkflowId
Get workflowId- Returns:
- workflowId
-
setWorkflowId
-
workflowRunId
-
getWorkflowRunId
Get workflowRunId- Returns:
- workflowRunId
-
setWorkflowRunId
-
workflowStartedTimestamp
-
getWorkflowStartedTimestamp
Get workflowStartedTimestamp- Returns:
- workflowStartedTimestamp
-
setWorkflowStartedTimestamp
-
stateExecutionId
-
getStateExecutionId
Get stateExecutionId- Returns:
- stateExecutionId
-
setStateExecutionId
-
firstAttemptTimestamp
-
getFirstAttemptTimestamp
Get firstAttemptTimestamp- Returns:
- firstAttemptTimestamp
-
setFirstAttemptTimestamp
-
attempt
-
getAttempt
Get attempt- Returns:
- attempt
-
setAttempt
-
equals
-
hashCode
public int hashCode() -
toString
-