@Generated(value={"Immutables.generator","_ListDomainsResponse"}) 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. |
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
ListDomainsResponse 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)
ListDomainsResponse that have equal attribute values.public int hashCode()
nextUrl, previousUrl, resources, totalPages, totalResults.public String toString()
ListDomainsResponse with attribute values.public static ListDomainsResponse.Builder builder()
ListDomainsResponse.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.