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