@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListServiceUsageEventsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListServiceUsageEventsRequest.Builder
Builds instances of type
ListServiceUsageEventsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListServiceUsageEventsRequest.Builder |
builder()
Creates a builder for
ListServiceUsageEventsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListServiceUsageEventsRequest that have equal attribute values. |
String |
getAfterServiceUsageEventId()
The after service usage event id: Restrict results to Service Usage Events after the one with the given id
|
OrderDirection |
getOrderDirection()
The order direction
|
Integer |
getPage()
The page
|
Integer |
getResultsPerPage()
The results per page
|
List<String> |
getServiceIds()
The service ids
|
List<String> |
getServiceInstanceTypes()
The service instance types
|
int |
hashCode()
Computes a hash code from attributes:
orderDirection, page, resultsPerPage, afterServiceUsageEventId, serviceIds, serviceInstanceTypes. |
String |
toString()
Prints the immutable value
ListServiceUsageEventsRequest with attribute values. |
public OrderDirection getOrderDirection()
getOrderDirection in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getResultsPerPage()
getResultsPerPage in class PaginatedRequestpublic String getAfterServiceUsageEventId()
public boolean equals(Object another)
ListServiceUsageEventsRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, afterServiceUsageEventId, serviceIds, serviceInstanceTypes.public String toString()
ListServiceUsageEventsRequest with attribute values.public static ListServiceUsageEventsRequest.Builder builder()
ListServiceUsageEventsRequest.
ListServiceUsageEventsRequest.builder()
.orderDirection(org.cloudfoundry.client.v2.OrderDirection | null) // nullable orderDirection
.page(Integer | null) // nullable page
.resultsPerPage(Integer | null) // nullable resultsPerPage
.afterServiceUsageEventId(String | null) // nullable afterServiceUsageEventId
.serviceIds(List<String> | null) // nullable serviceIds
.serviceInstanceTypes(List<String> | null) // nullable serviceInstanceTypes
.build();
Copyright © 2020. All rights reserved.