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