Package io.iworkflow.gen.models
Class WorkflowWorkerRpcRequest
java.lang.Object
io.iworkflow.gen.models.WorkflowWorkerRpcRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-12-11T13:43:36.581098-06:00[America/Chicago]")
public class WorkflowWorkerRpcRequest
extends Object
WorkflowWorkerRpcRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDataAttributesItem
(KeyValue dataAttributesItem) addSearchAttributesItem
(SearchAttribute searchAttributesItem) dataAttributes
(List<KeyValue> dataAttributes) boolean
Get contextGet dataAttributesgetInput()
Get inputGet internalChannelInfosGet rpcNameGet searchAttributesGet signalChannelInfosGet workflowTypeint
hashCode()
input
(EncodedObject input) internalChannelInfos
(Map<String, ChannelInfo> internalChannelInfos) putInternalChannelInfosItem
(String key, ChannelInfo internalChannelInfosItem) putSignalChannelInfosItem
(String key, ChannelInfo signalChannelInfosItem) searchAttributes
(List<SearchAttribute> searchAttributes) void
setContext
(Context context) void
setDataAttributes
(List<KeyValue> dataAttributes) void
setInput
(EncodedObject input) void
setInternalChannelInfos
(Map<String, ChannelInfo> internalChannelInfos) void
setRpcName
(String rpcName) void
setSearchAttributes
(List<SearchAttribute> searchAttributes) void
setSignalChannelInfos
(Map<String, ChannelInfo> signalChannelInfos) void
setWorkflowType
(String workflowType) signalChannelInfos
(Map<String, ChannelInfo> signalChannelInfos) toString()
workflowType
(String workflowType)
-
Field Details
-
JSON_PROPERTY_CONTEXT
- See Also:
-
JSON_PROPERTY_WORKFLOW_TYPE
- See Also:
-
JSON_PROPERTY_RPC_NAME
- See Also:
-
JSON_PROPERTY_INPUT
- See Also:
-
JSON_PROPERTY_SEARCH_ATTRIBUTES
- See Also:
-
JSON_PROPERTY_DATA_ATTRIBUTES
- See Also:
-
JSON_PROPERTY_SIGNAL_CHANNEL_INFOS
- See Also:
-
JSON_PROPERTY_INTERNAL_CHANNEL_INFOS
- See Also:
-
-
Constructor Details
-
WorkflowWorkerRpcRequest
public WorkflowWorkerRpcRequest()
-
-
Method Details
-
context
-
getContext
Get context- Returns:
- context
-
setContext
-
workflowType
-
getWorkflowType
Get workflowType- Returns:
- workflowType
-
setWorkflowType
-
rpcName
-
getRpcName
Get rpcName- Returns:
- rpcName
-
setRpcName
-
input
-
getInput
Get input- Returns:
- input
-
setInput
-
searchAttributes
-
addSearchAttributesItem
-
getSearchAttributes
Get searchAttributes- Returns:
- searchAttributes
-
setSearchAttributes
-
dataAttributes
-
addDataAttributesItem
-
getDataAttributes
Get dataAttributes- Returns:
- dataAttributes
-
setDataAttributes
-
signalChannelInfos
-
putSignalChannelInfosItem
public WorkflowWorkerRpcRequest putSignalChannelInfosItem(String key, ChannelInfo signalChannelInfosItem) -
getSignalChannelInfos
Get signalChannelInfos- Returns:
- signalChannelInfos
-
setSignalChannelInfos
-
internalChannelInfos
-
putInternalChannelInfosItem
public WorkflowWorkerRpcRequest putInternalChannelInfosItem(String key, ChannelInfo internalChannelInfosItem) -
getInternalChannelInfos
Get internalChannelInfos- Returns:
- internalChannelInfos
-
setInternalChannelInfos
-
equals
-
hashCode
public int hashCode() -
toString
-