public class KillmailAttacker extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ALLIANCE_ID |
static String |
SERIALIZED_NAME_CHARACTER_ID |
static String |
SERIALIZED_NAME_CORPORATION_ID |
static String |
SERIALIZED_NAME_DAMAGE_DONE |
static String |
SERIALIZED_NAME_FACTION_ID |
static String |
SERIALIZED_NAME_FINAL_BLOW |
static String |
SERIALIZED_NAME_SECURITY_STATUS |
static String |
SERIALIZED_NAME_SHIP_TYPE_ID |
static String |
SERIALIZED_NAME_WEAPON_TYPE_ID |
| Constructor and Description |
|---|
KillmailAttacker() |
public static final String SERIALIZED_NAME_SHIP_TYPE_ID
public static final String SERIALIZED_NAME_ALLIANCE_ID
public static final String SERIALIZED_NAME_CORPORATION_ID
public static final String SERIALIZED_NAME_SECURITY_STATUS
public static final String SERIALIZED_NAME_WEAPON_TYPE_ID
public static final String SERIALIZED_NAME_DAMAGE_DONE
public static final String SERIALIZED_NAME_FACTION_ID
public static final String SERIALIZED_NAME_CHARACTER_ID
public static final String SERIALIZED_NAME_FINAL_BLOW
public KillmailAttacker shipTypeId(Integer shipTypeId)
public Integer getShipTypeId()
public void setShipTypeId(Integer shipTypeId)
public KillmailAttacker allianceId(Integer allianceId)
public Integer getAllianceId()
public void setAllianceId(Integer allianceId)
public KillmailAttacker corporationId(Integer corporationId)
public Integer getCorporationId()
public void setCorporationId(Integer corporationId)
public KillmailAttacker securityStatus(Float securityStatus)
public Float getSecurityStatus()
public void setSecurityStatus(Float securityStatus)
public KillmailAttacker weaponTypeId(Integer weaponTypeId)
public Integer getWeaponTypeId()
public void setWeaponTypeId(Integer weaponTypeId)
public KillmailAttacker damageDone(Integer damageDone)
public Integer getDamageDone()
public void setDamageDone(Integer damageDone)
public KillmailAttacker factionId(Integer factionId)
public Integer getFactionId()
public void setFactionId(Integer factionId)
public KillmailAttacker characterId(Integer characterId)
public Integer getCharacterId()
public void setCharacterId(Integer characterId)
public KillmailAttacker finalBlow(Boolean finalBlow)
public Boolean getFinalBlow()
public void setFinalBlow(Boolean finalBlow)
Copyright © 2019. All Rights Reserved.