@Generated(value="org.immutables.processor.ProxyProcessor") 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:
orderBy, page, perPage, applicationId, current, dropletIds, states. |
String |
toString()
Prints the immutable value
ListApplicationDropletsRequest with attribute values. |
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic String getApplicationId()
public Boolean getCurrent()
public List<DropletState> getStates()
public boolean equals(Object another)
ListApplicationDropletsRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, applicationId, current, dropletIds, states.public String toString()
ListApplicationDropletsRequest with attribute values.public static ListApplicationDropletsRequest.Builder builder()
ListApplicationDropletsRequest.
ListApplicationDropletsRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.applicationId(String) // required applicationId
.current(Boolean | null) // nullable current
.dropletId|addAllDropletIds(String) // dropletIds elements
.state|addAllStates(org.cloudfoundry.client.v3.droplets.DropletState) // states elements
.build();
Copyright © 2020. All rights reserved.