@Generated(value="org.immutables.processor.ProxyProcessor") 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.
SummaryOrganizationResponse.builder()
.id(String | null) // nullable id
.name(String | null) // nullable name
.spaces(List<OrganizationSpaceSummary> | null) // nullable spaces
.status(String | null) // nullable status
.build();
Copyright © 2020. All rights reserved.