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