@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListIsolationSegmentsResponse extends PaginatedResponse<IsolationSegmentResource>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListIsolationSegmentsResponse.Builder
Builds instances of type
ListIsolationSegmentsResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListIsolationSegmentsResponse.Builder |
builder()
Creates a builder for
ListIsolationSegmentsResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListIsolationSegmentsResponse that have equal attribute values. |
Pagination |
getPagination()
The pagination
|
List<IsolationSegmentResource> |
getResources()
The resources
|
int |
hashCode()
Computes a hash code from attributes:
pagination, resources. |
String |
toString()
Prints the immutable value
ListIsolationSegmentsResponse with attribute values. |
public Pagination getPagination()
getPagination in class PaginatedResponse<IsolationSegmentResource>public List<IsolationSegmentResource> getResources()
getResources in class PaginatedResponse<IsolationSegmentResource>public boolean equals(Object another)
ListIsolationSegmentsResponse that have equal attribute values.public int hashCode()
pagination, resources.public String toString()
ListIsolationSegmentsResponse with attribute values.public static ListIsolationSegmentsResponse.Builder builder()
ListIsolationSegmentsResponse.
ListIsolationSegmentsResponse.builder()
.pagination(org.cloudfoundry.client.v3.Pagination | null) // nullable pagination
.resources(List<IsolationSegmentResource> | null) // nullable resources
.build();
Copyright © 2020. All rights reserved.