@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListSpaceRoutesRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListSpaceRoutesRequest.Builder
Builds instances of type
ListSpaceRoutesRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListSpaceRoutesRequest.Builder |
builder()
Creates a builder for
ListSpaceRoutesRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListSpaceRoutesRequest that have equal attribute values. |
List<String> |
getDomainIds()
The domain ids
|
List<String> |
getHosts()
The hosts
|
OrderDirection |
getOrderDirection()
The order direction
|
Integer |
getPage()
The page
|
List<String> |
getPaths()
The paths
|
Integer |
getResultsPerPage()
The results per page
|
String |
getSpaceId()
The space id
|
int |
hashCode()
Computes a hash code from attributes:
orderDirection, page, resultsPerPage, domainIds, hosts, paths, spaceId. |
String |
toString()
Prints the immutable value
ListSpaceRoutesRequest with attribute values. |
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic String getSpaceId()
public boolean equals(Object another)
ListSpaceRoutesRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, domainIds, hosts, paths, spaceId.public String toString()
ListSpaceRoutesRequest with attribute values.public static ListSpaceRoutesRequest.Builder builder()
ListSpaceRoutesRequest.
ListSpaceRoutesRequest.builder()
.orderDirection(org.cloudfoundry.client.v2.OrderDirection | null) // nullable orderDirection
.page(Integer | null) // nullable page
.resultsPerPage(Integer | null) // nullable resultsPerPage
.domainIds(List<String> | null) // nullable domainIds
.hosts(List<String> | null) // nullable hosts
.paths(List<String> | null) // nullable paths
.spaceId(String) // required spaceId
.build();
Copyright © 2020. All rights reserved.