public class SystemKillsResponse extends Object implements Serializable
| 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 SystemKillsResponse systemId(Integer systemId)
public Integer getSystemId()
public void setSystemId(Integer systemId)
public SystemKillsResponse shipKills(Integer shipKills)
public Integer getShipKills()
public void setShipKills(Integer shipKills)
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)
Copyright © 2018. All Rights Reserved.