Package net.troja.eve.esi.model
Class KillmailAttacker
- java.lang.Object
-
- net.troja.eve.esi.model.KillmailAttacker
-
- All Implemented Interfaces:
Serializable
public class KillmailAttacker extends Object implements Serializable
attacker object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ALLIANCE_IDstatic StringSERIALIZED_NAME_CHARACTER_IDstatic StringSERIALIZED_NAME_CORPORATION_IDstatic StringSERIALIZED_NAME_DAMAGE_DONEstatic StringSERIALIZED_NAME_FACTION_IDstatic StringSERIALIZED_NAME_FINAL_BLOWstatic StringSERIALIZED_NAME_SECURITY_STATUSstatic StringSERIALIZED_NAME_SHIP_TYPE_IDstatic StringSERIALIZED_NAME_WEAPON_TYPE_ID
-
Constructor Summary
Constructors Constructor Description KillmailAttacker()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_ALLIANCE_ID
public static final String SERIALIZED_NAME_ALLIANCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CHARACTER_ID
public static final String SERIALIZED_NAME_CHARACTER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CORPORATION_ID
public static final String SERIALIZED_NAME_CORPORATION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DAMAGE_DONE
public static final String SERIALIZED_NAME_DAMAGE_DONE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FACTION_ID
public static final String SERIALIZED_NAME_FACTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FINAL_BLOW
public static final String SERIALIZED_NAME_FINAL_BLOW
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SECURITY_STATUS
public static final String SERIALIZED_NAME_SECURITY_STATUS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SHIP_TYPE_ID
public static final String SERIALIZED_NAME_SHIP_TYPE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WEAPON_TYPE_ID
public static final String SERIALIZED_NAME_WEAPON_TYPE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
allianceId
public KillmailAttacker allianceId(Integer allianceId)
-
setAllianceId
public void setAllianceId(Integer allianceId)
-
characterId
public KillmailAttacker characterId(Integer characterId)
-
setCharacterId
public void setCharacterId(Integer characterId)
-
corporationId
public KillmailAttacker corporationId(Integer corporationId)
-
getCorporationId
@Nullable public Integer getCorporationId()
corporation_id integer- Returns:
- corporationId
-
setCorporationId
public void setCorporationId(Integer corporationId)
-
damageDone
public KillmailAttacker damageDone(Integer damageDone)
-
getDamageDone
public Integer getDamageDone()
damage_done integer- Returns:
- damageDone
-
setDamageDone
public void setDamageDone(Integer damageDone)
-
factionId
public KillmailAttacker factionId(Integer factionId)
-
setFactionId
public void setFactionId(Integer factionId)
-
finalBlow
public KillmailAttacker finalBlow(Boolean finalBlow)
-
getFinalBlow
public Boolean getFinalBlow()
Was the attacker the one to achieve the final blow- Returns:
- finalBlow
-
setFinalBlow
public void setFinalBlow(Boolean finalBlow)
-
securityStatus
public KillmailAttacker securityStatus(Float securityStatus)
-
getSecurityStatus
public Float getSecurityStatus()
Security status for the attacker- Returns:
- securityStatus
-
setSecurityStatus
public void setSecurityStatus(Float securityStatus)
-
shipTypeId
public KillmailAttacker shipTypeId(Integer shipTypeId)
-
getShipTypeId
@Nullable public Integer getShipTypeId()
What ship was the attacker flying- Returns:
- shipTypeId
-
setShipTypeId
public void setShipTypeId(Integer shipTypeId)
-
weaponTypeId
public KillmailAttacker weaponTypeId(Integer weaponTypeId)
-
getWeaponTypeId
@Nullable public Integer getWeaponTypeId()
What weapon was used by the attacker for the kill- Returns:
- weaponTypeId
-
setWeaponTypeId
public void setWeaponTypeId(Integer weaponTypeId)
-
-