@Generated(value={"Immutables.generator","_OrganizationDetail"}) public final class OrganizationDetail extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrganizationDetail.Builder
Builds instances of type
OrganizationDetail. |
| Modifier and Type | Method and Description |
|---|---|
static OrganizationDetail.Builder |
builder()
Creates a builder for
OrganizationDetail. |
boolean |
equals(Object another)
This instance is equal to all instances of
OrganizationDetail that have equal attribute values. |
List<String> |
getDomains()
The domains bound to this organization
|
String |
getId()
The id
|
String |
getName()
The name
|
OrganizationQuota |
getQuota()
The organization quota
|
List<SpaceQuota> |
getSpaceQuotas()
The space quota of the organizations quota
|
List<String> |
getSpaces()
The spaces in this organization
|
int |
hashCode()
Computes a hash code from attributes:
domains, id, name, quota, spaceQuotas, spaces. |
String |
toString()
Prints the immutable value
OrganizationDetail with attribute values. |
public String getId()
public String getName()
public OrganizationQuota getQuota()
public List<SpaceQuota> getSpaceQuotas()
public boolean equals(Object another)
OrganizationDetail that have equal attribute values.public int hashCode()
domains, id, name, quota, spaceQuotas, spaces.public String toString()
OrganizationDetail with attribute values.public static OrganizationDetail.Builder builder()
OrganizationDetail.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.