@Generated(value={"Immutables.generator","_DomainEntity"}) 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. |
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:
name, owningOrganizationId, owningOrganizationUrl, routerGroupId, routerGroupType, sharedOrganizations, spacesUrl. |
String |
toString()
Prints the immutable value
DomainEntity with attribute values. |
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()
name, owningOrganizationId, owningOrganizationUrl, routerGroupId, routerGroupType, sharedOrganizations, spacesUrl.public String toString()
DomainEntity with attribute values.public static DomainEntity.Builder builder()
DomainEntity.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.