public class SystemKillsResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_NPC_KILLS |
static String |
SERIALIZED_NAME_POD_KILLS |
static String |
SERIALIZED_NAME_SHIP_KILLS |
static String |
SERIALIZED_NAME_SYSTEM_ID |
| Constructor and Description |
|---|
SystemKillsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getNpcKills()
Number of NPC ships killed in this system
|
Integer |
getPodKills()
Number of pods killed in this system
|
Integer |
getShipKills()
Number of player ships killed in this system
|
Integer |
getSystemId()
system_id integer
|
int |
hashCode() |
SystemKillsResponse |
npcKills(Integer npcKills) |
SystemKillsResponse |
podKills(Integer podKills) |
void |
setNpcKills(Integer npcKills) |
void |
setPodKills(Integer podKills) |
void |
setShipKills(Integer shipKills) |
void |
setSystemId(Integer systemId) |
SystemKillsResponse |
shipKills(Integer shipKills) |
SystemKillsResponse |
systemId(Integer systemId) |
String |
toString() |
public static final String SERIALIZED_NAME_NPC_KILLS
public static final String SERIALIZED_NAME_POD_KILLS
public static final String SERIALIZED_NAME_SHIP_KILLS
public static final String SERIALIZED_NAME_SYSTEM_ID
public SystemKillsResponse npcKills(Integer npcKills)
public Integer getNpcKills()
public void setNpcKills(Integer npcKills)
public SystemKillsResponse podKills(Integer podKills)
public Integer getPodKills()
public void setPodKills(Integer podKills)
public SystemKillsResponse shipKills(Integer shipKills)
public Integer getShipKills()
public void setShipKills(Integer shipKills)
public SystemKillsResponse systemId(Integer systemId)
public Integer getSystemId()
public void setSystemId(Integer systemId)
Copyright © 2023. All Rights Reserved.