Package io.iworkflow.gen.models
Class WorkflowSearchResponse
- java.lang.Object
-
- io.iworkflow.gen.models.WorkflowSearchResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-04-17T14:47:04.974528-07:00[America/Los_Angeles]") public class WorkflowSearchResponse extends java.lang.Object
WorkflowSearchResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JSON_PROPERTY_NEXT_PAGE_TOKEN
static java.lang.String
JSON_PROPERTY_WORKFLOW_EXECUTIONS
-
Constructor Summary
Constructors Constructor Description WorkflowSearchResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowSearchResponse
addWorkflowExecutionsItem(WorkflowSearchResponseEntry workflowExecutionsItem)
boolean
equals(java.lang.Object o)
java.lang.String
getNextPageToken()
Get nextPageTokenjava.util.List<WorkflowSearchResponseEntry>
getWorkflowExecutions()
Get workflowExecutionsint
hashCode()
WorkflowSearchResponse
nextPageToken(java.lang.String nextPageToken)
void
setNextPageToken(java.lang.String nextPageToken)
void
setWorkflowExecutions(java.util.List<WorkflowSearchResponseEntry> workflowExecutions)
java.lang.String
toString()
WorkflowSearchResponse
workflowExecutions(java.util.List<WorkflowSearchResponseEntry> workflowExecutions)
-
-
-
Field Detail
-
JSON_PROPERTY_WORKFLOW_EXECUTIONS
public static final java.lang.String JSON_PROPERTY_WORKFLOW_EXECUTIONS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NEXT_PAGE_TOKEN
public static final java.lang.String JSON_PROPERTY_NEXT_PAGE_TOKEN
- See Also:
- Constant Field Values
-
-
Method Detail
-
workflowExecutions
public WorkflowSearchResponse workflowExecutions(java.util.List<WorkflowSearchResponseEntry> workflowExecutions)
-
addWorkflowExecutionsItem
public WorkflowSearchResponse addWorkflowExecutionsItem(WorkflowSearchResponseEntry workflowExecutionsItem)
-
getWorkflowExecutions
@Nullable public java.util.List<WorkflowSearchResponseEntry> getWorkflowExecutions()
Get workflowExecutions- Returns:
- workflowExecutions
-
setWorkflowExecutions
public void setWorkflowExecutions(java.util.List<WorkflowSearchResponseEntry> workflowExecutions)
-
nextPageToken
public WorkflowSearchResponse nextPageToken(java.lang.String nextPageToken)
-
getNextPageToken
@Nullable public java.lang.String getNextPageToken()
Get nextPageToken- Returns:
- nextPageToken
-
setNextPageToken
public void setNextPageToken(java.lang.String nextPageToken)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-