@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListServiceServicePlansRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListServiceServicePlansRequest.Builder
Builds instances of type
ListServiceServicePlansRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListServiceServicePlansRequest.Builder |
builder()
Creates a builder for
ListServiceServicePlansRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListServiceServicePlansRequest 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
|
String |
getServiceId()
The service id
|
List<String> |
getServiceInstanceIds()
The service instance ids
|
int |
hashCode()
Computes a hash code from attributes:
orderDirection, page, resultsPerPage, active, serviceId, serviceInstanceIds. |
String |
toString()
Prints the immutable value
ListServiceServicePlansRequest with attribute values. |
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic Boolean getActive()
public String getServiceId()
public boolean equals(Object another)
ListServiceServicePlansRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, active, serviceId, serviceInstanceIds.public String toString()
ListServiceServicePlansRequest with attribute values.public static ListServiceServicePlansRequest.Builder builder()
ListServiceServicePlansRequest.
ListServiceServicePlansRequest.builder()
.orderDirection(org.cloudfoundry.client.v2.OrderDirection | null) // nullable orderDirection
.page(Integer | null) // nullable page
.resultsPerPage(Integer | null) // nullable resultsPerPage
.active(Boolean | null) // nullable active
.serviceId(String) // required serviceId
.serviceInstanceIds(List<String> | null) // nullable serviceInstanceIds
.build();
Copyright © 2020. All rights reserved.