Package net.troja.eve.esi.model
Class CharacterLocationResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CharacterLocationResponse
-
- All Implemented Interfaces:
Serializable
public class CharacterLocationResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_SOLAR_SYSTEM_IDstatic StringSERIALIZED_NAME_STATION_IDstatic StringSERIALIZED_NAME_STRUCTURE_ID
-
Constructor Summary
Constructors Constructor Description CharacterLocationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetSolarSystemId()solar_system_id integerIntegergetStationId()station_id integerLonggetStructureId()structure_id integerinthashCode()voidsetSolarSystemId(Integer solarSystemId)voidsetStationId(Integer stationId)voidsetStructureId(Long structureId)CharacterLocationResponsesolarSystemId(Integer solarSystemId)CharacterLocationResponsestationId(Integer stationId)CharacterLocationResponsestructureId(Long structureId)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_SOLAR_SYSTEM_ID
public static final String SERIALIZED_NAME_SOLAR_SYSTEM_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATION_ID
public static final String SERIALIZED_NAME_STATION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STRUCTURE_ID
public static final String SERIALIZED_NAME_STRUCTURE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
solarSystemId
public CharacterLocationResponse solarSystemId(Integer solarSystemId)
-
getSolarSystemId
public Integer getSolarSystemId()
solar_system_id integer- Returns:
- solarSystemId
-
setSolarSystemId
public void setSolarSystemId(Integer solarSystemId)
-
stationId
public CharacterLocationResponse stationId(Integer stationId)
-
setStationId
public void setStationId(Integer stationId)
-
structureId
public CharacterLocationResponse structureId(Long structureId)
-
setStructureId
public void setStructureId(Long structureId)
-
-