@Generated(value="org.immutables.processor.ProxyProcessor") public final class SpaceSummary extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SpaceSummary.Builder
Builds instances of type
SpaceSummary. |
| Modifier and Type | Method and Description |
|---|---|
static SpaceSummary.Builder |
builder()
Creates a builder for
SpaceSummary. |
boolean |
equals(Object another)
This instance is equal to all instances of
SpaceSummary that have equal attribute values. |
String |
getId()
The id
|
String |
getName()
The name
|
int |
hashCode()
Computes a hash code from attributes:
id, name. |
String |
toString()
Prints the immutable value
SpaceSummary with attribute values. |
public String getId()
public String getName()
public boolean equals(Object another)
SpaceSummary that have equal attribute values.public int hashCode()
id, name.public String toString()
SpaceSummary with attribute values.public static SpaceSummary.Builder builder()
SpaceSummary.Copyright © 2018. All rights reserved.