Package net.troja.eve.esi.model
Class CharacterPlanetResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CharacterPlanetResponse
-
- All Implemented Interfaces:
Serializable
public class CharacterPlanetResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_LINKSstatic StringSERIALIZED_NAME_PINSstatic StringSERIALIZED_NAME_ROUTES
-
Constructor Summary
Constructors Constructor Description CharacterPlanetResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharacterPlanetResponseaddLinksItem(PlanetLink linksItem)CharacterPlanetResponseaddPinsItem(PlanetPin pinsItem)CharacterPlanetResponseaddRoutesItem(PlanetRoute routesItem)booleanequals(Object o)List<PlanetLink>getLinks()links arrayList<PlanetPin>getPins()pins arrayList<PlanetRoute>getRoutes()routes arrayinthashCode()CharacterPlanetResponselinks(List<PlanetLink> links)CharacterPlanetResponsepins(List<PlanetPin> pins)CharacterPlanetResponseroutes(List<PlanetRoute> routes)voidsetLinks(List<PlanetLink> links)voidsetPins(List<PlanetPin> pins)voidsetRoutes(List<PlanetRoute> routes)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_LINKS
public static final String SERIALIZED_NAME_LINKS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PINS
public static final String SERIALIZED_NAME_PINS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ROUTES
public static final String SERIALIZED_NAME_ROUTES
- See Also:
- Constant Field Values
-
-
Method Detail
-
links
public CharacterPlanetResponse links(List<PlanetLink> links)
-
addLinksItem
public CharacterPlanetResponse addLinksItem(PlanetLink linksItem)
-
getLinks
public List<PlanetLink> getLinks()
links array- Returns:
- links
-
setLinks
public void setLinks(List<PlanetLink> links)
-
pins
public CharacterPlanetResponse pins(List<PlanetPin> pins)
-
addPinsItem
public CharacterPlanetResponse addPinsItem(PlanetPin pinsItem)
-
routes
public CharacterPlanetResponse routes(List<PlanetRoute> routes)
-
addRoutesItem
public CharacterPlanetResponse addRoutesItem(PlanetRoute routesItem)
-
getRoutes
public List<PlanetRoute> getRoutes()
routes array- Returns:
- routes
-
setRoutes
public void setRoutes(List<PlanetRoute> routes)
-
-