Package net.troja.eve.esi.model
Class ConstellationResponse
- java.lang.Object
-
- net.troja.eve.esi.model.ConstellationResponse
-
- All Implemented Interfaces:
Serializable
public class ConstellationResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CONSTELLATION_IDstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_POSITIONstatic StringSERIALIZED_NAME_REGION_IDstatic StringSERIALIZED_NAME_SYSTEMS
-
Constructor Summary
Constructors Constructor Description ConstellationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstellationResponseaddSystemsItem(Integer systemsItem)ConstellationResponseconstellationId(Integer constellationId)booleanequals(Object o)IntegergetConstellationId()constellation_id integerStringgetName()name stringPositiongetPosition()Get positionIntegergetRegionId()The region this constellation is inList<Integer>getSystems()systems arrayinthashCode()ConstellationResponsename(String name)ConstellationResponseposition(Position position)ConstellationResponseregionId(Integer regionId)voidsetConstellationId(Integer constellationId)voidsetName(String name)voidsetPosition(Position position)voidsetRegionId(Integer regionId)voidsetSystems(List<Integer> systems)ConstellationResponsesystems(List<Integer> systems)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CONSTELLATION_ID
public static final String SERIALIZED_NAME_CONSTELLATION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_POSITION
public static final String SERIALIZED_NAME_POSITION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REGION_ID
public static final String SERIALIZED_NAME_REGION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SYSTEMS
public static final String SERIALIZED_NAME_SYSTEMS
- See Also:
- Constant Field Values
-
-
Method Detail
-
constellationId
public ConstellationResponse constellationId(Integer constellationId)
-
getConstellationId
public Integer getConstellationId()
constellation_id integer- Returns:
- constellationId
-
setConstellationId
public void setConstellationId(Integer constellationId)
-
name
public ConstellationResponse name(String name)
-
getName
public String getName()
name string- Returns:
- name
-
setName
public void setName(String name)
-
position
public ConstellationResponse position(Position position)
-
getPosition
public Position getPosition()
Get position- Returns:
- position
-
setPosition
public void setPosition(Position position)
-
regionId
public ConstellationResponse regionId(Integer regionId)
-
getRegionId
public Integer getRegionId()
The region this constellation is in- Returns:
- regionId
-
setRegionId
public void setRegionId(Integer regionId)
-
systems
public ConstellationResponse systems(List<Integer> systems)
-
addSystemsItem
public ConstellationResponse addSystemsItem(Integer systemsItem)
-
-