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