public class Defender extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ALLIANCE_ID |
static String |
SERIALIZED_NAME_CORPORATION_ID |
static String |
SERIALIZED_NAME_ISK_DESTROYED |
static String |
SERIALIZED_NAME_SHIPS_KILLED |
| Constructor and Description |
|---|
Defender() |
| Modifier and Type | Method and Description |
|---|---|
Defender |
allianceId(Integer allianceId) |
Defender |
corporationId(Integer corporationId) |
boolean |
equals(Object o) |
Integer |
getAllianceId()
Alliance ID if and only if the defender is an alliance
|
Integer |
getCorporationId()
Corporation ID if and only if the defender is a corporation
|
Float |
getIskDestroyed()
ISK value of ships the defender has killed
|
Integer |
getShipsKilled()
The number of ships the defender has killed
|
int |
hashCode() |
Defender |
iskDestroyed(Float iskDestroyed) |
void |
setAllianceId(Integer allianceId) |
void |
setCorporationId(Integer corporationId) |
void |
setIskDestroyed(Float iskDestroyed) |
void |
setShipsKilled(Integer shipsKilled) |
Defender |
shipsKilled(Integer shipsKilled) |
String |
toString() |
public static final String SERIALIZED_NAME_ALLIANCE_ID
public static final String SERIALIZED_NAME_CORPORATION_ID
public static final String SERIALIZED_NAME_ISK_DESTROYED
public static final String SERIALIZED_NAME_SHIPS_KILLED
@Nullable public Integer getAllianceId()
public void setAllianceId(Integer allianceId)
@Nullable public Integer getCorporationId()
public void setCorporationId(Integer corporationId)
public Float getIskDestroyed()
public void setIskDestroyed(Float iskDestroyed)
public Integer getShipsKilled()
public void setShipsKilled(Integer shipsKilled)
Copyright © 2021. All Rights Reserved.