@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListTasksRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListTasksRequest.Builder
Builds instances of type
ListTasksRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListTasksRequest.Builder |
builder()
Creates a builder for
ListTasksRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListTasksRequest that have equal attribute values. |
List<String> |
getApplicationIds()
The application ids
|
List<String> |
getNames()
The names
|
String |
getOrderBy()
The order by
|
List<String> |
getOrganizationIds()
The organization ids
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
List<String> |
getSpaceIds()
The space ids
|
List<TaskState> |
getStates()
The states
|
List<String> |
getTaskIds()
The ids
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, applicationIds, names, organizationIds, spaceIds, states, taskIds. |
String |
toString()
Prints the immutable value
ListTasksRequest with attribute values. |
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic boolean equals(Object another)
ListTasksRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, applicationIds, names, organizationIds, spaceIds, states, taskIds.public String toString()
ListTasksRequest with attribute values.public static ListTasksRequest.Builder builder()
ListTasksRequest.
ListTasksRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.applicationId|addAllApplicationIds(String) // applicationIds elements
.name|addAllNames(String) // names elements
.organizationId|addAllOrganizationIds(String) // organizationIds elements
.spaceId|addAllSpaceIds(String) // spaceIds elements
.state|addAllStates(org.cloudfoundry.client.v3.tasks.TaskState) // states elements
.taskId|addAllTaskIds(String) // taskIds elements
.build();
Copyright © 2020. All rights reserved.