@Generated(value={"Immutables.generator","_ListSpacesRequest"}) public final class ListSpacesRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListSpacesRequest.Builder
Builds instances of type
ListSpacesRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListSpacesRequest.Builder |
builder()
Creates a builder for
ListSpacesRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListSpacesRequest that have equal attribute values. |
List<String> |
getNames()
The names
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
int |
hashCode()
Computes a hash code from attributes:
names, page, perPage. |
String |
toString()
Prints the immutable value
ListSpacesRequest with attribute values. |
public Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic boolean equals(Object another)
ListSpacesRequest that have equal attribute values.public int hashCode()
names, page, perPage.public String toString()
ListSpacesRequest with attribute values.public static ListSpacesRequest.Builder builder()
ListSpacesRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.