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