@Generated(value={"Immutables.generator","_ListRouteMappingsRequest"}) public final class ListRouteMappingsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListRouteMappingsRequest.Builder
Builds instances of type
ListRouteMappingsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListRouteMappingsRequest.Builder |
builder()
Creates a builder for
ListRouteMappingsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListRouteMappingsRequest that have equal attribute values. |
List<String> |
getApplicationIds()
The ids of the applications
|
OrderDirection |
getOrderDirection()
The order direction
|
Integer |
getPage()
The page
|
Integer |
getResultsPerPage()
The results per page
|
List<String> |
getRouteIds()
The ids of the routes
|
int |
hashCode()
Computes a hash code from attributes:
applicationIds, routeIds, orderDirection, page, resultsPerPage. |
String |
toString()
Prints the immutable value
ListRouteMappingsRequest with attribute values. |
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic boolean equals(Object another)
ListRouteMappingsRequest that have equal attribute values.public int hashCode()
applicationIds, routeIds, orderDirection, page, resultsPerPage.public String toString()
ListRouteMappingsRequest with attribute values.public static ListRouteMappingsRequest.Builder builder()
ListRouteMappingsRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.