@Generated(value="org.immutables.processor.ProxyProcessor") 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. |
String |
getLabelSelector()
The metadata query
|
List<String> |
getNames()
The names
|
String |
getOrderBy()
The order by
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, labelSelector, names. |
String |
toString()
Prints the immutable value
ListStacksRequest with attribute values. |
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic String getLabelSelector()
public boolean equals(Object another)
ListStacksRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, labelSelector, names.public String toString()
ListStacksRequest with attribute values.public static ListStacksRequest.Builder builder()
ListStacksRequest.
ListStacksRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.labelSelector(String | null) // nullable labelSelector
.name|addAllNames(String) // names elements
.build();
Copyright © 2022. All rights reserved.