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