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_ALLIANCE_ID
public static final String SERIALIZED_NAME_CHARACTER_ID
public static final String SERIALIZED_NAME_CORPORATION_ID
public static final String SERIALIZED_NAME_DAMAGE_DONE
public static final String SERIALIZED_NAME_FACTION_ID
public static final String SERIALIZED_NAME_FINAL_BLOW
public static final String SERIALIZED_NAME_SECURITY_STATUS
public static final String SERIALIZED_NAME_SHIP_TYPE_ID
public static final String SERIALIZED_NAME_WEAPON_TYPE_ID
public KillmailAttacker allianceId(Integer allianceId)
public void setAllianceId(Integer allianceId)
public KillmailAttacker characterId(Integer characterId)
public void setCharacterId(Integer characterId)
public KillmailAttacker corporationId(Integer corporationId)
@Nullable public Integer getCorporationId()
public void setCorporationId(Integer corporationId)
public KillmailAttacker damageDone(Integer damageDone)
public Integer getDamageDone()
public void setDamageDone(Integer damageDone)
public KillmailAttacker factionId(Integer factionId)
public void setFactionId(Integer factionId)
public KillmailAttacker finalBlow(Boolean finalBlow)
public Boolean getFinalBlow()
public void setFinalBlow(Boolean finalBlow)
public KillmailAttacker securityStatus(Float securityStatus)
public Float getSecurityStatus()
public void setSecurityStatus(Float securityStatus)
public KillmailAttacker shipTypeId(Integer shipTypeId)
@Nullable public Integer getShipTypeId()
public void setShipTypeId(Integer shipTypeId)
public KillmailAttacker weaponTypeId(Integer weaponTypeId)
@Nullable public Integer getWeaponTypeId()
public void setWeaponTypeId(Integer weaponTypeId)
Copyright © 2021. All Rights Reserved.