@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 ids
|
List<String> |
getHosts()
The hosts
|
OrderDirection |
getOrderDirection()
The order direction
|
Integer |
getPage()
The page
|
List<String> |
getPaths()
The paths
|
List<Integer> |
getPorts()
The ports
|
Integer |
getResultsPerPage()
The results per page
|
int |
hashCode()
Computes a hash code from attributes:
orderDirection, page, resultsPerPage, applicationId, domainIds, hosts, paths, ports. |
String |
toString()
Prints the immutable value
ListApplicationRoutesRequest with attribute values. |
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic String getApplicationId()
public boolean equals(Object another)
ListApplicationRoutesRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, applicationId, domainIds, hosts, paths, ports.public String toString()
ListApplicationRoutesRequest with attribute values.public static ListApplicationRoutesRequest.Builder builder()
ListApplicationRoutesRequest.
ListApplicationRoutesRequest.builder()
.orderDirection(org.cloudfoundry.client.v2.OrderDirection | null) // nullable orderDirection
.page(Integer | null) // nullable page
.resultsPerPage(Integer | null) // nullable resultsPerPage
.applicationId(String) // required applicationId
.domainIds(List<String> | null) // nullable domainIds
.hosts(List<String> | null) // nullable hosts
.paths(List<String> | null) // nullable paths
.ports(List<Integer> | null) // nullable ports
.build();
Copyright © 2020. All rights reserved.