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