@Generated(value={"Immutables.generator","_Domain"}) 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 of the domain
|
String |
getName()
The name of the domain
|
Status |
getStatus()
The status of the domain indicating shared or private ('owned')
|
String |
getType()
The type of the domain
|
int |
hashCode()
Computes a hash code from attributes:
id, name, status, type. |
String |
toString()
Prints the immutable value
Domain with attribute values. |
public String getId()
public String getName()
public Status getStatus()
public String getType()
public boolean equals(Object another)
Domain that have equal attribute values.public int hashCode()
id, name, status, type.public String toString()
Domain with attribute values.public static Domain.Builder builder()
Domain.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.