Package net.troja.eve.esi.model
Class WarAlly
- java.lang.Object
-
- net.troja.eve.esi.model.WarAlly
-
- All Implemented Interfaces:
Serializable
public class WarAlly extends Object implements Serializable
ally object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ALLIANCE_IDstatic StringSERIALIZED_NAME_CORPORATION_ID
-
Constructor Summary
Constructors Constructor Description WarAlly()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WarAllyallianceId(Integer allianceId)WarAllycorporationId(Integer corporationId)booleanequals(Object o)IntegergetAllianceId()Alliance ID if and only if this ally is an allianceIntegergetCorporationId()Corporation ID if and only if this ally is a corporationinthashCode()voidsetAllianceId(Integer allianceId)voidsetCorporationId(Integer corporationId)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ALLIANCE_ID
public static final String SERIALIZED_NAME_ALLIANCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CORPORATION_ID
public static final String SERIALIZED_NAME_CORPORATION_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAllianceId
@Nullable public Integer getAllianceId()
Alliance ID if and only if this ally is an alliance- Returns:
- allianceId
-
setAllianceId
public void setAllianceId(Integer allianceId)
-
getCorporationId
@Nullable public Integer getCorporationId()
Corporation ID if and only if this ally is a corporation- Returns:
- corporationId
-
setCorporationId
public void setCorporationId(Integer corporationId)
-
-