@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. |
String |
getApplicationId()
The application id
|
OrderDirection |
getOrderDirection()
The order direction
|
Integer |
getPage()
The page
|
Integer |
getResultsPerPage()
The results per page
|
String |
getRouteId()
The route id
|
int |
hashCode()
Computes a hash code from attributes:
applicationId , routeId , orderDirection , page , resultsPerPage . |
String |
toString()
Prints the immutable value
ListRouteMappingsRequest with attribute values. |
public String getApplicationId()
public String getRouteId()
public OrderDirection getOrderDirection()
getOrderDirection
in class PaginatedRequest
public Integer getPage()
getPage
in class PaginatedRequest
public Integer getResultsPerPage()
getResultsPerPage
in class PaginatedRequest
public boolean equals(Object another)
ListRouteMappingsRequest
that have equal attribute values.public int hashCode()
applicationId
, routeId
, orderDirection
, page
, resultsPerPage
.public String toString()
ListRouteMappingsRequest
with attribute values.public static ListRouteMappingsRequest.Builder builder()
ListRouteMappingsRequest
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.