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