Package io.iworkflow.gen.models
Class WorkflowSetSearchAttributesRequest
java.lang.Object
io.iworkflow.gen.models.WorkflowSetSearchAttributesRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-03-04T12:30:57.104056Z[Europe/Dublin]")
public class WorkflowSetSearchAttributesRequest
extends Object
WorkflowSetSearchAttributesRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSearchAttributesItem
(SearchAttribute searchAttributesItem) boolean
Get searchAttributesGet workflowIdGet workflowRunIdint
hashCode()
searchAttributes
(List<SearchAttribute> searchAttributes) void
setSearchAttributes
(List<SearchAttribute> searchAttributes) void
setWorkflowId
(String workflowId) void
setWorkflowRunId
(String workflowRunId) toString()
workflowId
(String workflowId) workflowRunId
(String workflowRunId)
-
Field Details
-
JSON_PROPERTY_WORKFLOW_ID
- See Also:
-
JSON_PROPERTY_WORKFLOW_RUN_ID
- See Also:
-
JSON_PROPERTY_SEARCH_ATTRIBUTES
- See Also:
-
-
Constructor Details
-
WorkflowSetSearchAttributesRequest
public WorkflowSetSearchAttributesRequest()
-
-
Method Details
-
workflowId
-
getWorkflowId
Get workflowId- Returns:
- workflowId
-
setWorkflowId
-
workflowRunId
-
getWorkflowRunId
Get workflowRunId- Returns:
- workflowRunId
-
setWorkflowRunId
-
searchAttributes
-
addSearchAttributesItem
public WorkflowSetSearchAttributesRequest addSearchAttributesItem(SearchAttribute searchAttributesItem) -
getSearchAttributes
Get searchAttributes- Returns:
- searchAttributes
-
setSearchAttributes
-
equals
-
hashCode
public int hashCode() -
toString
-