Package io.iworkflow.gen.models
Class WorkflowStateExecuteResponse
- java.lang.Object
-
- io.iworkflow.gen.models.WorkflowStateExecuteResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-04-17T14:47:04.974528-07:00[America/Los_Angeles]") public class WorkflowStateExecuteResponse extends java.lang.Object
WorkflowStateExecuteResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JSON_PROPERTY_PUBLISH_TO_INTER_STATE_CHANNEL
static java.lang.String
JSON_PROPERTY_RECORD_EVENTS
static java.lang.String
JSON_PROPERTY_STATE_DECISION
static java.lang.String
JSON_PROPERTY_UPSERT_DATA_OBJECTS
static java.lang.String
JSON_PROPERTY_UPSERT_SEARCH_ATTRIBUTES
static java.lang.String
JSON_PROPERTY_UPSERT_STATE_LOCALS
-
Constructor Summary
Constructors Constructor Description WorkflowStateExecuteResponse()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_STATE_DECISION
public static final java.lang.String JSON_PROPERTY_STATE_DECISION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_UPSERT_SEARCH_ATTRIBUTES
public static final java.lang.String JSON_PROPERTY_UPSERT_SEARCH_ATTRIBUTES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_UPSERT_DATA_OBJECTS
public static final java.lang.String JSON_PROPERTY_UPSERT_DATA_OBJECTS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RECORD_EVENTS
public static final java.lang.String JSON_PROPERTY_RECORD_EVENTS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_UPSERT_STATE_LOCALS
public static final java.lang.String JSON_PROPERTY_UPSERT_STATE_LOCALS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PUBLISH_TO_INTER_STATE_CHANNEL
public static final java.lang.String JSON_PROPERTY_PUBLISH_TO_INTER_STATE_CHANNEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
stateDecision
public WorkflowStateExecuteResponse stateDecision(StateDecision stateDecision)
-
getStateDecision
@Nullable public StateDecision getStateDecision()
Get stateDecision- Returns:
- stateDecision
-
setStateDecision
public void setStateDecision(StateDecision stateDecision)
-
upsertSearchAttributes
public WorkflowStateExecuteResponse upsertSearchAttributes(java.util.List<SearchAttribute> upsertSearchAttributes)
-
addUpsertSearchAttributesItem
public WorkflowStateExecuteResponse addUpsertSearchAttributesItem(SearchAttribute upsertSearchAttributesItem)
-
getUpsertSearchAttributes
@Nullable public java.util.List<SearchAttribute> getUpsertSearchAttributes()
Get upsertSearchAttributes- Returns:
- upsertSearchAttributes
-
setUpsertSearchAttributes
public void setUpsertSearchAttributes(java.util.List<SearchAttribute> upsertSearchAttributes)
-
upsertDataObjects
public WorkflowStateExecuteResponse upsertDataObjects(java.util.List<KeyValue> upsertDataObjects)
-
addUpsertDataObjectsItem
public WorkflowStateExecuteResponse addUpsertDataObjectsItem(KeyValue upsertDataObjectsItem)
-
getUpsertDataObjects
@Nullable public java.util.List<KeyValue> getUpsertDataObjects()
Get upsertDataObjects- Returns:
- upsertDataObjects
-
setUpsertDataObjects
public void setUpsertDataObjects(java.util.List<KeyValue> upsertDataObjects)
-
recordEvents
public WorkflowStateExecuteResponse recordEvents(java.util.List<KeyValue> recordEvents)
-
addRecordEventsItem
public WorkflowStateExecuteResponse addRecordEventsItem(KeyValue recordEventsItem)
-
getRecordEvents
@Nullable public java.util.List<KeyValue> getRecordEvents()
Get recordEvents- Returns:
- recordEvents
-
setRecordEvents
public void setRecordEvents(java.util.List<KeyValue> recordEvents)
-
upsertStateLocals
public WorkflowStateExecuteResponse upsertStateLocals(java.util.List<KeyValue> upsertStateLocals)
-
addUpsertStateLocalsItem
public WorkflowStateExecuteResponse addUpsertStateLocalsItem(KeyValue upsertStateLocalsItem)
-
getUpsertStateLocals
@Nullable public java.util.List<KeyValue> getUpsertStateLocals()
Get upsertStateLocals- Returns:
- upsertStateLocals
-
setUpsertStateLocals
public void setUpsertStateLocals(java.util.List<KeyValue> upsertStateLocals)
-
publishToInterStateChannel
public WorkflowStateExecuteResponse publishToInterStateChannel(java.util.List<InterStateChannelPublishing> publishToInterStateChannel)
-
addPublishToInterStateChannelItem
public WorkflowStateExecuteResponse addPublishToInterStateChannelItem(InterStateChannelPublishing publishToInterStateChannelItem)
-
getPublishToInterStateChannel
@Nullable public java.util.List<InterStateChannelPublishing> getPublishToInterStateChannel()
Get publishToInterStateChannel- Returns:
- publishToInterStateChannel
-
setPublishToInterStateChannel
public void setPublishToInterStateChannel(java.util.List<InterStateChannelPublishing> publishToInterStateChannel)
-
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
-
-