public class UniverseIdsSystem extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
| Constructor and Description |
|---|
UniverseIdsSystem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getId()
id integer
|
String |
getName()
name string
|
int |
hashCode() |
UniverseIdsSystem |
id(Integer id) |
UniverseIdsSystem |
name(String name) |
void |
setId(Integer id) |
void |
setName(String name) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public UniverseIdsSystem id(Integer id)
public void setId(Integer id)
public UniverseIdsSystem name(String name)
public void setName(String name)
Copyright © 2023. All Rights Reserved.