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