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