@Generated(value={"Immutables.generator","_ListServicesRequest"}) public final class ListServicesRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListServicesRequest.Builder
Builds instances of type
ListServicesRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListServicesRequest.Builder |
builder()
Creates a builder for
ListServicesRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListServicesRequest that have equal attribute values. |
Boolean |
getActive()
The active flag
|
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
|
int |
hashCode()
Computes a hash code from attributes:
active, labels, providers, serviceBrokerIds, orderDirection, page, resultsPerPage. |
String |
toString()
Prints the immutable value
ListServicesRequest with attribute values. |
public Boolean getActive()
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic boolean equals(Object another)
ListServicesRequest that have equal attribute values.public int hashCode()
active, labels, providers, serviceBrokerIds, orderDirection, page, resultsPerPage.public String toString()
ListServicesRequest with attribute values.public static ListServicesRequest.Builder builder()
ListServicesRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.