Package io.iworkflow.gen.models
Class WorkflowWaitForStateCompletionRequest
java.lang.Object
io.iworkflow.gen.models.WorkflowWaitForStateCompletionRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-14T12:48:14.192753-05:00[America/Chicago]")
public class WorkflowWaitForStateCompletionRequest
extends Object
WorkflowWaitForStateCompletionRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get stateExecutionIdGet waitTimeSecondsGet workflowIdint
hashCode()
void
setStateExecutionId
(String stateExecutionId) void
setWaitTimeSeconds
(Integer waitTimeSeconds) void
setWorkflowId
(String workflowId) stateExecutionId
(String stateExecutionId) toString()
waitTimeSeconds
(Integer waitTimeSeconds) workflowId
(String workflowId)
-
Field Details
-
JSON_PROPERTY_WORKFLOW_ID
- See Also:
-
JSON_PROPERTY_STATE_EXECUTION_ID
- 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
-
waitTimeSeconds
-
getWaitTimeSeconds
Get waitTimeSeconds- Returns:
- waitTimeSeconds
-
setWaitTimeSeconds
-
equals
-
hashCode
public int hashCode() -
toString
-