public class CorporationCustomsOfficesResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CorporationCustomsOfficesResponse.StandingLevelEnum
Access is allowed only for entities with this level of standing or better
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ALLIANCE_TAX_RATE |
static String |
SERIALIZED_NAME_ALLOW_ACCESS_WITH_STANDINGS |
static String |
SERIALIZED_NAME_ALLOW_ALLIANCE_ACCESS |
static String |
SERIALIZED_NAME_BAD_STANDING_TAX_RATE |
static String |
SERIALIZED_NAME_CORPORATION_TAX_RATE |
static String |
SERIALIZED_NAME_EXCELLENT_STANDING_TAX_RATE |
static String |
SERIALIZED_NAME_GOOD_STANDING_TAX_RATE |
static String |
SERIALIZED_NAME_NEUTRAL_STANDING_TAX_RATE |
static String |
SERIALIZED_NAME_OFFICE_ID |
static String |
SERIALIZED_NAME_REINFORCE_EXIT_END |
static String |
SERIALIZED_NAME_REINFORCE_EXIT_START |
static String |
SERIALIZED_NAME_STANDING_LEVEL |
static String |
SERIALIZED_NAME_SYSTEM_ID |
static String |
SERIALIZED_NAME_TERRIBLE_STANDING_TAX_RATE |
| Constructor and Description |
|---|
CorporationCustomsOfficesResponse() |
public static final String SERIALIZED_NAME_CORPORATION_TAX_RATE
public static final String SERIALIZED_NAME_NEUTRAL_STANDING_TAX_RATE
public static final String SERIALIZED_NAME_STANDING_LEVEL
public static final String SERIALIZED_NAME_SYSTEM_ID
public static final String SERIALIZED_NAME_TERRIBLE_STANDING_TAX_RATE
public static final String SERIALIZED_NAME_ALLIANCE_TAX_RATE
public static final String SERIALIZED_NAME_REINFORCE_EXIT_START
public static final String SERIALIZED_NAME_BAD_STANDING_TAX_RATE
public static final String SERIALIZED_NAME_REINFORCE_EXIT_END
public static final String SERIALIZED_NAME_OFFICE_ID
public static final String SERIALIZED_NAME_EXCELLENT_STANDING_TAX_RATE
public static final String SERIALIZED_NAME_GOOD_STANDING_TAX_RATE
public static final String SERIALIZED_NAME_ALLOW_ACCESS_WITH_STANDINGS
public static final String SERIALIZED_NAME_ALLOW_ALLIANCE_ACCESS
public CorporationCustomsOfficesResponse corporationTaxRate(Float corporationTaxRate)
public Float getCorporationTaxRate()
public void setCorporationTaxRate(Float corporationTaxRate)
public CorporationCustomsOfficesResponse neutralStandingTaxRate(Float neutralStandingTaxRate)
public Float getNeutralStandingTaxRate()
public void setNeutralStandingTaxRate(Float neutralStandingTaxRate)
public CorporationCustomsOfficesResponse standingLevel(CorporationCustomsOfficesResponse.StandingLevelEnum standingLevel)
public CorporationCustomsOfficesResponse.StandingLevelEnum getStandingLevel()
public void setStandingLevel(CorporationCustomsOfficesResponse.StandingLevelEnum standingLevel)
public CorporationCustomsOfficesResponse systemId(Integer systemId)
public Integer getSystemId()
public void setSystemId(Integer systemId)
public CorporationCustomsOfficesResponse terribleStandingTaxRate(Float terribleStandingTaxRate)
public Float getTerribleStandingTaxRate()
public void setTerribleStandingTaxRate(Float terribleStandingTaxRate)
public CorporationCustomsOfficesResponse allianceTaxRate(Float allianceTaxRate)
public Float getAllianceTaxRate()
public void setAllianceTaxRate(Float allianceTaxRate)
public CorporationCustomsOfficesResponse reinforceExitStart(Integer reinforceExitStart)
public Integer getReinforceExitStart()
public void setReinforceExitStart(Integer reinforceExitStart)
public CorporationCustomsOfficesResponse badStandingTaxRate(Float badStandingTaxRate)
public Float getBadStandingTaxRate()
public void setBadStandingTaxRate(Float badStandingTaxRate)
public CorporationCustomsOfficesResponse reinforceExitEnd(Integer reinforceExitEnd)
public Integer getReinforceExitEnd()
public void setReinforceExitEnd(Integer reinforceExitEnd)
public CorporationCustomsOfficesResponse officeId(Long officeId)
public Long getOfficeId()
public void setOfficeId(Long officeId)
public CorporationCustomsOfficesResponse excellentStandingTaxRate(Float excellentStandingTaxRate)
public Float getExcellentStandingTaxRate()
public void setExcellentStandingTaxRate(Float excellentStandingTaxRate)
public CorporationCustomsOfficesResponse goodStandingTaxRate(Float goodStandingTaxRate)
public Float getGoodStandingTaxRate()
public void setGoodStandingTaxRate(Float goodStandingTaxRate)
public CorporationCustomsOfficesResponse allowAccessWithStandings(Boolean allowAccessWithStandings)
public Boolean getAllowAccessWithStandings()
public void setAllowAccessWithStandings(Boolean allowAccessWithStandings)
public CorporationCustomsOfficesResponse allowAllianceAccess(Boolean allowAllianceAccess)
public Boolean getAllowAllianceAccess()
public void setAllowAllianceAccess(Boolean allowAllianceAccess)
Copyright © 2019. All Rights Reserved.