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