Package io.iworkflow.gen.models
Class WorkflowStateExecuteRequest
java.lang.Object
io.iworkflow.gen.models.WorkflowStateExecuteRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-12-02T14:56:16.474306-06:00[America/Chicago]")
public class WorkflowStateExecuteRequest
extends Object
WorkflowStateExecuteRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDataObjectsItem
(KeyValue dataObjectsItem) addSearchAttributesItem
(SearchAttribute searchAttributesItem) addStateLocalsItem
(KeyValue stateLocalsItem) commandResults
(CommandResults commandResults) dataObjects
(List<KeyValue> dataObjects) boolean
Get commandResultsGet contextGet dataObjectsGet searchAttributesGet stateInputGet stateLocalsGet workflowStateIdGet workflowTypeint
hashCode()
searchAttributes
(List<SearchAttribute> searchAttributes) void
setCommandResults
(CommandResults commandResults) void
setContext
(Context context) void
setDataObjects
(List<KeyValue> dataObjects) void
setSearchAttributes
(List<SearchAttribute> searchAttributes) void
setStateInput
(EncodedObject stateInput) void
setStateLocals
(List<KeyValue> stateLocals) void
setWorkflowStateId
(String workflowStateId) void
setWorkflowType
(String workflowType) stateInput
(EncodedObject stateInput) stateLocals
(List<KeyValue> stateLocals) toString()
workflowStateId
(String workflowStateId) workflowType
(String workflowType)
-
Field Details
-
JSON_PROPERTY_CONTEXT
- See Also:
-
JSON_PROPERTY_WORKFLOW_TYPE
- See Also:
-
JSON_PROPERTY_WORKFLOW_STATE_ID
- See Also:
-
JSON_PROPERTY_STATE_INPUT
- See Also:
-
JSON_PROPERTY_SEARCH_ATTRIBUTES
- See Also:
-
JSON_PROPERTY_DATA_OBJECTS
- See Also:
-
JSON_PROPERTY_STATE_LOCALS
- See Also:
-
JSON_PROPERTY_COMMAND_RESULTS
- See Also:
-
-
Constructor Details
-
WorkflowStateExecuteRequest
public WorkflowStateExecuteRequest()
-
-
Method Details
-
context
-
getContext
Get context- Returns:
- context
-
setContext
-
workflowType
-
getWorkflowType
Get workflowType- Returns:
- workflowType
-
setWorkflowType
-
workflowStateId
-
getWorkflowStateId
Get workflowStateId- Returns:
- workflowStateId
-
setWorkflowStateId
-
stateInput
-
getStateInput
Get stateInput- Returns:
- stateInput
-
setStateInput
-
searchAttributes
-
addSearchAttributesItem
-
getSearchAttributes
Get searchAttributes- Returns:
- searchAttributes
-
setSearchAttributes
-
dataObjects
-
addDataObjectsItem
-
getDataObjects
Get dataObjects- Returns:
- dataObjects
-
setDataObjects
-
stateLocals
-
addStateLocalsItem
-
getStateLocals
Get stateLocals- Returns:
- stateLocals
-
setStateLocals
-
commandResults
-
getCommandResults
Get commandResults- Returns:
- commandResults
-
setCommandResults
-
equals
-
hashCode
public int hashCode() -
toString
-