@Generated(value={"Immutables.generator","_ListEventsRequest"}) 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
|
Integer |
getPage()
The page
|
Integer |
getResultsPerPage()
The results per page
|
List<String> |
getTimestamps()
The timestamps
|
List<String> |
getTypes()
The types
|
int |
hashCode()
Computes a hash code from attributes:
actees, timestamps, types, orderDirection, page, resultsPerPage. |
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()
actees, timestamps, types, orderDirection, page, resultsPerPage.public String toString()
ListEventsRequest with attribute values.public static ListEventsRequest.Builder builder()
ListEventsRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.