Package io.iworkflow.gen.models
Class WorkflowSearchResponse
java.lang.Object
io.iworkflow.gen.models.WorkflowSearchResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-12-11T13:43:36.581098-06:00[America/Chicago]")
public class WorkflowSearchResponse
extends Object
WorkflowSearchResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddWorkflowExecutionsItem
(WorkflowSearchResponseEntry workflowExecutionsItem) boolean
Get nextPageTokenGet workflowExecutionsint
hashCode()
nextPageToken
(String nextPageToken) void
setNextPageToken
(String nextPageToken) void
setWorkflowExecutions
(List<WorkflowSearchResponseEntry> workflowExecutions) toString()
workflowExecutions
(List<WorkflowSearchResponseEntry> workflowExecutions)
-
Field Details
-
JSON_PROPERTY_WORKFLOW_EXECUTIONS
- See Also:
-
JSON_PROPERTY_NEXT_PAGE_TOKEN
- See Also:
-
-
Constructor Details
-
WorkflowSearchResponse
public WorkflowSearchResponse()
-
-
Method Details
-
workflowExecutions
public WorkflowSearchResponse workflowExecutions(List<WorkflowSearchResponseEntry> workflowExecutions) -
addWorkflowExecutionsItem
public WorkflowSearchResponse addWorkflowExecutionsItem(WorkflowSearchResponseEntry workflowExecutionsItem) -
getWorkflowExecutions
Get workflowExecutions- Returns:
- workflowExecutions
-
setWorkflowExecutions
-
nextPageToken
-
getNextPageToken
Get nextPageToken- Returns:
- nextPageToken
-
setNextPageToken
-
equals
-
hashCode
public int hashCode() -
toString
-