@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateDomainRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateDomainRequest.Builder
Builds instances of type
CreateDomainRequest. |
| Modifier and Type | Method and Description |
|---|---|
static CreateDomainRequest.Builder |
builder()
Creates a builder for
CreateDomainRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateDomainRequest that have equal attribute values. |
Boolean |
getInternal()
Whether this is an internal domain
|
Metadata |
getMetadata()
The metadata
|
String |
getName()
The name
|
DomainRelationships |
getRelationships()
The relationships
|
int |
hashCode()
Computes a hash code from attributes:
internal, metadata, name, relationships. |
String |
toString()
Prints the immutable value
CreateDomainRequest with attribute values. |
public Boolean getInternal()
public Metadata getMetadata()
public String getName()
public DomainRelationships getRelationships()
public boolean equals(Object another)
CreateDomainRequest that have equal attribute values.public int hashCode()
internal, metadata, name, relationships.public String toString()
CreateDomainRequest with attribute values.public static CreateDomainRequest.Builder builder()
CreateDomainRequest.
CreateDomainRequest.builder()
.internal(Boolean | null) // nullable internal
.metadata(org.cloudfoundry.client.v3.Metadata | null) // nullable metadata
.name(String) // required name
.relationships(org.cloudfoundry.client.v3.domains.DomainRelationships | null) // nullable relationships
.build();
Copyright © 2020. All rights reserved.