@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListDeploymentsResponse extends PaginatedResponse<DeploymentResource>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListDeploymentsResponse.Builder
Builds instances of type
ListDeploymentsResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListDeploymentsResponse.Builder |
builder()
Creates a builder for
ListDeploymentsResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListDeploymentsResponse that have equal attribute values. |
Pagination |
getPagination()
The pagination
|
List<DeploymentResource> |
getResources()
The resources
|
int |
hashCode()
Computes a hash code from attributes:
pagination, resources. |
String |
toString()
Prints the immutable value
ListDeploymentsResponse with attribute values. |
public Pagination getPagination()
getPagination in class PaginatedResponse<DeploymentResource>public List<DeploymentResource> getResources()
getResources in class PaginatedResponse<DeploymentResource>public boolean equals(Object another)
ListDeploymentsResponse that have equal attribute values.public int hashCode()
pagination, resources.public String toString()
ListDeploymentsResponse with attribute values.public static ListDeploymentsResponse.Builder builder()
ListDeploymentsResponse.
ListDeploymentsResponse.builder()
.pagination(org.cloudfoundry.client.v3.Pagination | null) // nullable pagination
.resources(List<DeploymentResource> | null) // nullable resources
.build();
Copyright © 2020. All rights reserved.