Package net.troja.eve.esi.model
Class SystemResponse
- java.lang.Object
-
- net.troja.eve.esi.model.SystemResponse
-
- All Implemented Interfaces:
Serializable
public class SystemResponse 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_PLANETSstatic StringSERIALIZED_NAME_POSITIONstatic StringSERIALIZED_NAME_SECURITY_CLASSstatic StringSERIALIZED_NAME_SECURITY_STATUSstatic StringSERIALIZED_NAME_STAR_IDstatic StringSERIALIZED_NAME_STARGATESstatic StringSERIALIZED_NAME_STATIONSstatic StringSERIALIZED_NAME_SYSTEM_ID
-
Constructor Summary
Constructors Constructor Description SystemResponse()
-
Method Summary
-
-
-
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_PLANETS
public static final String SERIALIZED_NAME_PLANETS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_POSITION
public static final String SERIALIZED_NAME_POSITION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SECURITY_CLASS
public static final String SERIALIZED_NAME_SECURITY_CLASS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SECURITY_STATUS
public static final String SERIALIZED_NAME_SECURITY_STATUS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STAR_ID
public static final String SERIALIZED_NAME_STAR_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STARGATES
public static final String SERIALIZED_NAME_STARGATES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATIONS
public static final String SERIALIZED_NAME_STATIONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SYSTEM_ID
public static final String SERIALIZED_NAME_SYSTEM_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
constellationId
public SystemResponse constellationId(Integer constellationId)
-
getConstellationId
public Integer getConstellationId()
The constellation this solar system is in- Returns:
- constellationId
-
setConstellationId
public void setConstellationId(Integer constellationId)
-
name
public SystemResponse name(String name)
-
getName
public String getName()
name string- Returns:
- name
-
setName
public void setName(String name)
-
planets
public SystemResponse planets(List<SystemPlanet> planets)
-
addPlanetsItem
public SystemResponse addPlanetsItem(SystemPlanet planetsItem)
-
getPlanets
@Nullable public List<SystemPlanet> getPlanets()
planets array- Returns:
- planets
-
setPlanets
public void setPlanets(List<SystemPlanet> planets)
-
position
public SystemResponse position(Position position)
-
getPosition
public Position getPosition()
Get position- Returns:
- position
-
setPosition
public void setPosition(Position position)
-
securityClass
public SystemResponse securityClass(String securityClass)
-
getSecurityClass
@Nullable public String getSecurityClass()
security_class string- Returns:
- securityClass
-
setSecurityClass
public void setSecurityClass(String securityClass)
-
securityStatus
public SystemResponse securityStatus(Float securityStatus)
-
getSecurityStatus
public Float getSecurityStatus()
security_status number- Returns:
- securityStatus
-
setSecurityStatus
public void setSecurityStatus(Float securityStatus)
-
starId
public SystemResponse starId(Integer starId)
-
setStarId
public void setStarId(Integer starId)
-
stargates
public SystemResponse stargates(List<Integer> stargates)
-
addStargatesItem
public SystemResponse addStargatesItem(Integer stargatesItem)
-
stations
public SystemResponse stations(List<Integer> stations)
-
addStationsItem
public SystemResponse addStationsItem(Integer stationsItem)
-
systemId
public SystemResponse systemId(Integer systemId)
-
getSystemId
public Integer getSystemId()
system_id integer- Returns:
- systemId
-
setSystemId
public void setSystemId(Integer systemId)
-
-