public class CorporationResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ALLIANCE_ID |
static String |
SERIALIZED_NAME_CEO_ID |
static String |
SERIALIZED_NAME_CREATOR_ID |
static String |
SERIALIZED_NAME_DATE_FOUNDED |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_FACTION_ID |
static String |
SERIALIZED_NAME_HOME_STATION_ID |
static String |
SERIALIZED_NAME_MEMBER_COUNT |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_SHARES |
static String |
SERIALIZED_NAME_TAX_RATE |
static String |
SERIALIZED_NAME_TICKER |
static String |
SERIALIZED_NAME_URL |
static String |
SERIALIZED_NAME_WAR_ELIGIBLE |
| Constructor and Description |
|---|
CorporationResponse() |
public static final String SERIALIZED_NAME_TICKER
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_FACTION_ID
public static final String SERIALIZED_NAME_HOME_STATION_ID
public static final String SERIALIZED_NAME_TAX_RATE
public static final String SERIALIZED_NAME_URL
public static final String SERIALIZED_NAME_SHARES
public static final String SERIALIZED_NAME_ALLIANCE_ID
public static final String SERIALIZED_NAME_CREATOR_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_WAR_ELIGIBLE
public static final String SERIALIZED_NAME_DATE_FOUNDED
public static final String SERIALIZED_NAME_MEMBER_COUNT
public static final String SERIALIZED_NAME_CEO_ID
public CorporationResponse ticker(String ticker)
public String getTicker()
public void setTicker(String ticker)
public CorporationResponse description(String description)
public String getDescription()
public void setDescription(String description)
public CorporationResponse factionId(Integer factionId)
public Integer getFactionId()
public void setFactionId(Integer factionId)
public CorporationResponse homeStationId(Integer homeStationId)
public Integer getHomeStationId()
public void setHomeStationId(Integer homeStationId)
public CorporationResponse taxRate(Float taxRate)
public Float getTaxRate()
public void setTaxRate(Float taxRate)
public CorporationResponse url(String url)
public String getUrl()
public void setUrl(String url)
public CorporationResponse shares(Long shares)
public Long getShares()
public void setShares(Long shares)
public CorporationResponse allianceId(Integer allianceId)
public Integer getAllianceId()
public void setAllianceId(Integer allianceId)
public CorporationResponse creatorId(Integer creatorId)
public Integer getCreatorId()
public void setCreatorId(Integer creatorId)
public CorporationResponse name(String name)
public String getName()
public void setName(String name)
public CorporationResponse warEligible(Boolean warEligible)
public Boolean getWarEligible()
public void setWarEligible(Boolean warEligible)
public CorporationResponse dateFounded(java.time.OffsetDateTime dateFounded)
public java.time.OffsetDateTime getDateFounded()
public void setDateFounded(java.time.OffsetDateTime dateFounded)
public CorporationResponse memberCount(Integer memberCount)
public Integer getMemberCount()
public void setMemberCount(Integer memberCount)
public CorporationResponse ceoId(Integer ceoId)
public Integer getCeoId()
public void setCeoId(Integer ceoId)
Copyright © 2019. All Rights Reserved.