Package net.troja.eve.esi.model
Class SystemKillsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.SystemKillsResponse
-
- All Implemented Interfaces:
Serializable
public class SystemKillsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_NPC_KILLSstatic StringSERIALIZED_NAME_POD_KILLSstatic StringSERIALIZED_NAME_SHIP_KILLSstatic StringSERIALIZED_NAME_SYSTEM_ID
-
Constructor Summary
Constructors Constructor Description SystemKillsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetNpcKills()Number of NPC ships killed in this systemIntegergetPodKills()Number of pods killed in this systemIntegergetShipKills()Number of player ships killed in this systemIntegergetSystemId()system_id integerinthashCode()SystemKillsResponsenpcKills(Integer npcKills)SystemKillsResponsepodKills(Integer podKills)voidsetNpcKills(Integer npcKills)voidsetPodKills(Integer podKills)voidsetShipKills(Integer shipKills)voidsetSystemId(Integer systemId)SystemKillsResponseshipKills(Integer shipKills)SystemKillsResponsesystemId(Integer systemId)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_NPC_KILLS
public static final String SERIALIZED_NAME_NPC_KILLS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_POD_KILLS
public static final String SERIALIZED_NAME_POD_KILLS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SHIP_KILLS
public static final String SERIALIZED_NAME_SHIP_KILLS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SYSTEM_ID
public static final String SERIALIZED_NAME_SYSTEM_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
npcKills
public SystemKillsResponse npcKills(Integer npcKills)
-
getNpcKills
public Integer getNpcKills()
Number of NPC ships killed in this system- Returns:
- npcKills
-
setNpcKills
public void setNpcKills(Integer npcKills)
-
podKills
public SystemKillsResponse podKills(Integer podKills)
-
getPodKills
public Integer getPodKills()
Number of pods killed in this system- Returns:
- podKills
-
setPodKills
public void setPodKills(Integer podKills)
-
shipKills
public SystemKillsResponse shipKills(Integer shipKills)
-
getShipKills
public Integer getShipKills()
Number of player ships killed in this system- Returns:
- shipKills
-
setShipKills
public void setShipKills(Integer shipKills)
-
systemId
public SystemKillsResponse systemId(Integer systemId)
-
getSystemId
public Integer getSystemId()
system_id integer- Returns:
- systemId
-
setSystemId
public void setSystemId(Integer systemId)
-
-