Package io.iworkflow.gen.models
Class WorkflowDumpRequest
java.lang.Object
io.iworkflow.gen.models.WorkflowDumpRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-23T13:02:49.894351-07:00[America/Los_Angeles]")
public class WorkflowDumpRequest
extends Object
WorkflowDumpRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet pageNumGet pageSizeInBytesGet workflowIdGet workflowRunIdinthashCode()pageSizeInBytes(Integer pageSizeInBytes) voidsetPageNum(Integer pageNum) voidsetPageSizeInBytes(Integer pageSizeInBytes) voidsetWorkflowId(String workflowId) voidsetWorkflowRunId(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_PAGE_SIZE_IN_BYTES
- See Also:
-
JSON_PROPERTY_PAGE_NUM
- See Also:
-
-
Constructor Details
-
WorkflowDumpRequest
public WorkflowDumpRequest()
-
-
Method Details
-
workflowId
-
getWorkflowId
Get workflowId- Returns:
- workflowId
-
setWorkflowId
-
workflowRunId
-
getWorkflowRunId
Get workflowRunId- Returns:
- workflowRunId
-
setWorkflowRunId
-
pageSizeInBytes
-
getPageSizeInBytes
Get pageSizeInBytes- Returns:
- pageSizeInBytes
-
setPageSizeInBytes
-
pageNum
-
getPageNum
Get pageNum- Returns:
- pageNum
-
setPageNum
-
equals
-
hashCode
public int hashCode() -
toString
-