@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListServiceInstanceRoutesRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListServiceInstanceRoutesRequest.Builder
Builds instances of type
ListServiceInstanceRoutesRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListServiceInstanceRoutesRequest.Builder |
builder()
Creates a builder for
ListServiceInstanceRoutesRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListServiceInstanceRoutesRequest 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 |
getServiceInstanceId()
The service instance id
|
int |
hashCode()
Computes a hash code from attributes:
orderDirection, page, resultsPerPage, domainId, host, organizationId, path, port, serviceInstanceId. |
String |
toString()
Prints the immutable value
ListServiceInstanceRoutesRequest with attribute values. |
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic String getServiceInstanceId()
public boolean equals(Object another)
ListServiceInstanceRoutesRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, domainId, host, organizationId, path, port, serviceInstanceId.public String toString()
ListServiceInstanceRoutesRequest with attribute values.public static ListServiceInstanceRoutesRequest.Builder builder()
ListServiceInstanceRoutesRequest.
ListServiceInstanceRoutesRequest.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
.serviceInstanceId(String) // required serviceInstanceId
.build();
Copyright © 2020. All rights reserved.