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