@Generated(value={"Immutables.generator","_ListApplicationRoutesRequest"}) 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:
applicationId, domainIds, hosts, paths, ports, orderDirection, page, resultsPerPage. |
String |
toString()
Prints the immutable value
ListApplicationRoutesRequest with attribute values. |
public String getApplicationId()
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic boolean equals(Object another)
ListApplicationRoutesRequest that have equal attribute values.public int hashCode()
applicationId, domainIds, hosts, paths, ports, orderDirection, page, resultsPerPage.public String toString()
ListApplicationRoutesRequest with attribute values.public static ListApplicationRoutesRequest.Builder builder()
ListApplicationRoutesRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.