Package io.iworkflow.gen.models
Class StateDecision
java.lang.Object
io.iworkflow.gen.models.StateDecision
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-12-17T11:59:42.603278-05:00[America/New_York]")
public class StateDecision
extends Object
StateDecision
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddNextStatesItem
(StateMovement nextStatesItem) conditionalClose
(WorkflowConditionalClose conditionalClose) boolean
Get conditionalCloseGet nextStatesint
hashCode()
nextStates
(List<StateMovement> nextStates) void
setConditionalClose
(WorkflowConditionalClose conditionalClose) void
setNextStates
(List<StateMovement> nextStates) toString()
-
Field Details
-
JSON_PROPERTY_NEXT_STATES
- See Also:
-
JSON_PROPERTY_CONDITIONAL_CLOSE
- See Also:
-
-
Constructor Details
-
StateDecision
public StateDecision()
-
-
Method Details
-
nextStates
-
addNextStatesItem
-
getNextStates
Get nextStates- Returns:
- nextStates
-
setNextStates
-
conditionalClose
-
getConditionalClose
Get conditionalClose- Returns:
- conditionalClose
-
setConditionalClose
-
equals
-
hashCode
public int hashCode() -
toString
-