public final class Domain extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Domain.DomainBuilder |
static class |
Domain.Status
The statuses of domains
|
| Modifier and Type | Method and Description |
|---|---|
static Domain.DomainBuilder |
builder() |
boolean |
equals(Object o) |
String |
getId()
The id of the domain
|
String |
getName()
The name of the domain
|
Domain.Status |
getStatus()
The status of the domain indicating shared or private domain
|
int |
hashCode() |
String |
toString() |
@Generated(value="lombok") public static Domain.DomainBuilder builder()
@Generated(value="lombok") public String getId()
@Generated(value="lombok") public String getName()
@Generated(value="lombok") public Domain.Status getStatus()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.