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