Package io.iworkflow.gen.models
Class StateCompletionOutput
- java.lang.Object
-
- io.iworkflow.gen.models.StateCompletionOutput
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-04-17T14:47:04.974528-07:00[America/Los_Angeles]") public class StateCompletionOutput extends java.lang.ObjectStateCompletionOutput
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_COMPLETED_STATE_EXECUTION_IDstatic java.lang.StringJSON_PROPERTY_COMPLETED_STATE_IDstatic java.lang.StringJSON_PROPERTY_COMPLETED_STATE_OUTPUT
-
Constructor Summary
Constructors Constructor Description StateCompletionOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StateCompletionOutputcompletedStateExecutionId(java.lang.String completedStateExecutionId)StateCompletionOutputcompletedStateId(java.lang.String completedStateId)StateCompletionOutputcompletedStateOutput(EncodedObject completedStateOutput)booleanequals(java.lang.Object o)java.lang.StringgetCompletedStateExecutionId()Get completedStateExecutionIdjava.lang.StringgetCompletedStateId()Get completedStateIdEncodedObjectgetCompletedStateOutput()Get completedStateOutputinthashCode()voidsetCompletedStateExecutionId(java.lang.String completedStateExecutionId)voidsetCompletedStateId(java.lang.String completedStateId)voidsetCompletedStateOutput(EncodedObject completedStateOutput)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_COMPLETED_STATE_ID
public static final java.lang.String JSON_PROPERTY_COMPLETED_STATE_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_COMPLETED_STATE_EXECUTION_ID
public static final java.lang.String JSON_PROPERTY_COMPLETED_STATE_EXECUTION_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_COMPLETED_STATE_OUTPUT
public static final java.lang.String JSON_PROPERTY_COMPLETED_STATE_OUTPUT
- See Also:
- Constant Field Values
-
-
Method Detail
-
completedStateId
public StateCompletionOutput completedStateId(java.lang.String completedStateId)
-
getCompletedStateId
@Nonnull public java.lang.String getCompletedStateId()
Get completedStateId- Returns:
- completedStateId
-
setCompletedStateId
public void setCompletedStateId(java.lang.String completedStateId)
-
completedStateExecutionId
public StateCompletionOutput completedStateExecutionId(java.lang.String completedStateExecutionId)
-
getCompletedStateExecutionId
@Nonnull public java.lang.String getCompletedStateExecutionId()
Get completedStateExecutionId- Returns:
- completedStateExecutionId
-
setCompletedStateExecutionId
public void setCompletedStateExecutionId(java.lang.String completedStateExecutionId)
-
completedStateOutput
public StateCompletionOutput completedStateOutput(EncodedObject completedStateOutput)
-
getCompletedStateOutput
@Nullable public EncodedObject getCompletedStateOutput()
Get completedStateOutput- Returns:
- completedStateOutput
-
setCompletedStateOutput
public void setCompletedStateOutput(EncodedObject completedStateOutput)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-