Package net.troja.eve.esi.model
Class CorporationResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CorporationResponse
-
- All Implemented Interfaces:
Serializable
public class CorporationResponse 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_CEO_IDstatic StringSERIALIZED_NAME_CREATOR_IDstatic StringSERIALIZED_NAME_DATE_FOUNDEDstatic StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_FACTION_IDstatic StringSERIALIZED_NAME_HOME_STATION_IDstatic StringSERIALIZED_NAME_MEMBER_COUNTstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_SHARESstatic StringSERIALIZED_NAME_TAX_RATEstatic StringSERIALIZED_NAME_TICKERstatic StringSERIALIZED_NAME_URLstatic StringSERIALIZED_NAME_WAR_ELIGIBLE
-
Constructor Summary
Constructors Constructor Description CorporationResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_ALLIANCE_ID
public static final String SERIALIZED_NAME_ALLIANCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CEO_ID
public static final String SERIALIZED_NAME_CEO_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_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FACTION_ID
public static final String SERIALIZED_NAME_FACTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HOME_STATION_ID
public static final String SERIALIZED_NAME_HOME_STATION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MEMBER_COUNT
public static final String SERIALIZED_NAME_MEMBER_COUNT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SHARES
public static final String SERIALIZED_NAME_SHARES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TAX_RATE
public static final String SERIALIZED_NAME_TAX_RATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TICKER
public static final String SERIALIZED_NAME_TICKER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_URL
public static final String SERIALIZED_NAME_URL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WAR_ELIGIBLE
public static final String SERIALIZED_NAME_WAR_ELIGIBLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
allianceId
public CorporationResponse allianceId(Integer allianceId)
-
getAllianceId
@Nullable public Integer getAllianceId()
ID of the alliance that corporation is a member of, if any- Returns:
- allianceId
-
setAllianceId
public void setAllianceId(Integer allianceId)
-
ceoId
public CorporationResponse ceoId(Integer ceoId)
-
getCeoId
public Integer getCeoId()
ceo_id integer- Returns:
- ceoId
-
setCeoId
public void setCeoId(Integer ceoId)
-
creatorId
public CorporationResponse creatorId(Integer creatorId)
-
getCreatorId
public Integer getCreatorId()
creator_id integer- Returns:
- creatorId
-
setCreatorId
public void setCreatorId(Integer creatorId)
-
dateFounded
public CorporationResponse dateFounded(java.time.OffsetDateTime dateFounded)
-
getDateFounded
@Nullable public java.time.OffsetDateTime getDateFounded()
date_founded string- Returns:
- dateFounded
-
setDateFounded
public void setDateFounded(java.time.OffsetDateTime dateFounded)
-
description
public CorporationResponse description(String description)
-
setDescription
public void setDescription(String description)
-
factionId
public CorporationResponse factionId(Integer factionId)
-
setFactionId
public void setFactionId(Integer factionId)
-
homeStationId
public CorporationResponse homeStationId(Integer homeStationId)
-
getHomeStationId
@Nullable public Integer getHomeStationId()
home_station_id integer- Returns:
- homeStationId
-
setHomeStationId
public void setHomeStationId(Integer homeStationId)
-
memberCount
public CorporationResponse memberCount(Integer memberCount)
-
getMemberCount
public Integer getMemberCount()
member_count integer- Returns:
- memberCount
-
setMemberCount
public void setMemberCount(Integer memberCount)
-
name
public CorporationResponse name(String name)
-
getName
public String getName()
the full name of the corporation- Returns:
- name
-
setName
public void setName(String name)
-
shares
public CorporationResponse shares(Long shares)
-
setShares
public void setShares(Long shares)
-
taxRate
public CorporationResponse taxRate(Float taxRate)
-
getTaxRate
public Float getTaxRate()
tax_rate number minimum: 0 maximum: 1- Returns:
- taxRate
-
setTaxRate
public void setTaxRate(Float taxRate)
-
ticker
public CorporationResponse ticker(String ticker)
-
getTicker
public String getTicker()
the short name of the corporation- Returns:
- ticker
-
setTicker
public void setTicker(String ticker)
-
url
public CorporationResponse url(String url)
-
setUrl
public void setUrl(String url)
-
warEligible
public CorporationResponse warEligible(Boolean warEligible)
-
setWarEligible
public void setWarEligible(Boolean warEligible)
-
-