@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListAuditEventsResponse extends PaginatedResponse<AuditEventResource>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListAuditEventsResponse.Builder
Builds instances of type
ListAuditEventsResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListAuditEventsResponse.Builder |
builder()
Creates a builder for
ListAuditEventsResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListAuditEventsResponse that have equal attribute values. |
Pagination |
getPagination()
The pagination
|
List<AuditEventResource> |
getResources()
The resources
|
int |
hashCode()
Computes a hash code from attributes:
pagination, resources. |
String |
toString()
Prints the immutable value
ListAuditEventsResponse with attribute values. |
public Pagination getPagination()
getPagination in class PaginatedResponse<AuditEventResource>public List<AuditEventResource> getResources()
getResources in class PaginatedResponse<AuditEventResource>public boolean equals(Object another)
ListAuditEventsResponse that have equal attribute values.public int hashCode()
pagination, resources.public String toString()
ListAuditEventsResponse with attribute values.public static ListAuditEventsResponse.Builder builder()
ListAuditEventsResponse.
ListAuditEventsResponse.builder()
.pagination(org.cloudfoundry.client.v3.Pagination | null) // nullable pagination
.resources(List<AuditEventResource> | null) // nullable resources
.build();
Copyright © 2020. All rights reserved.