@Generated(value={"Immutables.generator","_ListRouteApplicationsRequest"}) public final class ListRouteApplicationsRequest extends PaginatedRequest
| 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. |
String |
getApplicationId()
The application id
|
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:
applicationId, diego, names, organizationIds, routeId, spaceIds, stackIds, orderDirection, page, resultsPerPage. |
String |
toString()
Prints the immutable value
ListRouteApplicationsRequest with attribute values. |
public String getApplicationId()
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()
applicationId, diego, names, organizationIds, routeId, spaceIds, stackIds, orderDirection, page, resultsPerPage.public String toString()
ListRouteApplicationsRequest with attribute values.public static ListRouteApplicationsRequest.Builder builder()
ListRouteApplicationsRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.