Package io.iworkflow.gen.models
Class WorkflowStateWaitUntilResponse
java.lang.Object
io.iworkflow.gen.models.WorkflowStateWaitUntilResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-12-17T11:59:42.603278-05:00[America/New_York]")
public class WorkflowStateWaitUntilResponse
extends Object
WorkflowStateWaitUntilResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPublishToInterStateChannelItem
(InterStateChannelPublishing publishToInterStateChannelItem) addRecordEventsItem
(KeyValue recordEventsItem) addUpsertDataObjectsItem
(KeyValue upsertDataObjectsItem) addUpsertSearchAttributesItem
(SearchAttribute upsertSearchAttributesItem) addUpsertStateLocalsItem
(KeyValue upsertStateLocalsItem) commandRequest
(CommandRequest commandRequest) boolean
Get commandRequestGet localActivityInputGet publishToInterStateChannelGet recordEventsGet upsertDataObjectsGet upsertSearchAttributesGet upsertStateLocalsint
hashCode()
localActivityInput
(String localActivityInput) publishToInterStateChannel
(List<InterStateChannelPublishing> publishToInterStateChannel) recordEvents
(List<KeyValue> recordEvents) void
setCommandRequest
(CommandRequest commandRequest) void
setLocalActivityInput
(String localActivityInput) void
setPublishToInterStateChannel
(List<InterStateChannelPublishing> publishToInterStateChannel) void
setRecordEvents
(List<KeyValue> recordEvents) void
setUpsertDataObjects
(List<KeyValue> upsertDataObjects) void
setUpsertSearchAttributes
(List<SearchAttribute> upsertSearchAttributes) void
setUpsertStateLocals
(List<KeyValue> upsertStateLocals) toString()
upsertDataObjects
(List<KeyValue> upsertDataObjects) upsertSearchAttributes
(List<SearchAttribute> upsertSearchAttributes) upsertStateLocals
(List<KeyValue> upsertStateLocals)
-
Field Details
-
JSON_PROPERTY_LOCAL_ACTIVITY_INPUT
- See Also:
-
JSON_PROPERTY_UPSERT_SEARCH_ATTRIBUTES
- See Also:
-
JSON_PROPERTY_UPSERT_DATA_OBJECTS
- See Also:
-
JSON_PROPERTY_COMMAND_REQUEST
- See Also:
-
JSON_PROPERTY_UPSERT_STATE_LOCALS
- See Also:
-
JSON_PROPERTY_RECORD_EVENTS
- See Also:
-
JSON_PROPERTY_PUBLISH_TO_INTER_STATE_CHANNEL
- See Also:
-
-
Constructor Details
-
WorkflowStateWaitUntilResponse
public WorkflowStateWaitUntilResponse()
-
-
Method Details
-
localActivityInput
-
getLocalActivityInput
Get localActivityInput- Returns:
- localActivityInput
-
setLocalActivityInput
-
upsertSearchAttributes
public WorkflowStateWaitUntilResponse upsertSearchAttributes(List<SearchAttribute> upsertSearchAttributes) -
addUpsertSearchAttributesItem
public WorkflowStateWaitUntilResponse addUpsertSearchAttributesItem(SearchAttribute upsertSearchAttributesItem) -
getUpsertSearchAttributes
Get upsertSearchAttributes- Returns:
- upsertSearchAttributes
-
setUpsertSearchAttributes
-
upsertDataObjects
-
addUpsertDataObjectsItem
-
getUpsertDataObjects
Get upsertDataObjects- Returns:
- upsertDataObjects
-
setUpsertDataObjects
-
commandRequest
-
getCommandRequest
Get commandRequest- Returns:
- commandRequest
-
setCommandRequest
-
upsertStateLocals
-
addUpsertStateLocalsItem
-
getUpsertStateLocals
Get upsertStateLocals- Returns:
- upsertStateLocals
-
setUpsertStateLocals
-
recordEvents
-
addRecordEventsItem
-
getRecordEvents
Get recordEvents- Returns:
- recordEvents
-
setRecordEvents
-
publishToInterStateChannel
public WorkflowStateWaitUntilResponse publishToInterStateChannel(List<InterStateChannelPublishing> publishToInterStateChannel) -
addPublishToInterStateChannelItem
public WorkflowStateWaitUntilResponse addPublishToInterStateChannelItem(InterStateChannelPublishing publishToInterStateChannelItem) -
getPublishToInterStateChannel
Get publishToInterStateChannel- Returns:
- publishToInterStateChannel
-
setPublishToInterStateChannel
public void setPublishToInterStateChannel(List<InterStateChannelPublishing> publishToInterStateChannel) -
equals
-
hashCode
public int hashCode() -
toString
-