@Generated(value={"Immutables.generator","_ListSpaceServicesRequest"}) public final class ListSpaceServicesRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListSpaceServicesRequest.Builder
Builds instances of type
ListSpaceServicesRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListSpaceServicesRequest.Builder |
builder()
Creates a builder for
ListSpaceServicesRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListSpaceServicesRequest that have equal attribute values. |
List<String> |
getActives()
The actives
|
List<String> |
getLabels()
The labels
|
OrderDirection |
getOrderDirection()
The order direction
|
Integer |
getPage()
The page
|
List<String> |
getProviders()
The providers
|
Integer |
getResultsPerPage()
The results per page
|
List<String> |
getServiceBrokerIds()
The service broker ids
|
String |
getSpaceId()
The space id
|
int |
hashCode()
Computes a hash code from attributes:
actives, labels, providers, serviceBrokerIds, spaceId, orderDirection, page, resultsPerPage. |
String |
toString()
Prints the immutable value
ListSpaceServicesRequest with attribute values. |
public String getSpaceId()
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic boolean equals(Object another)
ListSpaceServicesRequest that have equal attribute values.public int hashCode()
actives, labels, providers, serviceBrokerIds, spaceId, orderDirection, page, resultsPerPage.public String toString()
ListSpaceServicesRequest with attribute values.public static ListSpaceServicesRequest.Builder builder()
ListSpaceServicesRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.