@Generated(value={"Immutables.generator","_ListClientsResponse"}) public final class ListClientsResponse extends PaginatedResponse<Client>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListClientsResponse.Builder
Builds instances of type
ListClientsResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListClientsResponse.Builder |
builder()
Creates a builder for
ListClientsResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListClientsResponse that have equal attribute values. |
Integer |
getItemsPerPage()
The itemsPerPage
|
List<Client> |
getResources()
The resources
|
List<String> |
getSchemas()
The schemas
|
Integer |
getStartIndex()
The startIndex
|
Integer |
getTotalResults()
The total results
|
int |
hashCode()
Computes a hash code from attributes:
itemsPerPage, resources, schemas, startIndex, totalResults. |
String |
toString()
Prints the immutable value
ListClientsResponse with attribute values. |
public Integer getItemsPerPage()
getItemsPerPage in class PaginatedResponse<Client>public List<Client> getResources()
getResources in class PaginatedResponse<Client>public List<String> getSchemas()
getSchemas in class PaginatedResponse<Client>public Integer getStartIndex()
getStartIndex in class PaginatedResponse<Client>public Integer getTotalResults()
getTotalResults in class PaginatedResponse<Client>public boolean equals(Object another)
ListClientsResponse that have equal attribute values.public int hashCode()
itemsPerPage, resources, schemas, startIndex, totalResults.public String toString()
ListClientsResponse with attribute values.public static ListClientsResponse.Builder builder()
ListClientsResponse.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.