public class KillmailResponse extends Object implements Serializable
| Constructor and Description |
|---|
KillmailResponse() |
| Modifier and Type | Method and Description |
|---|---|
KillmailResponse |
addAttackersItem(KillmailAttacker attackersItem) |
KillmailResponse |
attackers(List<KillmailAttacker> attackers) |
boolean |
equals(Object o) |
List<KillmailAttacker> |
getAttackers()
attackers array
|
Integer |
getKillmailId()
ID of the killmail
|
java.time.OffsetDateTime |
getKillmailTime()
Time that the victim was killed and the killmail generated
|
Integer |
getMoonId()
Moon if the kill took place at one
|
Integer |
getSolarSystemId()
Solar system that the kill took place in
|
KillmailVictim |
getVictim()
Get victim
|
Integer |
getWarId()
War if the killmail is generated in relation to an official war
|
int |
hashCode() |
KillmailResponse |
killmailId(Integer killmailId) |
KillmailResponse |
killmailTime(java.time.OffsetDateTime killmailTime) |
KillmailResponse |
moonId(Integer moonId) |
void |
setAttackers(List<KillmailAttacker> attackers) |
void |
setKillmailId(Integer killmailId) |
void |
setKillmailTime(java.time.OffsetDateTime killmailTime) |
void |
setMoonId(Integer moonId) |
void |
setSolarSystemId(Integer solarSystemId) |
void |
setVictim(KillmailVictim victim) |
void |
setWarId(Integer warId) |
KillmailResponse |
solarSystemId(Integer solarSystemId) |
String |
toString() |
KillmailResponse |
victim(KillmailVictim victim) |
KillmailResponse |
warId(Integer warId) |
public KillmailResponse killmailId(Integer killmailId)
public Integer getKillmailId()
public void setKillmailId(Integer killmailId)
public KillmailResponse killmailTime(java.time.OffsetDateTime killmailTime)
public java.time.OffsetDateTime getKillmailTime()
public void setKillmailTime(java.time.OffsetDateTime killmailTime)
public KillmailResponse victim(KillmailVictim victim)
public KillmailVictim getVictim()
public void setVictim(KillmailVictim victim)
public KillmailResponse attackers(List<KillmailAttacker> attackers)
public KillmailResponse addAttackersItem(KillmailAttacker attackersItem)
public List<KillmailAttacker> getAttackers()
public void setAttackers(List<KillmailAttacker> attackers)
public KillmailResponse solarSystemId(Integer solarSystemId)
public Integer getSolarSystemId()
public void setSolarSystemId(Integer solarSystemId)
public KillmailResponse moonId(Integer moonId)
public Integer getMoonId()
public void setMoonId(Integer moonId)
public KillmailResponse warId(Integer warId)
public Integer getWarId()
public void setWarId(Integer warId)
Copyright © 2017. All Rights Reserved.