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