@Generated(value="org.immutables.processor.ProxyProcessor") public final class Domains extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Domains.Builder
Builds instances of type
Domains. |
| Modifier and Type | Method and Description |
|---|---|
static Domains.Builder |
builder()
Creates a builder for
Domains. |
boolean |
equals(Object another)
This instance is equal to all instances of
Domains that have equal attribute values. |
Integer |
getTotalDomains()
Total number of domains that can be scoped to an organization
|
int |
hashCode()
Computes a hash code from attributes:
totalDomains. |
String |
toString()
Prints the immutable value
Domains with attribute values. |
public Integer getTotalDomains()
public boolean equals(Object another)
Domains that have equal attribute values.public int hashCode()
totalDomains.public String toString()
Domains with attribute values.public static Domains.Builder builder()
Domains.
Domains.builder()
.totalDomains(Integer | null) // nullable totalDomains
.build();
Copyright © 2026. All rights reserved.