Package net.troja.eve.esi.model
Class AllianceResponse
- java.lang.Object
-
- net.troja.eve.esi.model.AllianceResponse
-
- All Implemented Interfaces:
Serializable
public class AllianceResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CREATOR_CORPORATION_IDstatic StringSERIALIZED_NAME_CREATOR_IDstatic StringSERIALIZED_NAME_DATE_FOUNDEDstatic StringSERIALIZED_NAME_EXECUTOR_CORPORATION_IDstatic StringSERIALIZED_NAME_FACTION_IDstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_TICKER
-
Constructor Summary
Constructors Constructor Description AllianceResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllianceResponsecreatorCorporationId(Integer creatorCorporationId)AllianceResponsecreatorId(Integer creatorId)AllianceResponsedateFounded(java.time.OffsetDateTime dateFounded)booleanequals(Object o)AllianceResponseexecutorCorporationId(Integer executorCorporationId)AllianceResponsefactionId(Integer factionId)IntegergetCreatorCorporationId()ID of the corporation that created the allianceIntegergetCreatorId()ID of the character that created the alliancejava.time.OffsetDateTimegetDateFounded()date_founded stringIntegergetExecutorCorporationId()the executor corporation ID, if this alliance is not closedIntegergetFactionId()Faction ID this alliance is fighting for, if this alliance is enlisted in factional warfareStringgetName()the full name of the allianceStringgetTicker()the short name of the allianceinthashCode()AllianceResponsename(String name)voidsetCreatorCorporationId(Integer creatorCorporationId)voidsetCreatorId(Integer creatorId)voidsetDateFounded(java.time.OffsetDateTime dateFounded)voidsetExecutorCorporationId(Integer executorCorporationId)voidsetFactionId(Integer factionId)voidsetName(String name)voidsetTicker(String ticker)AllianceResponseticker(String ticker)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CREATOR_CORPORATION_ID
public static final String SERIALIZED_NAME_CREATOR_CORPORATION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATOR_ID
public static final String SERIALIZED_NAME_CREATOR_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DATE_FOUNDED
public static final String SERIALIZED_NAME_DATE_FOUNDED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EXECUTOR_CORPORATION_ID
public static final String SERIALIZED_NAME_EXECUTOR_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_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TICKER
public static final String SERIALIZED_NAME_TICKER
- See Also:
- Constant Field Values
-
-
Method Detail
-
creatorCorporationId
public AllianceResponse creatorCorporationId(Integer creatorCorporationId)
-
getCreatorCorporationId
public Integer getCreatorCorporationId()
ID of the corporation that created the alliance- Returns:
- creatorCorporationId
-
setCreatorCorporationId
public void setCreatorCorporationId(Integer creatorCorporationId)
-
creatorId
public AllianceResponse creatorId(Integer creatorId)
-
getCreatorId
public Integer getCreatorId()
ID of the character that created the alliance- Returns:
- creatorId
-
setCreatorId
public void setCreatorId(Integer creatorId)
-
dateFounded
public AllianceResponse dateFounded(java.time.OffsetDateTime dateFounded)
-
getDateFounded
public java.time.OffsetDateTime getDateFounded()
date_founded string- Returns:
- dateFounded
-
setDateFounded
public void setDateFounded(java.time.OffsetDateTime dateFounded)
-
executorCorporationId
public AllianceResponse executorCorporationId(Integer executorCorporationId)
-
getExecutorCorporationId
@Nullable public Integer getExecutorCorporationId()
the executor corporation ID, if this alliance is not closed- Returns:
- executorCorporationId
-
setExecutorCorporationId
public void setExecutorCorporationId(Integer executorCorporationId)
-
factionId
public AllianceResponse factionId(Integer factionId)
-
getFactionId
@Nullable public Integer getFactionId()
Faction ID this alliance is fighting for, if this alliance is enlisted in factional warfare- Returns:
- factionId
-
setFactionId
public void setFactionId(Integer factionId)
-
name
public AllianceResponse name(String name)
-
getName
public String getName()
the full name of the alliance- Returns:
- name
-
setName
public void setName(String name)
-
ticker
public AllianceResponse ticker(String ticker)
-
getTicker
public String getTicker()
the short name of the alliance- Returns:
- ticker
-
setTicker
public void setTicker(String ticker)
-
-