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