@Generated(value="org.immutables.processor.ProxyProcessor") public final class RestageApplicationResponse extends AbstractRestageApplicationResource
| Modifier and Type | Class and Description |
|---|---|
static class |
RestageApplicationResponse.Builder
Builds instances of type
RestageApplicationResponse. |
| Modifier and Type | Method and Description |
|---|---|
static RestageApplicationResponse.Builder |
builder()
Creates a builder for
RestageApplicationResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
RestageApplicationResponse that have equal attribute values. |
RestageApplicationEntity |
getEntity()
The resource's entity
|
Metadata |
getMetadata()
The resource's metadata
|
int |
hashCode()
Computes a hash code from attributes:
entity, metadata. |
String |
toString()
Prints the immutable value
RestageApplicationResponse with attribute values. |
public RestageApplicationEntity getEntity()
getEntity in class Resource<RestageApplicationEntity>public Metadata getMetadata()
getMetadata in class Resource<RestageApplicationEntity>public boolean equals(Object another)
RestageApplicationResponse that have equal attribute values.public int hashCode()
entity, metadata.public String toString()
RestageApplicationResponse with attribute values.public static RestageApplicationResponse.Builder builder()
RestageApplicationResponse.
RestageApplicationResponse.builder()
.entity(org.cloudfoundry.client.v2.applications.RestageApplicationEntity | null) // nullable entity
.metadata(org.cloudfoundry.client.v2.Metadata | null) // nullable metadata
.build();
Copyright © 2020. All rights reserved.