@Generated(value="org.immutables.processor.ProxyProcessor") 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:
orderDirection, page, resultsPerPage, applicationId, diego, names, organizationIds, routeId, spaceIds, stackIds. |
String |
toString()
Prints the immutable value
ListRouteApplicationsRequest with attribute values. |
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic String getApplicationId()
public Boolean getDiego()
public String getRouteId()
public boolean equals(Object another)
ListRouteApplicationsRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, applicationId, diego, names, organizationIds, routeId, spaceIds, stackIds.public String toString()
ListRouteApplicationsRequest with attribute values.public static ListRouteApplicationsRequest.Builder builder()
ListRouteApplicationsRequest.
ListRouteApplicationsRequest.builder()
.orderDirection(org.cloudfoundry.client.v2.OrderDirection | null) // nullable orderDirection
.page(Integer | null) // nullable page
.resultsPerPage(Integer | null) // nullable resultsPerPage
.applicationId(String | null) // nullable applicationId
.diego(Boolean | null) // nullable diego
.names(List<String> | null) // nullable names
.organizationIds(List<String> | null) // nullable organizationIds
.routeId(String) // required routeId
.spaceIds(List<String> | null) // nullable spaceIds
.stackIds(List<String> | null) // nullable stackIds
.build();
Copyright © 2020. All rights reserved.