@Generated(value={"Immutables.generator","_ListRoutesRequest"}) public final class ListRoutesRequest extends PaginatedRequest
_ListRoutesRequest.
Use the builder to create immutable instances:
ListRoutesRequest.builder().
| 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 |
getResultsPerPage()
The results per page
|
int |
hashCode()
Computes a hash code from attributes:
domainIds, hosts, organizationId, paths, orderDirection, page, resultsPerPage. |
String |
toString()
Prints the immutable value
ListRoutesRequest with attribute values. |
public String getOrganizationId()
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, orderDirection, page, resultsPerPage.public String toString()
ListRoutesRequest with attribute values.public static ListRoutesRequest.Builder builder()
ListRoutesRequest.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.