Package io.iworkflow.gen.models
Class StateDecision
java.lang.Object
io.iworkflow.gen.models.StateDecision
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-23T13:02:49.894351-07:00[America/Los_Angeles]")
public class StateDecision
extends Object
StateDecision
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddNextStatesItem(StateMovement nextStatesItem) conditionalClose(WorkflowConditionalClose conditionalClose) booleanGet conditionalCloseGet nextStatesinthashCode()nextStates(List<StateMovement> nextStates) voidsetConditionalClose(WorkflowConditionalClose conditionalClose) voidsetNextStates(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
-