@Generated(value={"Immutables.generator","_ListApplicationUsageEventsResponse"}) public final class ListApplicationUsageEventsResponse extends PaginatedResponse<ApplicationUsageEventResource>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListApplicationUsageEventsResponse.Builder
Builds instances of type
ListApplicationUsageEventsResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListApplicationUsageEventsResponse.Builder |
builder()
Creates a builder for
ListApplicationUsageEventsResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListApplicationUsageEventsResponse that have equal attribute values. |
String |
getNextUrl()
The next url
|
String |
getPreviousUrl()
The previous url
|
List<ApplicationUsageEventResource> |
getResources()
The resources
|
Integer |
getTotalPages()
The total pages
|
Integer |
getTotalResults()
The total results
|
int |
hashCode()
Computes a hash code from attributes:
nextUrl, previousUrl, resources, totalPages, totalResults. |
String |
toString()
Prints the immutable value
ListApplicationUsageEventsResponse with attribute values. |
public String getNextUrl()
getNextUrl in class PaginatedResponse<ApplicationUsageEventResource>public String getPreviousUrl()
getPreviousUrl in class PaginatedResponse<ApplicationUsageEventResource>public List<ApplicationUsageEventResource> getResources()
getResources in class PaginatedResponse<ApplicationUsageEventResource>public Integer getTotalPages()
getTotalPages in class PaginatedResponse<ApplicationUsageEventResource>public Integer getTotalResults()
getTotalResults in class PaginatedResponse<ApplicationUsageEventResource>public boolean equals(Object another)
ListApplicationUsageEventsResponse that have equal attribute values.public int hashCode()
nextUrl, previousUrl, resources, totalPages, totalResults.public String toString()
ListApplicationUsageEventsResponse with attribute values.public static ListApplicationUsageEventsResponse.Builder builder()
ListApplicationUsageEventsResponse.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.