Package net.troja.eve.esi.model
Class SystemPlanet
- java.lang.Object
-
- net.troja.eve.esi.model.SystemPlanet
-
- All Implemented Interfaces:
Serializable
public class SystemPlanet extends Object implements Serializable
planet object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ASTEROID_BELTSstatic StringSERIALIZED_NAME_MOONSstatic StringSERIALIZED_NAME_PLANET_ID
-
Constructor Summary
Constructors Constructor Description SystemPlanet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemPlanetaddAsteroidBeltsItem(Integer asteroidBeltsItem)SystemPlanetaddMoonsItem(Integer moonsItem)SystemPlanetasteroidBelts(List<Integer> asteroidBelts)booleanequals(Object o)List<Integer>getAsteroidBelts()asteroid_belts arrayList<Integer>getMoons()moons arrayIntegergetPlanetId()planet_id integerinthashCode()SystemPlanetmoons(List<Integer> moons)SystemPlanetplanetId(Integer planetId)voidsetAsteroidBelts(List<Integer> asteroidBelts)voidsetMoons(List<Integer> moons)voidsetPlanetId(Integer planetId)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ASTEROID_BELTS
public static final String SERIALIZED_NAME_ASTEROID_BELTS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MOONS
public static final String SERIALIZED_NAME_MOONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PLANET_ID
public static final String SERIALIZED_NAME_PLANET_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
asteroidBelts
public SystemPlanet asteroidBelts(List<Integer> asteroidBelts)
-
addAsteroidBeltsItem
public SystemPlanet addAsteroidBeltsItem(Integer asteroidBeltsItem)
-
getAsteroidBelts
@Nullable public List<Integer> getAsteroidBelts()
asteroid_belts array- Returns:
- asteroidBelts
-
moons
public SystemPlanet moons(List<Integer> moons)
-
addMoonsItem
public SystemPlanet addMoonsItem(Integer moonsItem)
-
planetId
public SystemPlanet planetId(Integer planetId)
-
getPlanetId
public Integer getPlanetId()
planet_id integer- Returns:
- planetId
-
setPlanetId
public void setPlanetId(Integer planetId)
-
-