@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListRoutesRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListRoutesRequest.Builder
Builds instances of type
ListRoutesRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListRoutesRequest.Builder |
builder()
Creates a builder for
ListRoutesRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListRoutesRequest that have equal attribute values. |
List<String> |
getApplicationIds()
The application ids filter
|
List<String> |
getDomainIds()
The domain ids filter
|
List<String> |
getHosts()
The hosts filter
|
String |
getLabelSelector()
A query string containing a list of label selector requirements
|
String |
getOrderBy()
The order by
|
List<String> |
getOrganizationIds()
The organization ids filter
|
Integer |
getPage()
The page
|
List<String> |
getPaths()
The paths filter
|
Integer |
getPerPage()
The results per page
|
List<Integer> |
getPorts()
The ports filter
|
List<String> |
getSpaceIds()
The space ids filter
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, applicationIds, domainIds, hosts, labelSelector, organizationIds, paths, ports, spaceIds. |
String |
toString()
Prints the immutable value
ListRoutesRequest with attribute values. |
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic String getLabelSelector()
public boolean equals(Object another)
ListRoutesRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, applicationIds, domainIds, hosts, labelSelector, organizationIds, paths, ports, spaceIds.public String toString()
ListRoutesRequest with attribute values.public static ListRoutesRequest.Builder builder()
ListRoutesRequest.
ListRoutesRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.applicationId|addAllApplicationIds(String) // applicationIds elements
.domainId|addAllDomainIds(String) // domainIds elements
.host|addAllHosts(String) // hosts elements
.labelSelector(String | null) // nullable labelSelector
.organizationId|addAllOrganizationIds(String) // organizationIds elements
.path|addAllPaths(String) // paths elements
.port|addAllPorts(int) // ports elements
.spaceId|addAllSpaceIds(String) // spaceIds elements
.build();
Copyright © 2020. All rights reserved.