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