Package net.troja.eve.esi.model
Class CharacterAffiliationResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CharacterAffiliationResponse
-
- All Implemented Interfaces:
Serializable
public class CharacterAffiliationResponse 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_CHARACTER_IDstatic StringSERIALIZED_NAME_CORPORATION_IDstatic StringSERIALIZED_NAME_FACTION_ID
-
Constructor Summary
Constructors Constructor Description CharacterAffiliationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharacterAffiliationResponseallianceId(Integer allianceId)CharacterAffiliationResponsecharacterId(Integer characterId)CharacterAffiliationResponsecorporationId(Integer corporationId)booleanequals(Object o)CharacterAffiliationResponsefactionId(Integer factionId)IntegergetAllianceId()The character's alliance ID, if their corporation is in an allianceIntegergetCharacterId()The character's IDIntegergetCorporationId()The character's corporation IDIntegergetFactionId()The character's faction ID, if their corporation is in a factioninthashCode()voidsetAllianceId(Integer allianceId)voidsetCharacterId(Integer characterId)voidsetCorporationId(Integer corporationId)voidsetFactionId(Integer factionId)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ALLIANCE_ID
public static final String SERIALIZED_NAME_ALLIANCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CHARACTER_ID
public static final String SERIALIZED_NAME_CHARACTER_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
-
-
Method Detail
-
allianceId
public CharacterAffiliationResponse allianceId(Integer allianceId)
-
getAllianceId
@Nullable public Integer getAllianceId()
The character's alliance ID, if their corporation is in an alliance- Returns:
- allianceId
-
setAllianceId
public void setAllianceId(Integer allianceId)
-
characterId
public CharacterAffiliationResponse characterId(Integer characterId)
-
getCharacterId
public Integer getCharacterId()
The character's ID- Returns:
- characterId
-
setCharacterId
public void setCharacterId(Integer characterId)
-
corporationId
public CharacterAffiliationResponse corporationId(Integer corporationId)
-
getCorporationId
public Integer getCorporationId()
The character's corporation ID- Returns:
- corporationId
-
setCorporationId
public void setCorporationId(Integer corporationId)
-
factionId
public CharacterAffiliationResponse factionId(Integer factionId)
-
getFactionId
@Nullable public Integer getFactionId()
The character's faction ID, if their corporation is in a faction- Returns:
- factionId
-
setFactionId
public void setFactionId(Integer factionId)
-
-