public class ConstellationResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CONSTELLATION_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_POSITION |
static String |
SERIALIZED_NAME_REGION_ID |
static String |
SERIALIZED_NAME_SYSTEMS |
| Constructor and Description |
|---|
ConstellationResponse() |
| Modifier and Type | Method and Description |
|---|---|
ConstellationResponse |
addSystemsItem(Integer systemsItem) |
ConstellationResponse |
constellationId(Integer constellationId) |
boolean |
equals(Object o) |
Integer |
getConstellationId()
constellation_id integer
|
String |
getName()
name string
|
Position |
getPosition()
Get position
|
Integer |
getRegionId()
The region this constellation is in
|
List<Integer> |
getSystems()
systems array
|
int |
hashCode() |
ConstellationResponse |
name(String name) |
ConstellationResponse |
position(Position position) |
ConstellationResponse |
regionId(Integer regionId) |
void |
setConstellationId(Integer constellationId) |
void |
setName(String name) |
void |
setPosition(Position position) |
void |
setRegionId(Integer regionId) |
void |
setSystems(List<Integer> systems) |
ConstellationResponse |
systems(List<Integer> systems) |
String |
toString() |
public static final String SERIALIZED_NAME_CONSTELLATION_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_POSITION
public static final String SERIALIZED_NAME_REGION_ID
public static final String SERIALIZED_NAME_SYSTEMS
public ConstellationResponse constellationId(Integer constellationId)
public Integer getConstellationId()
public void setConstellationId(Integer constellationId)
public ConstellationResponse name(String name)
public String getName()
public void setName(String name)
public ConstellationResponse position(Position position)
public Position getPosition()
public void setPosition(Position position)
public ConstellationResponse regionId(Integer regionId)
public Integer getRegionId()
public void setRegionId(Integer regionId)
public ConstellationResponse systems(List<Integer> systems)
public ConstellationResponse addSystemsItem(Integer systemsItem)
Copyright © 2020. All Rights Reserved.