public class ConstellationResponse extends Object implements Serializable
| 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 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 © 2019. All Rights Reserved.