Package io.iworkflow.gen.models
Class WorkflowWorkerRpcRequest
- java.lang.Object
-
- io.iworkflow.gen.models.WorkflowWorkerRpcRequest
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-04-17T14:40:21.852481-07:00[America/Los_Angeles]") public class WorkflowWorkerRpcRequest extends java.lang.ObjectWorkflowWorkerRpcRequest
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_CONTEXTstatic java.lang.StringJSON_PROPERTY_DATA_ATTRIBUTESstatic java.lang.StringJSON_PROPERTY_INPUTstatic java.lang.StringJSON_PROPERTY_RPC_NAMEstatic java.lang.StringJSON_PROPERTY_SEARCH_ATTRIBUTESstatic java.lang.StringJSON_PROPERTY_WORKFLOW_TYPE
-
Constructor Summary
Constructors Constructor Description WorkflowWorkerRpcRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowWorkerRpcRequestaddDataAttributesItem(KeyValue dataAttributesItem)WorkflowWorkerRpcRequestaddSearchAttributesItem(SearchAttribute searchAttributesItem)WorkflowWorkerRpcRequestcontext(Context context)WorkflowWorkerRpcRequestdataAttributes(java.util.List<KeyValue> dataAttributes)booleanequals(java.lang.Object o)ContextgetContext()Get contextjava.util.List<KeyValue>getDataAttributes()Get dataAttributesEncodedObjectgetInput()Get inputjava.lang.StringgetRpcName()Get rpcNamejava.util.List<SearchAttribute>getSearchAttributes()Get searchAttributesjava.lang.StringgetWorkflowType()Get workflowTypeinthashCode()WorkflowWorkerRpcRequestinput(EncodedObject input)WorkflowWorkerRpcRequestrpcName(java.lang.String rpcName)WorkflowWorkerRpcRequestsearchAttributes(java.util.List<SearchAttribute> searchAttributes)voidsetContext(Context context)voidsetDataAttributes(java.util.List<KeyValue> dataAttributes)voidsetInput(EncodedObject input)voidsetRpcName(java.lang.String rpcName)voidsetSearchAttributes(java.util.List<SearchAttribute> searchAttributes)voidsetWorkflowType(java.lang.String workflowType)java.lang.StringtoString()WorkflowWorkerRpcRequestworkflowType(java.lang.String workflowType)
-
-
-
Field Detail
-
JSON_PROPERTY_CONTEXT
public static final java.lang.String JSON_PROPERTY_CONTEXT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_WORKFLOW_TYPE
public static final java.lang.String JSON_PROPERTY_WORKFLOW_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RPC_NAME
public static final java.lang.String JSON_PROPERTY_RPC_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_INPUT
public static final java.lang.String JSON_PROPERTY_INPUT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SEARCH_ATTRIBUTES
public static final java.lang.String JSON_PROPERTY_SEARCH_ATTRIBUTES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DATA_ATTRIBUTES
public static final java.lang.String JSON_PROPERTY_DATA_ATTRIBUTES
- See Also:
- Constant Field Values
-
-
Method Detail
-
context
public WorkflowWorkerRpcRequest context(Context context)
-
getContext
@Nonnull public Context getContext()
Get context- Returns:
- context
-
setContext
public void setContext(Context context)
-
workflowType
public WorkflowWorkerRpcRequest workflowType(java.lang.String workflowType)
-
getWorkflowType
@Nonnull public java.lang.String getWorkflowType()
Get workflowType- Returns:
- workflowType
-
setWorkflowType
public void setWorkflowType(java.lang.String workflowType)
-
rpcName
public WorkflowWorkerRpcRequest rpcName(java.lang.String rpcName)
-
getRpcName
@Nonnull public java.lang.String getRpcName()
Get rpcName- Returns:
- rpcName
-
setRpcName
public void setRpcName(java.lang.String rpcName)
-
input
public WorkflowWorkerRpcRequest input(EncodedObject input)
-
getInput
@Nullable public EncodedObject getInput()
Get input- Returns:
- input
-
setInput
public void setInput(EncodedObject input)
-
searchAttributes
public WorkflowWorkerRpcRequest searchAttributes(java.util.List<SearchAttribute> searchAttributes)
-
addSearchAttributesItem
public WorkflowWorkerRpcRequest addSearchAttributesItem(SearchAttribute searchAttributesItem)
-
getSearchAttributes
@Nullable public java.util.List<SearchAttribute> getSearchAttributes()
Get searchAttributes- Returns:
- searchAttributes
-
setSearchAttributes
public void setSearchAttributes(java.util.List<SearchAttribute> searchAttributes)
-
dataAttributes
public WorkflowWorkerRpcRequest dataAttributes(java.util.List<KeyValue> dataAttributes)
-
addDataAttributesItem
public WorkflowWorkerRpcRequest addDataAttributesItem(KeyValue dataAttributesItem)
-
getDataAttributes
@Nullable public java.util.List<KeyValue> getDataAttributes()
Get dataAttributes- Returns:
- dataAttributes
-
setDataAttributes
public void setDataAttributes(java.util.List<KeyValue> dataAttributes)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-