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