public class KillmailResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ATTACKERS |
static String |
SERIALIZED_NAME_KILLMAIL_ID |
static String |
SERIALIZED_NAME_KILLMAIL_TIME |
static String |
SERIALIZED_NAME_MOON_ID |
static String |
SERIALIZED_NAME_SOLAR_SYSTEM_ID |
static String |
SERIALIZED_NAME_VICTIM |
static String |
SERIALIZED_NAME_WAR_ID |
| 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 static final String SERIALIZED_NAME_KILLMAIL_TIME
public static final String SERIALIZED_NAME_MOON_ID
public static final String SERIALIZED_NAME_ATTACKERS
public static final String SERIALIZED_NAME_SOLAR_SYSTEM_ID
public static final String SERIALIZED_NAME_VICTIM
public static final String SERIALIZED_NAME_KILLMAIL_ID
public static final String SERIALIZED_NAME_WAR_ID
public KillmailResponse killmailTime(java.time.OffsetDateTime killmailTime)
public java.time.OffsetDateTime getKillmailTime()
public void setKillmailTime(java.time.OffsetDateTime killmailTime)
public KillmailResponse moonId(Integer moonId)
public Integer getMoonId()
public void setMoonId(Integer moonId)
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 victim(KillmailVictim victim)
public KillmailVictim getVictim()
public void setVictim(KillmailVictim victim)
public KillmailResponse killmailId(Integer killmailId)
public Integer getKillmailId()
public void setKillmailId(Integer killmailId)
public KillmailResponse warId(Integer warId)
public Integer getWarId()
public void setWarId(Integer warId)
Copyright © 2019. All Rights Reserved.