Uses of Class
net.troja.eve.esi.model.KillmailAttacker
-
Packages that use KillmailAttacker Package Description net.troja.eve.esi.model -
-
Uses of KillmailAttacker in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return KillmailAttacker Modifier and Type Method Description KillmailAttackerKillmailAttacker. allianceId(Integer allianceId)KillmailAttackerKillmailAttacker. characterId(Integer characterId)KillmailAttackerKillmailAttacker. corporationId(Integer corporationId)KillmailAttackerKillmailAttacker. damageDone(Integer damageDone)KillmailAttackerKillmailAttacker. factionId(Integer factionId)KillmailAttackerKillmailAttacker. finalBlow(Boolean finalBlow)KillmailAttackerKillmailAttacker. securityStatus(Float securityStatus)KillmailAttackerKillmailAttacker. shipTypeId(Integer shipTypeId)KillmailAttackerKillmailAttacker. weaponTypeId(Integer weaponTypeId)Methods in net.troja.eve.esi.model that return types with arguments of type KillmailAttacker Modifier and Type Method Description List<KillmailAttacker>KillmailResponse. getAttackers()attackers arrayMethods in net.troja.eve.esi.model with parameters of type KillmailAttacker Modifier and Type Method Description KillmailResponseKillmailResponse. addAttackersItem(KillmailAttacker attackersItem)Method parameters in net.troja.eve.esi.model with type arguments of type KillmailAttacker Modifier and Type Method Description KillmailResponseKillmailResponse. attackers(List<KillmailAttacker> attackers)voidKillmailResponse. setAttackers(List<KillmailAttacker> attackers)
-