Package io.iworkflow.gen.models
Class WorkflowWorkerRpcRequest
java.lang.Object
io.iworkflow.gen.models.WorkflowWorkerRpcRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-17T18:20:16.114576+01:00[Europe/Lisbon]")
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) booleanGet contextGet dataAttributesgetInput()Get inputGet rpcNameGet searchAttributesGet workflowTypeinthashCode()input(EncodedObject input) searchAttributes(List<SearchAttribute> searchAttributes) voidsetContext(Context context) voidsetDataAttributes(List<KeyValue> dataAttributes) voidsetInput(EncodedObject input) voidsetRpcName(String rpcName) voidsetSearchAttributes(List<SearchAttribute> searchAttributes) voidsetWorkflowType(String workflowType) 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:
-
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-