@Generated(value={"Immutables.generator","_ListApplicationDropletsRequest"}) public final class ListApplicationDropletsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListApplicationDropletsRequest.Builder
Builds instances of type
ListApplicationDropletsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListApplicationDropletsRequest.Builder |
builder()
Creates a builder for
ListApplicationDropletsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListApplicationDropletsRequest that have equal attribute values. |
String |
getApplicationId()
The application id
|
Boolean |
getCurrent()
Whether to only include the droplet current assigned to the app
|
List<String> |
getDropletIds()
The droplet ids
|
String |
getOrderBy()
The order by
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
List<DropletState> |
getStates()
The states
|
int |
hashCode()
Computes a hash code from attributes:
applicationId, current, dropletIds, states, orderBy, page, perPage. |
String |
toString()
Prints the immutable value
ListApplicationDropletsRequest with attribute values. |
public String getApplicationId()
public Boolean getCurrent()
public List<DropletState> getStates()
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic boolean equals(Object another)
ListApplicationDropletsRequest that have equal attribute values.public int hashCode()
applicationId, current, dropletIds, states, orderBy, page, perPage.public String toString()
ListApplicationDropletsRequest with attribute values.public static ListApplicationDropletsRequest.Builder builder()
ListApplicationDropletsRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.