@Generated(value={"Immutables.generator","_CreateDomainRequest"}) public final class CreateDomainRequest extends Object
_CreateDomainRequest
.
Use the builder to create immutable instances:
CreateDomainRequest.builder()
.
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. |
String |
getDomain()
The domain name
|
String |
getOrganization()
The organization name of the domain
|
int |
hashCode()
Computes a hash code from attributes:
domain , organization . |
String |
toString()
Prints the immutable value
CreateDomainRequest with attribute values. |
public String getDomain()
public String getOrganization()
public boolean equals(Object another)
CreateDomainRequest
that have equal attribute values.public int hashCode()
domain
, organization
.public String toString()
CreateDomainRequest
with attribute values.public static CreateDomainRequest.Builder builder()
CreateDomainRequest
.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.