@Generated(value={"Immutables.generator","_ListGroupsResponse"}) public final class ListGroupsResponse extends PaginatedResponse<Group>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListGroupsResponse.Builder
Builds instances of type
ListGroupsResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListGroupsResponse.Builder |
builder()
Creates a builder for
ListGroupsResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListGroupsResponse that have equal attribute values. |
Integer |
getItemsPerPage()
The itemsPerPage
|
List<Group> |
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
ListGroupsResponse with attribute values. |
public Integer getItemsPerPage()
getItemsPerPage in class PaginatedResponse<Group>public List<Group> getResources()
getResources in class PaginatedResponse<Group>public List<String> getSchemas()
getSchemas in class PaginatedResponse<Group>public Integer getStartIndex()
getStartIndex in class PaginatedResponse<Group>public Integer getTotalResults()
getTotalResults in class PaginatedResponse<Group>public boolean equals(Object another)
ListGroupsResponse that have equal attribute values.public int hashCode()
itemsPerPage, resources, schemas, startIndex, totalResults.public String toString()
ListGroupsResponse with attribute values.public static ListGroupsResponse.Builder builder()
ListGroupsResponse.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.