@Generated(value="org.immutables.processor.ProxyProcessor") public final class UnshareDomainRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UnshareDomainRequest.Builder
Builds instances of type
UnshareDomainRequest. |
| Modifier and Type | Method and Description |
|---|---|
static UnshareDomainRequest.Builder |
builder()
Creates a builder for
UnshareDomainRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
UnshareDomainRequest 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
UnshareDomainRequest with attribute values. |
public String getDomain()
public String getOrganization()
public boolean equals(Object another)
UnshareDomainRequest that have equal attribute values.public int hashCode()
domain, organization.public String toString()
UnshareDomainRequest with attribute values.public static UnshareDomainRequest.Builder builder()
UnshareDomainRequest.
UnshareDomainRequest.builder()
.domain(String) // required domain
.organization(String) // required organization
.build();
Copyright © 2019. All rights reserved.