Class KillmailAttacker

    • Constructor Detail

      • KillmailAttacker

        public KillmailAttacker()
    • Method Detail

      • getAllianceId

        @Nullable
        public Integer getAllianceId()
        alliance_id integer
        Returns:
        allianceId
      • setAllianceId

        public void setAllianceId​(Integer allianceId)
      • getCharacterId

        @Nullable
        public Integer getCharacterId()
        character_id integer
        Returns:
        characterId
      • setCharacterId

        public void setCharacterId​(Integer characterId)
      • getCorporationId

        @Nullable
        public Integer getCorporationId()
        corporation_id integer
        Returns:
        corporationId
      • setCorporationId

        public void setCorporationId​(Integer corporationId)
      • getDamageDone

        public Integer getDamageDone()
        damage_done integer
        Returns:
        damageDone
      • setDamageDone

        public void setDamageDone​(Integer damageDone)
      • getFactionId

        @Nullable
        public Integer getFactionId()
        faction_id integer
        Returns:
        factionId
      • setFactionId

        public void setFactionId​(Integer factionId)
      • getFinalBlow

        public Boolean getFinalBlow()
        Was the attacker the one to achieve the final blow
        Returns:
        finalBlow
      • setFinalBlow

        public void setFinalBlow​(Boolean finalBlow)
      • getSecurityStatus

        public Float getSecurityStatus()
        Security status for the attacker
        Returns:
        securityStatus
      • setSecurityStatus

        public void setSecurityStatus​(Float securityStatus)
      • getShipTypeId

        @Nullable
        public Integer getShipTypeId()
        What ship was the attacker flying
        Returns:
        shipTypeId
      • setShipTypeId

        public void setShipTypeId​(Integer shipTypeId)
      • getWeaponTypeId

        @Nullable
        public Integer getWeaponTypeId()
        What weapon was used by the attacker for the kill
        Returns:
        weaponTypeId
      • setWeaponTypeId

        public void setWeaponTypeId​(Integer weaponTypeId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object