public class WarAlly extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ALLIANCE_ID |
static String |
SERIALIZED_NAME_CORPORATION_ID |
| Constructor and Description |
|---|
WarAlly() |
| Modifier and Type | Method and Description |
|---|---|
WarAlly |
allianceId(Integer allianceId) |
WarAlly |
corporationId(Integer corporationId) |
boolean |
equals(Object o) |
Integer |
getAllianceId()
Alliance ID if and only if this ally is an alliance
|
Integer |
getCorporationId()
Corporation ID if and only if this ally is a corporation
|
int |
hashCode() |
void |
setAllianceId(Integer allianceId) |
void |
setCorporationId(Integer corporationId) |
String |
toString() |
public static final String SERIALIZED_NAME_ALLIANCE_ID
public static final String SERIALIZED_NAME_CORPORATION_ID
@Nullable public Integer getAllianceId()
public void setAllianceId(Integer allianceId)
@Nullable public Integer getCorporationId()
public void setCorporationId(Integer corporationId)
Copyright © 2020. All Rights Reserved.