Class 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 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
    • Constructor Detail

      • WorkflowStateExecuteResponse

        public WorkflowStateExecuteResponse()
    • Method Detail

      • getStateDecision

        @Nullable
        public StateDecision getStateDecision()
        Get stateDecision
        Returns:
        stateDecision
      • setStateDecision

        public void setStateDecision​(StateDecision stateDecision)
      • getUpsertSearchAttributes

        @Nullable
        public java.util.List<SearchAttribute> getUpsertSearchAttributes()
        Get upsertSearchAttributes
        Returns:
        upsertSearchAttributes
      • setUpsertSearchAttributes

        public void setUpsertSearchAttributes​(java.util.List<SearchAttribute> upsertSearchAttributes)
      • getUpsertDataObjects

        @Nullable
        public java.util.List<KeyValue> getUpsertDataObjects()
        Get upsertDataObjects
        Returns:
        upsertDataObjects
      • setUpsertDataObjects

        public void setUpsertDataObjects​(java.util.List<KeyValue> upsertDataObjects)
      • getRecordEvents

        @Nullable
        public java.util.List<KeyValue> getRecordEvents()
        Get recordEvents
        Returns:
        recordEvents
      • setRecordEvents

        public void setRecordEvents​(java.util.List<KeyValue> recordEvents)
      • getUpsertStateLocals

        @Nullable
        public java.util.List<KeyValue> getUpsertStateLocals()
        Get upsertStateLocals
        Returns:
        upsertStateLocals
      • setUpsertStateLocals

        public void setUpsertStateLocals​(java.util.List<KeyValue> upsertStateLocals)
      • 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 class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object