@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListApplicationRoutesRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListApplicationRoutesRequest.Builder
Builds instances of type
ListApplicationRoutesRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListApplicationRoutesRequest.Builder |
builder()
Creates a builder for
ListApplicationRoutesRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListApplicationRoutesRequest that have equal attribute values. |
String |
getApplicationId()
The application id
|
List<String> |
getDomainIds()
The domain guids
|
List<String> |
getHosts()
The hosts
|
String |
getLabelSelector()
The label selector
|
String |
getOrderBy()
The order by
|
List<String> |
getOrganizationIds()
The organization ids
|
Integer |
getPage()
The page
|
List<String> |
getPaths()
The paths
|
Integer |
getPerPage()
The results per page
|
List<Integer> |
getPorts()
The ports
|
List<String> |
getSpaceIds()
The space ids
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, applicationId, domainIds, hosts, labelSelector, organizationIds, paths, ports, spaceIds. |
String |
toString()
Prints the immutable value
ListApplicationRoutesRequest with attribute values. |
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic String getApplicationId()
public String getLabelSelector()
public boolean equals(Object another)
ListApplicationRoutesRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, applicationId, domainIds, hosts, labelSelector, organizationIds, paths, ports, spaceIds.public String toString()
ListApplicationRoutesRequest with attribute values.public static ListApplicationRoutesRequest.Builder builder()
ListApplicationRoutesRequest.
ListApplicationRoutesRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.applicationId(String) // required applicationId
.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.