@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListSpaceDomainsResponse extends PaginatedResponse<DomainResource>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListSpaceDomainsResponse.Builder
Builds instances of type
ListSpaceDomainsResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListSpaceDomainsResponse.Builder |
builder()
Creates a builder for
ListSpaceDomainsResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListSpaceDomainsResponse that have equal attribute values. |
String |
getNextUrl()
The next url
|
String |
getPreviousUrl()
The previous url
|
List<DomainResource> |
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
ListSpaceDomainsResponse with attribute values. |
public String getNextUrl()
getNextUrl in class PaginatedResponse<DomainResource>public String getPreviousUrl()
getPreviousUrl in class PaginatedResponse<DomainResource>public List<DomainResource> getResources()
getResources in class PaginatedResponse<DomainResource>public Integer getTotalPages()
getTotalPages in class PaginatedResponse<DomainResource>public Integer getTotalResults()
getTotalResults in class PaginatedResponse<DomainResource>public boolean equals(Object another)
ListSpaceDomainsResponse that have equal attribute values.public int hashCode()
nextUrl, previousUrl, resources, totalPages, totalResults.public String toString()
ListSpaceDomainsResponse with attribute values.public static ListSpaceDomainsResponse.Builder builder()
ListSpaceDomainsResponse.
ListSpaceDomainsResponse.builder()
.nextUrl(String | null) // nullable nextUrl
.previousUrl(String | null) // nullable previousUrl
.resources(List<org.cloudfoundry.client.v2.domains.DomainResource> | null) // nullable resources
.totalPages(Integer | null) // nullable totalPages
.totalResults(Integer | null) // nullable totalResults
.build();
Copyright © 2020. All rights reserved.