@Generated(value={"Immutables.generator","_ListServiceInstancesRequest"}) public final class ListServiceInstancesRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListServiceInstancesRequest.Builder
Builds instances of type
ListServiceInstancesRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListServiceInstancesRequest.Builder |
builder()
Creates a builder for
ListServiceInstancesRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListServiceInstancesRequest that have equal attribute values. |
List<String> |
getGatewayNames()
The gateway names
|
List<String> |
getNames()
The names
|
OrderDirection |
getOrderDirection()
The order direction
|
List<String> |
getOrganizationIds()
The organization ids
|
Integer |
getPage()
The page
|
Integer |
getResultsPerPage()
The results per page
|
List<String> |
getServiceBindingIds()
The service binding ids
|
List<String> |
getServiceKeyIds()
The service key ids
|
List<String> |
getServicePlanIds()
The service plan ids
|
List<String> |
getSpaceIds()
The space ids
|
int |
hashCode()
Computes a hash code from attributes:
gatewayNames, names, organizationIds, serviceBindingIds, serviceKeyIds, servicePlanIds, spaceIds, orderDirection, page, resultsPerPage. |
String |
toString()
Prints the immutable value
ListServiceInstancesRequest 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)
ListServiceInstancesRequest that have equal attribute values.public int hashCode()
gatewayNames, names, organizationIds, serviceBindingIds, serviceKeyIds, servicePlanIds, spaceIds, orderDirection, page, resultsPerPage.public String toString()
ListServiceInstancesRequest with attribute values.public static ListServiceInstancesRequest.Builder builder()
ListServiceInstancesRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.