public final class SpaceDetail extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SpaceDetail.SecurityGroup |
static class |
SpaceDetail.SpaceDetailBuilder |
| Modifier and Type | Method and Description |
|---|---|
static SpaceDetail.SpaceDetailBuilder |
builder() |
boolean |
equals(Object o) |
List<String> |
getApplications()
The applications
|
List<String> |
getDomains()
The domains
|
String |
getId()
The id
|
String |
getName()
The name
|
String |
getOrganization()
The organization
|
List<SpaceDetail.SecurityGroup> |
getSecurityGroups()
The security groups
|
List<String> |
getServices()
The services
|
Optional<SpaceQuota> |
getSpaceQuota()
The space quota
|
int |
hashCode() |
String |
toString() |
@Generated(value="lombok") public static SpaceDetail.SpaceDetailBuilder builder()
@Generated(value="lombok") public List<String> getApplications()
@Generated(value="lombok") public List<String> getDomains()
@Generated(value="lombok") public String getId()
@Generated(value="lombok") public String getName()
@Generated(value="lombok") public String getOrganization()
@Generated(value="lombok") public List<SpaceDetail.SecurityGroup> getSecurityGroups()
@Generated(value="lombok") public List<String> getServices()
@Generated(value="lombok") public Optional<SpaceQuota> getSpaceQuota()
@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.