@Generated(value="org.immutables.processor.ProxyProcessor") public final class Domain extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Domain.Builder
Builds instances of type
Domain. |
| Modifier and Type | Method and Description |
|---|---|
static Domain.Builder |
builder()
Creates a builder for
Domain. |
boolean |
equals(Object another)
This instance is equal to all instances of
Domain that have equal attribute values. |
String |
getId()
The id
|
Boolean |
getInternal()
Whether this is an internal domain
|
String |
getName()
The name
|
String |
getOwningOrganizationId()
The owning organization id
|
String |
getRouterGroupId()
The router group id
|
String |
getRouterGroupType()
The router group type
|
int |
hashCode()
Computes a hash code from attributes:
id, internal, name, owningOrganizationId, routerGroupId, routerGroupType. |
String |
toString()
Prints the immutable value
Domain with attribute values. |
public String getId()
public Boolean getInternal()
public String getName()
public String getOwningOrganizationId()
public String getRouterGroupId()
public String getRouterGroupType()
public boolean equals(Object another)
Domain that have equal attribute values.public int hashCode()
id, internal, name, owningOrganizationId, routerGroupId, routerGroupType.public String toString()
Domain with attribute values.public static Domain.Builder builder()
Domain.
Domain.builder()
.id(String | null) // nullable id
.internal(Boolean | null) // nullable internal
.name(String | null) // nullable name
.owningOrganizationId(String | null) // nullable owningOrganizationId
.routerGroupId(String | null) // nullable routerGroupId
.routerGroupType(String | null) // nullable routerGroupType
.build();
Copyright © 2020. All rights reserved.