@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListEventsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListEventsRequest.Builder
Builds instances of type
ListEventsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListEventsRequest.Builder |
builder()
Creates a builder for
ListEventsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListEventsRequest that have equal attribute values. |
List<String> |
getActees()
The actees
|
OrderDirection |
getOrderDirection()
The order direction
|
List<String> |
getOrganizationIds()
The organization ids
|
Integer |
getPage()
The page
|
Integer |
getResultsPerPage()
The results per page
|
List<String> |
getSpaceIds()
The space ids
|
List<String> |
getTimestamps()
The timestamps
|
List<String> |
getTypes()
The types
|
int |
hashCode()
Computes a hash code from attributes:
orderDirection, page, resultsPerPage, actees, organizationIds, spaceIds, timestamps, types. |
String |
toString()
Prints the immutable value
ListEventsRequest 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)
ListEventsRequest that have equal attribute values.public int hashCode()
orderDirection, page, resultsPerPage, actees, organizationIds, spaceIds, timestamps, types.public String toString()
ListEventsRequest with attribute values.public static ListEventsRequest.Builder builder()
ListEventsRequest.
ListEventsRequest.builder()
.orderDirection(org.cloudfoundry.client.v2.OrderDirection | null) // nullable orderDirection
.page(Integer | null) // nullable page
.resultsPerPage(Integer | null) // nullable resultsPerPage
.actees(List<String> | null) // nullable actees
.organizationIds(List<String> | null) // nullable organizationIds
.spaceIds(List<String> | null) // nullable spaceIds
.timestamps(List<String> | null) // nullable timestamps
.types(List<String> | null) // nullable types
.build();
Copyright © 2020. All rights reserved.