@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateApplicationResponse extends AbstractApplicationResource
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateApplicationResponse.Builder
Builds instances of type
CreateApplicationResponse. |
| Modifier and Type | Method and Description |
|---|---|
static CreateApplicationResponse.Builder |
builder()
Creates a builder for
CreateApplicationResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateApplicationResponse that have equal attribute values. |
ApplicationEntity |
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
CreateApplicationResponse with attribute values. |
public ApplicationEntity getEntity()
getEntity in class Resource<ApplicationEntity>public Metadata getMetadata()
getMetadata in class Resource<ApplicationEntity>public boolean equals(Object another)
CreateApplicationResponse that have equal attribute values.public int hashCode()
entity, metadata.public String toString()
CreateApplicationResponse with attribute values.public static CreateApplicationResponse.Builder builder()
CreateApplicationResponse.
CreateApplicationResponse.builder()
.entity(org.cloudfoundry.client.v2.applications.ApplicationEntity | null) // nullable entity
.metadata(org.cloudfoundry.client.v2.Metadata | null) // nullable metadata
.build();
Copyright © 2020. All rights reserved.