Package net.troja.eve.esi.model
Class UniverseIdsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.UniverseIdsResponse
-
- All Implemented Interfaces:
Serializable
public class UniverseIdsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AGENTSstatic StringSERIALIZED_NAME_ALLIANCESstatic StringSERIALIZED_NAME_CHARACTERSstatic StringSERIALIZED_NAME_CONSTELLATIONSstatic StringSERIALIZED_NAME_CORPORATIONSstatic StringSERIALIZED_NAME_FACTIONSstatic StringSERIALIZED_NAME_INVENTORY_TYPESstatic StringSERIALIZED_NAME_REGIONSstatic StringSERIALIZED_NAME_STATIONSstatic StringSERIALIZED_NAME_SYSTEMS
-
Constructor Summary
Constructors Constructor Description UniverseIdsResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_AGENTS
public static final String SERIALIZED_NAME_AGENTS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ALLIANCES
public static final String SERIALIZED_NAME_ALLIANCES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CHARACTERS
public static final String SERIALIZED_NAME_CHARACTERS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONSTELLATIONS
public static final String SERIALIZED_NAME_CONSTELLATIONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CORPORATIONS
public static final String SERIALIZED_NAME_CORPORATIONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FACTIONS
public static final String SERIALIZED_NAME_FACTIONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_INVENTORY_TYPES
public static final String SERIALIZED_NAME_INVENTORY_TYPES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REGIONS
public static final String SERIALIZED_NAME_REGIONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATIONS
public static final String SERIALIZED_NAME_STATIONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SYSTEMS
public static final String SERIALIZED_NAME_SYSTEMS
- See Also:
- Constant Field Values
-
-
Method Detail
-
agents
public UniverseIdsResponse agents(List<UniverseIdsAgent> agents)
-
addAgentsItem
public UniverseIdsResponse addAgentsItem(UniverseIdsAgent agentsItem)
-
getAgents
@Nullable public List<UniverseIdsAgent> getAgents()
agents array- Returns:
- agents
-
setAgents
public void setAgents(List<UniverseIdsAgent> agents)
-
alliances
public UniverseIdsResponse alliances(List<UniverseIdsAlliance> alliances)
-
addAlliancesItem
public UniverseIdsResponse addAlliancesItem(UniverseIdsAlliance alliancesItem)
-
getAlliances
@Nullable public List<UniverseIdsAlliance> getAlliances()
alliances array- Returns:
- alliances
-
setAlliances
public void setAlliances(List<UniverseIdsAlliance> alliances)
-
characters
public UniverseIdsResponse characters(List<UniverseIdsCharacter> characters)
-
addCharactersItem
public UniverseIdsResponse addCharactersItem(UniverseIdsCharacter charactersItem)
-
getCharacters
@Nullable public List<UniverseIdsCharacter> getCharacters()
characters array- Returns:
- characters
-
setCharacters
public void setCharacters(List<UniverseIdsCharacter> characters)
-
constellations
public UniverseIdsResponse constellations(List<UniverseIdsConstellation> constellations)
-
addConstellationsItem
public UniverseIdsResponse addConstellationsItem(UniverseIdsConstellation constellationsItem)
-
getConstellations
@Nullable public List<UniverseIdsConstellation> getConstellations()
constellations array- Returns:
- constellations
-
setConstellations
public void setConstellations(List<UniverseIdsConstellation> constellations)
-
corporations
public UniverseIdsResponse corporations(List<UniverseIdsCorporation> corporations)
-
addCorporationsItem
public UniverseIdsResponse addCorporationsItem(UniverseIdsCorporation corporationsItem)
-
getCorporations
@Nullable public List<UniverseIdsCorporation> getCorporations()
corporations array- Returns:
- corporations
-
setCorporations
public void setCorporations(List<UniverseIdsCorporation> corporations)
-
factions
public UniverseIdsResponse factions(List<UniverseIdsFaction> factions)
-
addFactionsItem
public UniverseIdsResponse addFactionsItem(UniverseIdsFaction factionsItem)
-
getFactions
@Nullable public List<UniverseIdsFaction> getFactions()
factions array- Returns:
- factions
-
setFactions
public void setFactions(List<UniverseIdsFaction> factions)
-
inventoryTypes
public UniverseIdsResponse inventoryTypes(List<UniverseIdsInventoryType> inventoryTypes)
-
addInventoryTypesItem
public UniverseIdsResponse addInventoryTypesItem(UniverseIdsInventoryType inventoryTypesItem)
-
getInventoryTypes
@Nullable public List<UniverseIdsInventoryType> getInventoryTypes()
inventory_types array- Returns:
- inventoryTypes
-
setInventoryTypes
public void setInventoryTypes(List<UniverseIdsInventoryType> inventoryTypes)
-
regions
public UniverseIdsResponse regions(List<UniverseIdsRegion> regions)
-
addRegionsItem
public UniverseIdsResponse addRegionsItem(UniverseIdsRegion regionsItem)
-
getRegions
@Nullable public List<UniverseIdsRegion> getRegions()
regions array- Returns:
- regions
-
setRegions
public void setRegions(List<UniverseIdsRegion> regions)
-
stations
public UniverseIdsResponse stations(List<UniverseIdsStation> stations)
-
addStationsItem
public UniverseIdsResponse addStationsItem(UniverseIdsStation stationsItem)
-
getStations
@Nullable public List<UniverseIdsStation> getStations()
stations array- Returns:
- stations
-
setStations
public void setStations(List<UniverseIdsStation> stations)
-
systems
public UniverseIdsResponse systems(List<UniverseIdsSystem> systems)
-
addSystemsItem
public UniverseIdsResponse addSystemsItem(UniverseIdsSystem systemsItem)
-
getSystems
@Nullable public List<UniverseIdsSystem> getSystems()
systems array- Returns:
- systems
-
setSystems
public void setSystems(List<UniverseIdsSystem> systems)
-
-