Package net.troja.eve.esi.model
Class SearchResponse
- java.lang.Object
-
- net.troja.eve.esi.model.SearchResponse
-
- All Implemented Interfaces:
Serializable
public class SearchResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AGENTstatic StringSERIALIZED_NAME_ALLIANCEstatic StringSERIALIZED_NAME_CHARACTERstatic StringSERIALIZED_NAME_CONSTELLATIONstatic StringSERIALIZED_NAME_CORPORATIONstatic StringSERIALIZED_NAME_FACTIONstatic StringSERIALIZED_NAME_INVENTORY_TYPEstatic StringSERIALIZED_NAME_REGIONstatic StringSERIALIZED_NAME_SOLAR_SYSTEMstatic StringSERIALIZED_NAME_STATION
-
Constructor Summary
Constructors Constructor Description SearchResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_AGENT
public static final String SERIALIZED_NAME_AGENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ALLIANCE
public static final String SERIALIZED_NAME_ALLIANCE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CHARACTER
public static final String SERIALIZED_NAME_CHARACTER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONSTELLATION
public static final String SERIALIZED_NAME_CONSTELLATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CORPORATION
public static final String SERIALIZED_NAME_CORPORATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FACTION
public static final String SERIALIZED_NAME_FACTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_INVENTORY_TYPE
public static final String SERIALIZED_NAME_INVENTORY_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REGION
public static final String SERIALIZED_NAME_REGION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SOLAR_SYSTEM
public static final String SERIALIZED_NAME_SOLAR_SYSTEM
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATION
public static final String SERIALIZED_NAME_STATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
agent
public SearchResponse agent(List<Integer> agent)
-
addAgentItem
public SearchResponse addAgentItem(Integer agentItem)
-
alliance
public SearchResponse alliance(List<Integer> alliance)
-
addAllianceItem
public SearchResponse addAllianceItem(Integer allianceItem)
-
character
public SearchResponse character(List<Integer> character)
-
addCharacterItem
public SearchResponse addCharacterItem(Integer characterItem)
-
constellation
public SearchResponse constellation(List<Integer> constellation)
-
addConstellationItem
public SearchResponse addConstellationItem(Integer constellationItem)
-
getConstellation
@Nullable public List<Integer> getConstellation()
constellation array- Returns:
- constellation
-
corporation
public SearchResponse corporation(List<Integer> corporation)
-
addCorporationItem
public SearchResponse addCorporationItem(Integer corporationItem)
-
getCorporation
@Nullable public List<Integer> getCorporation()
corporation array- Returns:
- corporation
-
faction
public SearchResponse faction(List<Integer> faction)
-
addFactionItem
public SearchResponse addFactionItem(Integer factionItem)
-
inventoryType
public SearchResponse inventoryType(List<Integer> inventoryType)
-
addInventoryTypeItem
public SearchResponse addInventoryTypeItem(Integer inventoryTypeItem)
-
getInventoryType
@Nullable public List<Integer> getInventoryType()
inventory_type array- Returns:
- inventoryType
-
region
public SearchResponse region(List<Integer> region)
-
addRegionItem
public SearchResponse addRegionItem(Integer regionItem)
-
solarSystem
public SearchResponse solarSystem(List<Integer> solarSystem)
-
addSolarSystemItem
public SearchResponse addSolarSystemItem(Integer solarSystemItem)
-
getSolarSystem
@Nullable public List<Integer> getSolarSystem()
solar_system array- Returns:
- solarSystem
-
station
public SearchResponse station(List<Integer> station)
-
addStationItem
public SearchResponse addStationItem(Integer stationItem)
-
-