@Generated(value={"Immutables.generator","_ListIsolationSegmentsRequest"}) 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:
isolationSegmentIds , names , organizationIds , orderBy , page , perPage . |
String |
toString()
Prints the immutable value
ListIsolationSegmentsRequest with attribute values. |
public String getOrderBy()
getOrderBy
in class PaginatedRequest
public Integer getPage()
getPage
in class PaginatedRequest
public Integer getPerPage()
getPerPage
in class PaginatedRequest
public boolean equals(Object another)
ListIsolationSegmentsRequest
that have equal attribute values.public int hashCode()
isolationSegmentIds
, names
, organizationIds
, orderBy
, page
, perPage
.public String toString()
ListIsolationSegmentsRequest
with attribute values.public static ListIsolationSegmentsRequest.Builder builder()
ListIsolationSegmentsRequest
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.