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