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