@Generated(value={"Immutables.generator","_SpaceDetail"}) public final class SpaceDetail extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SpaceDetail.Builder
Builds instances of type
SpaceDetail. |
| Modifier and Type | Method and Description |
|---|---|
static SpaceDetail.Builder |
builder()
Creates a builder for
SpaceDetail. |
boolean |
equals(Object another)
This instance is equal to all instances of
SpaceDetail that have equal attribute values. |
List<String> |
getApplications()
The applications
|
List<String> |
getDomains()
The domains
|
String |
getId()
The id
|
String |
getName()
The name
|
String |
getOrganization()
The organization
|
List<SecurityGroup> |
getSecurityGroups()
The security groups
|
List<String> |
getServices()
The services
|
Optional<SpaceQuota> |
getSpaceQuota()
The space quota
|
int |
hashCode()
Computes a hash code from attributes:
applications, domains, id, name, organization, securityGroups, services, spaceQuota. |
String |
toString()
Prints the immutable value
SpaceDetail with attribute values. |
public String getId()
public String getName()
public String getOrganization()
public List<SecurityGroup> getSecurityGroups()
public Optional<SpaceQuota> getSpaceQuota()
public boolean equals(Object another)
SpaceDetail that have equal attribute values.public int hashCode()
applications, domains, id, name, organization, securityGroups, services, spaceQuota.public String toString()
SpaceDetail with attribute values.public static SpaceDetail.Builder builder()
SpaceDetail.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.