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