public final class AppSpace
extends Object
| Constructor and Description |
|---|
AppSpace(Long id,
String name)
Creates a new
AppSpace instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
The Space ID.
|
String |
getName()
The Space name.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"id","name"})
public AppSpace(Long id,
String name)
AppSpace instance.id - The Space ID.name - The Space name.public Long getId()
public String getName()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object