@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListApplicationTasksRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListApplicationTasksRequest.Builder
Builds instances of type
ListApplicationTasksRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListApplicationTasksRequest.Builder |
builder()
Creates a builder for
ListApplicationTasksRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListApplicationTasksRequest that have equal attribute values. |
String |
getApplicationId()
The application id
|
List<String> |
getNames()
List of names to filter by
|
String |
getOrderBy()
The order by
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
List<String> |
getSequenceIds()
List of sequence ids to filter by
|
List<PackageState> |
getStates()
List of states to filter by
|
List<String> |
getTaskIds()
List of task ids to filter by
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, applicationId, names, sequenceIds, states, taskIds. |
String |
toString()
Prints the immutable value
ListApplicationTasksRequest 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 List<PackageState> getStates()
public boolean equals(Object another)
ListApplicationTasksRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, applicationId, names, sequenceIds, states, taskIds.public String toString()
ListApplicationTasksRequest with attribute values.public static ListApplicationTasksRequest.Builder builder()
ListApplicationTasksRequest.
ListApplicationTasksRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.applicationId(String) // required applicationId
.name|addAllNames(String) // names elements
.sequenceId|addAllSequenceIds(String) // sequenceIds elements
.state|addAllStates(org.cloudfoundry.client.v3.packages.PackageState) // states elements
.taskId|addAllTaskIds(String) // taskIds elements
.build();
Copyright © 2020. All rights reserved.