@Generated(value="org.immutables.processor.ProxyProcessor") public final class DeleteDomainRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteDomainRequest.Builder
Builds instances of type
DeleteDomainRequest. |
| Modifier and Type | Method and Description |
|---|---|
static DeleteDomainRequest.Builder |
builder()
Creates a builder for
DeleteDomainRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
DeleteDomainRequest that have equal attribute values. |
String |
getDomainId()
The domain id
|
int |
hashCode()
Computes a hash code from attributes:
domainId. |
String |
toString()
Prints the immutable value
DeleteDomainRequest with attribute values. |
public String getDomainId()
public boolean equals(Object another)
DeleteDomainRequest that have equal attribute values.public int hashCode()
domainId.public String toString()
DeleteDomainRequest with attribute values.public static DeleteDomainRequest.Builder builder()
DeleteDomainRequest.
DeleteDomainRequest.builder()
.domainId(String) // required domainId
.build();
Copyright © 2020. All rights reserved.