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