public class SystemPlanet extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ASTEROID_BELTS |
static String |
SERIALIZED_NAME_MOONS |
static String |
SERIALIZED_NAME_PLANET_ID |
| Constructor and Description |
|---|
SystemPlanet() |
| Modifier and Type | Method and Description |
|---|---|
SystemPlanet |
addAsteroidBeltsItem(Integer asteroidBeltsItem) |
SystemPlanet |
addMoonsItem(Integer moonsItem) |
SystemPlanet |
asteroidBelts(List<Integer> asteroidBelts) |
boolean |
equals(Object o) |
List<Integer> |
getAsteroidBelts()
asteroid_belts array
|
List<Integer> |
getMoons()
moons array
|
Integer |
getPlanetId()
planet_id integer
|
int |
hashCode() |
SystemPlanet |
moons(List<Integer> moons) |
SystemPlanet |
planetId(Integer planetId) |
void |
setAsteroidBelts(List<Integer> asteroidBelts) |
void |
setMoons(List<Integer> moons) |
void |
setPlanetId(Integer planetId) |
String |
toString() |
public static final String SERIALIZED_NAME_ASTEROID_BELTS
public static final String SERIALIZED_NAME_MOONS
public static final String SERIALIZED_NAME_PLANET_ID
public SystemPlanet asteroidBelts(List<Integer> asteroidBelts)
public SystemPlanet addAsteroidBeltsItem(Integer asteroidBeltsItem)
@Nullable public List<Integer> getAsteroidBelts()
public SystemPlanet moons(List<Integer> moons)
public SystemPlanet addMoonsItem(Integer moonsItem)
public SystemPlanet planetId(Integer planetId)
public Integer getPlanetId()
public void setPlanetId(Integer planetId)
Copyright © 2021. All Rights Reserved.