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.Object
StateCompletionOutput
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JSON_PROPERTY_COMPLETED_STATE_EXECUTION_ID
static java.lang.String
JSON_PROPERTY_COMPLETED_STATE_ID
static java.lang.String
JSON_PROPERTY_COMPLETED_STATE_OUTPUT
-
Constructor Summary
Constructors Constructor Description StateCompletionOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StateCompletionOutput
completedStateExecutionId(java.lang.String completedStateExecutionId)
StateCompletionOutput
completedStateId(java.lang.String completedStateId)
StateCompletionOutput
completedStateOutput(EncodedObject completedStateOutput)
boolean
equals(java.lang.Object o)
java.lang.String
getCompletedStateExecutionId()
Get completedStateExecutionIdjava.lang.String
getCompletedStateId()
Get completedStateIdEncodedObject
getCompletedStateOutput()
Get completedStateOutputint
hashCode()
void
setCompletedStateExecutionId(java.lang.String completedStateExecutionId)
void
setCompletedStateId(java.lang.String completedStateId)
void
setCompletedStateOutput(EncodedObject completedStateOutput)
java.lang.String
toString()
-
-
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-