@Generated(value={"Immutables.generator","_ListServicePlansResponse"}) public final class ListServicePlansResponse extends PaginatedResponse<ServicePlanResource>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListServicePlansResponse.Builder
Builds instances of type
ListServicePlansResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListServicePlansResponse.Builder |
builder()
Creates a builder for
ListServicePlansResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListServicePlansResponse that have equal attribute values. |
String |
getNextUrl()
The next url
|
String |
getPreviousUrl()
The previous url
|
List<ServicePlanResource> |
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
ListServicePlansResponse with attribute values. |
public String getNextUrl()
getNextUrl in class PaginatedResponse<ServicePlanResource>public String getPreviousUrl()
getPreviousUrl in class PaginatedResponse<ServicePlanResource>public List<ServicePlanResource> getResources()
getResources in class PaginatedResponse<ServicePlanResource>public Integer getTotalPages()
getTotalPages in class PaginatedResponse<ServicePlanResource>public Integer getTotalResults()
getTotalResults in class PaginatedResponse<ServicePlanResource>public boolean equals(Object another)
ListServicePlansResponse that have equal attribute values.public int hashCode()
nextUrl, previousUrl, resources, totalPages, totalResults.public String toString()
ListServicePlansResponse with attribute values.public static ListServicePlansResponse.Builder builder()
ListServicePlansResponse.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.