Package io.iworkflow.gen.models
Class WorkflowDumpRequest
java.lang.Object
io.iworkflow.gen.models.WorkflowDumpRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-12-11T13:43:36.581098-06:00[America/Chicago]")
public class WorkflowDumpRequest
extends Object
WorkflowDumpRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get pageNumGet pageSizeInBytesGet workflowIdGet workflowRunIdint
hashCode()
pageSizeInBytes
(Integer pageSizeInBytes) void
setPageNum
(Integer pageNum) void
setPageSizeInBytes
(Integer pageSizeInBytes) 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_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
-