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