@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. |
Boolean |
getAsync()
Whether to delete asynchronously
|
String |
getDomainId()
The domain id
|
int |
hashCode()
Computes a hash code from attributes:
async, domainId. |
String |
toString()
Prints the immutable value
DeleteDomainRequest with attribute values. |
public Boolean getAsync()
public String getDomainId()
public boolean equals(Object another)
DeleteDomainRequest that have equal attribute values.public int hashCode()
async, domainId.public String toString()
DeleteDomainRequest with attribute values.public static DeleteDomainRequest.Builder builder()
DeleteDomainRequest.
DeleteDomainRequest.builder()
.async(Boolean | null) // nullable async
.domainId(String) // required domainId
.build();
Copyright © 2020. All rights reserved.