@Generated(value={"Immutables.generator","_ListRouteApplicationsRequest"}) public final class ListRouteApplicationsRequest extends PaginatedRequest
_ListRouteApplicationsRequest.
Use the builder to create immutable instances:
ListRouteApplicationsRequest.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
ListRouteApplicationsRequest.Builder
Builds instances of type
ListRouteApplicationsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListRouteApplicationsRequest.Builder |
builder()
Creates a builder for
ListRouteApplicationsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListRouteApplicationsRequest that have equal attribute values. |
Boolean |
getDiego()
The diego flag
|
List<String> |
getNames()
The names
|
OrderDirection |
getOrderDirection()
The order direction
|
List<String> |
getOrganizationIds()
The organization ids
|
Integer |
getPage()
The page
|
Integer |
getResultsPerPage()
The results per page
|
String |
getRouteId()
The route id
|
List<String> |
getSpaceIds()
The space ids
|
List<String> |
getStackIds()
The stack ids
|
int |
hashCode()
Computes a hash code from attributes:
diego, names, organizationIds, routeId, spaceIds, stackIds, orderDirection, page, resultsPerPage. |
String |
toString()
Prints the immutable value
ListRouteApplicationsRequest with attribute values. |
public Boolean getDiego()
public String getRouteId()
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic boolean equals(Object another)
ListRouteApplicationsRequest that have equal attribute values.public int hashCode()
diego, names, organizationIds, routeId, spaceIds, stackIds, orderDirection, page, resultsPerPage.public String toString()
ListRouteApplicationsRequest with attribute values.public static ListRouteApplicationsRequest.Builder builder()
ListRouteApplicationsRequest.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.