@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListSpaceApplicationsResponse extends PaginatedResponse<ApplicationResource>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListSpaceApplicationsResponse.Builder
Builds instances of type
ListSpaceApplicationsResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListSpaceApplicationsResponse.Builder |
builder()
Creates a builder for
ListSpaceApplicationsResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListSpaceApplicationsResponse 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
ListSpaceApplicationsResponse 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)
ListSpaceApplicationsResponse that have equal attribute values.public int hashCode()
nextUrl, previousUrl, resources, totalPages, totalResults.public String toString()
ListSpaceApplicationsResponse with attribute values.public static ListSpaceApplicationsResponse.Builder builder()
ListSpaceApplicationsResponse.
ListSpaceApplicationsResponse.builder()
.nextUrl(String | null) // nullable nextUrl
.previousUrl(String | null) // nullable previousUrl
.resources(List<org.cloudfoundry.client.v2.applications.ApplicationResource> | null) // nullable resources
.totalPages(Integer | null) // nullable totalPages
.totalResults(Integer | null) // nullable totalResults
.build();
Copyright © 2020. All rights reserved.