Class WorkflowTaskInstanceExecutionBase
java.lang.Object
io.cloudreactor.tasksymphony.model.WorkflowTaskInstanceExecutionBase
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class WorkflowTaskInstanceExecutionBase
extends Object
WorkflowTaskInstanceExecutions hold the execution information for a WorkflowTaskInstance (which holds a Task) for a specific WorkflowExection (run of a Workflow).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JSON_PROPERTY_UUID
- See Also:
-
JSON_PROPERTY_WORKFLOW_EXECUTION
- See Also:
-
JSON_PROPERTY_WORKFLOW_TASK_INSTANCE
- See Also:
-
JSON_PROPERTY_IS_LATEST
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
-
Constructor Details
-
WorkflowTaskInstanceExecutionBase
public WorkflowTaskInstanceExecutionBase()
-
-
Method Details
-
getUuid
Get uuid- Returns:
- uuid
-
getWorkflowExecution
Get workflowExecution- Returns:
- workflowExecution
-
getWorkflowTaskInstance
Get workflowTaskInstance- Returns:
- workflowTaskInstance
-
getIsLatest
Get isLatest- Returns:
- isLatest
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
equals
-
hashCode
public int hashCode() -
toString
-