@Generated(value={"Immutables.generator","_ListRoutesRequest"}) 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> |
getDomainIds()
The domain ids
|
List<String> |
getHosts()
The hosts
|
OrderDirection |
getOrderDirection()
The order direction
|
String |
getOrganizationId()
The organization ids
|
Integer |
getPage()
The page
|
List<String> |
getPaths()
The paths
|
Integer |
getPort()
The port
|
Integer |
getResultsPerPage()
The results per page
|
int |
hashCode()
Computes a hash code from attributes:
domainIds, hosts, organizationId, paths, port, orderDirection, page, resultsPerPage. |
String |
toString()
Prints the immutable value
ListRoutesRequest with attribute values. |
public String getOrganizationId()
public Integer getPort()
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic boolean equals(Object another)
ListRoutesRequest that have equal attribute values.public int hashCode()
domainIds, hosts, organizationId, paths, port, orderDirection, page, resultsPerPage.public String toString()
ListRoutesRequest with attribute values.public static ListRoutesRequest.Builder builder()
ListRoutesRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.