@Generated(value={"Immutables.generator","_ListSharedDomainsResponse"}) public final class ListSharedDomainsResponse extends PaginatedResponse<SharedDomainResource>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListSharedDomainsResponse.Builder
Builds instances of type
ListSharedDomainsResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListSharedDomainsResponse.Builder |
builder()
Creates a builder for
ListSharedDomainsResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListSharedDomainsResponse that have equal attribute values. |
String |
getNextUrl()
The next url
|
String |
getPreviousUrl()
The previous url
|
List<SharedDomainResource> |
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
ListSharedDomainsResponse with attribute values. |
public String getNextUrl()
getNextUrl in class PaginatedResponse<SharedDomainResource>public String getPreviousUrl()
getPreviousUrl in class PaginatedResponse<SharedDomainResource>public List<SharedDomainResource> getResources()
getResources in class PaginatedResponse<SharedDomainResource>public Integer getTotalPages()
getTotalPages in class PaginatedResponse<SharedDomainResource>public Integer getTotalResults()
getTotalResults in class PaginatedResponse<SharedDomainResource>public boolean equals(Object another)
ListSharedDomainsResponse that have equal attribute values.public int hashCode()
nextUrl, previousUrl, resources, totalPages, totalResults.public String toString()
ListSharedDomainsResponse with attribute values.public static ListSharedDomainsResponse.Builder builder()
ListSharedDomainsResponse.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.