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_ALLIANCE_ID
public static final String SERIALIZED_NAME_CEO_ID
public static final String SERIALIZED_NAME_CREATOR_ID
public static final String SERIALIZED_NAME_DATE_FOUNDED
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_MEMBER_COUNT
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_SHARES
public static final String SERIALIZED_NAME_TAX_RATE
public static final String SERIALIZED_NAME_TICKER
public static final String SERIALIZED_NAME_URL
public static final String SERIALIZED_NAME_WAR_ELIGIBLE
public CorporationResponse allianceId(Integer allianceId)
@Nullable public Integer getAllianceId()
public void setAllianceId(Integer allianceId)
public CorporationResponse ceoId(Integer ceoId)
public Integer getCeoId()
public void setCeoId(Integer ceoId)
public CorporationResponse creatorId(Integer creatorId)
public Integer getCreatorId()
public void setCreatorId(Integer creatorId)
public CorporationResponse dateFounded(java.time.OffsetDateTime dateFounded)
@Nullable public java.time.OffsetDateTime getDateFounded()
public void setDateFounded(java.time.OffsetDateTime dateFounded)
public CorporationResponse description(String description)
public void setDescription(String description)
public CorporationResponse factionId(Integer factionId)
public void setFactionId(Integer factionId)
public CorporationResponse homeStationId(Integer homeStationId)
@Nullable public Integer getHomeStationId()
public void setHomeStationId(Integer homeStationId)
public CorporationResponse memberCount(Integer memberCount)
public Integer getMemberCount()
public void setMemberCount(Integer memberCount)
public CorporationResponse name(String name)
public String getName()
public void setName(String name)
public CorporationResponse shares(Long shares)
public void setShares(Long shares)
public CorporationResponse taxRate(Float taxRate)
public Float getTaxRate()
public void setTaxRate(Float taxRate)
public CorporationResponse ticker(String ticker)
public String getTicker()
public void setTicker(String ticker)
public CorporationResponse url(String url)
public void setUrl(String url)
public CorporationResponse warEligible(Boolean warEligible)
public void setWarEligible(Boolean warEligible)
Copyright © 2023. All Rights Reserved.