@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListIsolationSegmentsRequest extends PaginatedRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ListIsolationSegmentsRequest.Builder
Builds instances of type
ListIsolationSegmentsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ListIsolationSegmentsRequest.Builder |
builder()
Creates a builder for
ListIsolationSegmentsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListIsolationSegmentsRequest that have equal attribute values. |
List<String> |
getIsolationSegmentIds()
The ids
|
List<String> |
getNames()
The names
|
String |
getOrderBy()
The order by
|
List<String> |
getOrganizationIds()
The organization ids
|
Integer |
getPage()
The page
|
Integer |
getPerPage()
The results per page
|
int |
hashCode()
Computes a hash code from attributes:
orderBy, page, perPage, isolationSegmentIds, names, organizationIds. |
String |
toString()
Prints the immutable value
ListIsolationSegmentsRequest with attribute values. |
public String getOrderBy()
getOrderBy in class PaginatedRequestpublic Integer getPage()
getPage in class PaginatedRequestpublic Integer getPerPage()
getPerPage in class PaginatedRequestpublic boolean equals(Object another)
ListIsolationSegmentsRequest that have equal attribute values.public int hashCode()
orderBy, page, perPage, isolationSegmentIds, names, organizationIds.public String toString()
ListIsolationSegmentsRequest with attribute values.public static ListIsolationSegmentsRequest.Builder builder()
ListIsolationSegmentsRequest.
ListIsolationSegmentsRequest.builder()
.orderBy(String | null) // nullable orderBy
.page(Integer | null) // nullable page
.perPage(Integer | null) // nullable perPage
.isolationSegmentId|addAllIsolationSegmentIds(String) // isolationSegmentIds elements
.name|addAllNames(String) // names elements
.organizationId|addAllOrganizationIds(String) // organizationIds elements
.build();
Copyright © 2020. All rights reserved.