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