Package io.iworkflow.gen.models
Class WorkflowWaitForStateCompletionRequest
java.lang.Object
io.iworkflow.gen.models.WorkflowWaitForStateCompletionRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-23T13:02:49.894351-07:00[America/Los_Angeles]")
public class WorkflowWaitForStateCompletionRequest
extends Object
WorkflowWaitForStateCompletionRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet stateExecutionIdGet stateIdGet waitForKeyGet waitTimeSecondsGet workflowIdinthashCode()voidsetStateExecutionId(String stateExecutionId) voidsetStateId(String stateId) voidsetWaitForKey(String waitForKey) voidsetWaitTimeSeconds(Integer waitTimeSeconds) voidsetWorkflowId(String workflowId) stateExecutionId(String stateExecutionId) toString()waitForKey(String waitForKey) waitTimeSeconds(Integer waitTimeSeconds) workflowId(String workflowId)
-
Field Details
-
JSON_PROPERTY_WORKFLOW_ID
- See Also:
-
JSON_PROPERTY_STATE_EXECUTION_ID
- See Also:
-
JSON_PROPERTY_STATE_ID
- See Also:
-
JSON_PROPERTY_WAIT_FOR_KEY
- See Also:
-
JSON_PROPERTY_WAIT_TIME_SECONDS
- See Also:
-
-
Constructor Details
-
WorkflowWaitForStateCompletionRequest
public WorkflowWaitForStateCompletionRequest()
-
-
Method Details
-
workflowId
-
getWorkflowId
Get workflowId- Returns:
- workflowId
-
setWorkflowId
-
stateExecutionId
-
getStateExecutionId
Get stateExecutionId- Returns:
- stateExecutionId
-
setStateExecutionId
-
stateId
-
getStateId
Get stateId- Returns:
- stateId
-
setStateId
-
waitForKey
-
getWaitForKey
Get waitForKey- Returns:
- waitForKey
-
setWaitForKey
-
waitTimeSeconds
-
getWaitTimeSeconds
Get waitTimeSeconds- Returns:
- waitTimeSeconds
-
setWaitTimeSeconds
-
equals
-
hashCode
public int hashCode() -
toString
-