Package io.iworkflow.gen.models
Class WorkflowGetDataObjectsRequest
java.lang.Object
io.iworkflow.gen.models.WorkflowGetDataObjectsRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-23T13:02:49.894351-07:00[America/Los_Angeles]")
public class WorkflowGetDataObjectsRequest
extends Object
WorkflowGetDataObjectsRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddKeysItem(String keysItem) booleangetKeys()Get keysGet useMemoForDataAttributesGet workflowIdGet workflowRunIdinthashCode()voidvoidsetUseMemoForDataAttributes(Boolean useMemoForDataAttributes) voidsetWorkflowId(String workflowId) voidsetWorkflowRunId(String workflowRunId) toString()useMemoForDataAttributes(Boolean useMemoForDataAttributes) workflowId(String workflowId) workflowRunId(String workflowRunId)
-
Field Details
-
JSON_PROPERTY_WORKFLOW_ID
- See Also:
-
JSON_PROPERTY_WORKFLOW_RUN_ID
- See Also:
-
JSON_PROPERTY_KEYS
- See Also:
-
JSON_PROPERTY_USE_MEMO_FOR_DATA_ATTRIBUTES
- See Also:
-
-
Constructor Details
-
WorkflowGetDataObjectsRequest
public WorkflowGetDataObjectsRequest()
-
-
Method Details
-
workflowId
-
getWorkflowId
Get workflowId- Returns:
- workflowId
-
setWorkflowId
-
workflowRunId
-
getWorkflowRunId
Get workflowRunId- Returns:
- workflowRunId
-
setWorkflowRunId
-
keys
-
addKeysItem
-
getKeys
Get keys- Returns:
- keys
-
setKeys
-
useMemoForDataAttributes
-
getUseMemoForDataAttributes
Get useMemoForDataAttributes- Returns:
- useMemoForDataAttributes
-
setUseMemoForDataAttributes
-
equals
-
hashCode
public int hashCode() -
toString
-