Package io.iworkflow.gen.models
Class StateCompletionOutput
java.lang.Object
io.iworkflow.gen.models.StateCompletionOutput
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-12-17T11:59:42.603278-05:00[America/New_York]")
public class StateCompletionOutput
extends Object
StateCompletionOutput
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompletedStateExecutionId
(String completedStateExecutionId) completedStateId
(String completedStateId) completedStateOutput
(EncodedObject completedStateOutput) boolean
Get completedStateExecutionIdGet completedStateIdGet completedStateOutputint
hashCode()
void
setCompletedStateExecutionId
(String completedStateExecutionId) void
setCompletedStateId
(String completedStateId) void
setCompletedStateOutput
(EncodedObject completedStateOutput) toString()
-
Field Details
-
JSON_PROPERTY_COMPLETED_STATE_ID
- See Also:
-
JSON_PROPERTY_COMPLETED_STATE_EXECUTION_ID
- See Also:
-
JSON_PROPERTY_COMPLETED_STATE_OUTPUT
- See Also:
-
-
Constructor Details
-
StateCompletionOutput
public StateCompletionOutput()
-
-
Method Details
-
completedStateId
-
getCompletedStateId
Get completedStateId- Returns:
- completedStateId
-
setCompletedStateId
-
completedStateExecutionId
-
getCompletedStateExecutionId
Get completedStateExecutionId- Returns:
- completedStateExecutionId
-
setCompletedStateExecutionId
-
completedStateOutput
-
getCompletedStateOutput
Get completedStateOutput- Returns:
- completedStateOutput
-
setCompletedStateOutput
-
equals
-
hashCode
public int hashCode() -
toString
-