@Generated(value="org.immutables.processor.ProxyProcessor") 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. |
String |
getLabelSelector()
The metadata query
|
String |
getOrderBy()
The order by
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
List<String> |
getServiceInstanceNames()
The service instance names
|
List<String> |
getSpaceIds()
The space ids
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, labelSelector, serviceInstanceNames, spaceIds. |
String |
toString()
Prints the immutable value
ListServiceInstancesRequest with attribute values. |
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic String getLabelSelector()
public boolean equals(Object another)
ListServiceInstancesRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, labelSelector, serviceInstanceNames, spaceIds.public String toString()
ListServiceInstancesRequest with attribute values.public static ListServiceInstancesRequest.Builder builder()
ListServiceInstancesRequest.
ListServiceInstancesRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.labelSelector(String | null) // nullable labelSelector
.serviceInstanceName|addAllServiceInstanceNames(String) // serviceInstanceNames elements
.spaceId|addAllSpaceIds(String) // spaceIds elements
.build();
Copyright © 2020. All rights reserved.