Package net.troja.eve.esi.model
Class SovereigntyMapResponse
- java.lang.Object
-
- net.troja.eve.esi.model.SovereigntyMapResponse
-
- All Implemented Interfaces:
Serializable
public class SovereigntyMapResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ALLIANCE_IDstatic StringSERIALIZED_NAME_CORPORATION_IDstatic StringSERIALIZED_NAME_FACTION_IDstatic StringSERIALIZED_NAME_SYSTEM_ID
-
Constructor Summary
Constructors Constructor Description SovereigntyMapResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SovereigntyMapResponseallianceId(Integer allianceId)SovereigntyMapResponsecorporationId(Integer corporationId)booleanequals(Object o)SovereigntyMapResponsefactionId(Integer factionId)IntegergetAllianceId()alliance_id integerIntegergetCorporationId()corporation_id integerIntegergetFactionId()faction_id integerIntegergetSystemId()system_id integerinthashCode()voidsetAllianceId(Integer allianceId)voidsetCorporationId(Integer corporationId)voidsetFactionId(Integer factionId)voidsetSystemId(Integer systemId)SovereigntyMapResponsesystemId(Integer systemId)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
-
SERIALIZED_NAME_FACTION_ID
public static final String SERIALIZED_NAME_FACTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SYSTEM_ID
public static final String SERIALIZED_NAME_SYSTEM_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
allianceId
public SovereigntyMapResponse allianceId(Integer allianceId)
-
setAllianceId
public void setAllianceId(Integer allianceId)
-
corporationId
public SovereigntyMapResponse corporationId(Integer corporationId)
-
getCorporationId
@Nullable public Integer getCorporationId()
corporation_id integer- Returns:
- corporationId
-
setCorporationId
public void setCorporationId(Integer corporationId)
-
factionId
public SovereigntyMapResponse factionId(Integer factionId)
-
setFactionId
public void setFactionId(Integer factionId)
-
systemId
public SovereigntyMapResponse systemId(Integer systemId)
-
getSystemId
public Integer getSystemId()
system_id integer- Returns:
- systemId
-
setSystemId
public void setSystemId(Integer systemId)
-
-