public class Aggressor extends Object implements Serializable
| Constructor and Description |
|---|
Aggressor() |
| Modifier and Type | Method and Description |
|---|---|
Aggressor |
allianceId(Integer allianceId) |
Aggressor |
corporationId(Integer corporationId) |
boolean |
equals(Object o) |
Integer |
getAllianceId()
Alliance ID if and only if the aggressor is an alliance
|
Integer |
getCorporationId()
Corporation ID if and only if the aggressor is a corporation
|
Float |
getIskDestroyed()
ISK value of ships the aggressor has destroyed
|
Integer |
getShipsKilled()
The number of ships the aggressor has killed
|
int |
hashCode() |
Aggressor |
iskDestroyed(Float iskDestroyed) |
void |
setAllianceId(Integer allianceId) |
void |
setCorporationId(Integer corporationId) |
void |
setIskDestroyed(Float iskDestroyed) |
void |
setShipsKilled(Integer shipsKilled) |
Aggressor |
shipsKilled(Integer shipsKilled) |
String |
toString() |
public Integer getCorporationId()
public void setCorporationId(Integer corporationId)
public Integer getAllianceId()
public void setAllianceId(Integer allianceId)
public Integer getShipsKilled()
public void setShipsKilled(Integer shipsKilled)
public Float getIskDestroyed()
public void setIskDestroyed(Float iskDestroyed)
Copyright © 2018. All Rights Reserved.