@Generated(value={"Immutables.generator","_ListPackagesResponse"}) public final class ListPackagesResponse extends PaginatedResponse<PackageResource>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListPackagesResponse.Builder
Builds instances of type
ListPackagesResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListPackagesResponse.Builder |
builder()
Creates a builder for
ListPackagesResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListPackagesResponse that have equal attribute values. |
Pagination |
getPagination()
The pagination
|
List<PackageResource> |
getResources()
The resources
|
int |
hashCode()
Computes a hash code from attributes:
pagination, resources. |
String |
toString()
Prints the immutable value
ListPackagesResponse with attribute values. |
public Pagination getPagination()
getPagination in class PaginatedResponse<PackageResource>public List<PackageResource> getResources()
getResources in class PaginatedResponse<PackageResource>public boolean equals(Object another)
ListPackagesResponse that have equal attribute values.public int hashCode()
pagination, resources.public String toString()
ListPackagesResponse with attribute values.public static ListPackagesResponse.Builder builder()
ListPackagesResponse.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.