@Generated(value={"Immutables.generator","_ListRouteApplicationsResponse"}) public final class ListRouteApplicationsResponse extends PaginatedResponse<ApplicationResource>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListRouteApplicationsResponse.Builder
Builds instances of type
ListRouteApplicationsResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListRouteApplicationsResponse.Builder |
builder()
Creates a builder for
ListRouteApplicationsResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListRouteApplicationsResponse that have equal attribute values. |
String |
getNextUrl()
The next url
|
String |
getPreviousUrl()
The previous url
|
List<ApplicationResource> |
getResources()
The resources
|
Integer |
getTotalPages()
The total pages
|
Integer |
getTotalResults()
The total results
|
int |
hashCode()
Computes a hash code from attributes:
nextUrl, previousUrl, resources, totalPages, totalResults. |
String |
toString()
Prints the immutable value
ListRouteApplicationsResponse with attribute values. |
public String getNextUrl()
getNextUrl in class PaginatedResponse<ApplicationResource>public String getPreviousUrl()
getPreviousUrl in class PaginatedResponse<ApplicationResource>public List<ApplicationResource> getResources()
getResources in class PaginatedResponse<ApplicationResource>public Integer getTotalPages()
getTotalPages in class PaginatedResponse<ApplicationResource>public Integer getTotalResults()
getTotalResults in class PaginatedResponse<ApplicationResource>public boolean equals(Object another)
ListRouteApplicationsResponse that have equal attribute values.public int hashCode()
nextUrl, previousUrl, resources, totalPages, totalResults.public String toString()
ListRouteApplicationsResponse with attribute values.public static ListRouteApplicationsResponse.Builder builder()
ListRouteApplicationsResponse.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.