@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListUserProvidedServiceInstanceRoutesRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListUserProvidedServiceInstanceRoutesRequest.Builder
Builds instances of type
ListUserProvidedServiceInstanceRoutesRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListUserProvidedServiceInstanceRoutesRequest.Builder |
builder()
Creates a builder for
ListUserProvidedServiceInstanceRoutesRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListUserProvidedServiceInstanceRoutesRequest that have equal attribute values. |
List<String> |
getDomainId()
The domain id
|
List<String> |
getHost()
The host
|
OrderDirection |
getOrderDirection()
The order direction
|
List<String> |
getOrganizationId()
The organization id
|
Integer |
getPage()
The page
|
List<String> |
getPath()
The path
|
List<String> |
getPort()
The port
|
Integer |
getResultsPerPage()
The results per page
|
String |
getUserProvidedServiceInstanceId()
The user provided service instance id
|
int |
hashCode()
Computes a hash code from attributes:
orderDirection, page, resultsPerPage, domainId, host, organizationId, path, port, userProvidedServiceInstanceId. |
String |
toString()
Prints the immutable value
ListUserProvidedServiceInstanceRoutesRequest with attribute values. |
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic String getUserProvidedServiceInstanceId()
public boolean equals(Object another)
ListUserProvidedServiceInstanceRoutesRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, domainId, host, organizationId, path, port, userProvidedServiceInstanceId.public String toString()
ListUserProvidedServiceInstanceRoutesRequest with attribute values.public static ListUserProvidedServiceInstanceRoutesRequest.Builder builder()
ListUserProvidedServiceInstanceRoutesRequest.
ListUserProvidedServiceInstanceRoutesRequest.builder()
.orderDirection(org.cloudfoundry.client.v2.OrderDirection | null) // nullable orderDirection
.page(Integer | null) // nullable page
.resultsPerPage(Integer | null) // nullable resultsPerPage
.domainId(List<String> | null) // nullable domainId
.host(List<String> | null) // nullable host
.organizationId(List<String> | null) // nullable organizationId
.path(List<String> | null) // nullable path
.port(List<String> | null) // nullable port
.userProvidedServiceInstanceId(String) // required userProvidedServiceInstanceId
.build();
Copyright © 2020. All rights reserved.