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_ALLIANCE_TAX_RATE
public static final String SERIALIZED_NAME_ALLOW_ACCESS_WITH_STANDINGS
public static final String SERIALIZED_NAME_ALLOW_ALLIANCE_ACCESS
public static final String SERIALIZED_NAME_BAD_STANDING_TAX_RATE
public static final String SERIALIZED_NAME_CORPORATION_TAX_RATE
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_NEUTRAL_STANDING_TAX_RATE
public static final String SERIALIZED_NAME_OFFICE_ID
public static final String SERIALIZED_NAME_REINFORCE_EXIT_END
public static final String SERIALIZED_NAME_REINFORCE_EXIT_START
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 CorporationCustomsOfficesResponse allianceTaxRate(Float allianceTaxRate)
@Nullable public Float getAllianceTaxRate()
public void setAllianceTaxRate(Float allianceTaxRate)
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)
public CorporationCustomsOfficesResponse badStandingTaxRate(Float badStandingTaxRate)
@Nullable public Float getBadStandingTaxRate()
public void setBadStandingTaxRate(Float badStandingTaxRate)
public CorporationCustomsOfficesResponse corporationTaxRate(Float corporationTaxRate)
@Nullable public Float getCorporationTaxRate()
public void setCorporationTaxRate(Float corporationTaxRate)
public CorporationCustomsOfficesResponse excellentStandingTaxRate(Float excellentStandingTaxRate)
@Nullable public Float getExcellentStandingTaxRate()
public void setExcellentStandingTaxRate(Float excellentStandingTaxRate)
public CorporationCustomsOfficesResponse goodStandingTaxRate(Float goodStandingTaxRate)
@Nullable public Float getGoodStandingTaxRate()
public void setGoodStandingTaxRate(Float goodStandingTaxRate)
public CorporationCustomsOfficesResponse neutralStandingTaxRate(Float neutralStandingTaxRate)
@Nullable public Float getNeutralStandingTaxRate()
public void setNeutralStandingTaxRate(Float neutralStandingTaxRate)
public CorporationCustomsOfficesResponse officeId(Long officeId)
public Long getOfficeId()
public void setOfficeId(Long officeId)
public CorporationCustomsOfficesResponse reinforceExitEnd(Integer reinforceExitEnd)
public Integer getReinforceExitEnd()
public void setReinforceExitEnd(Integer reinforceExitEnd)
public CorporationCustomsOfficesResponse reinforceExitStart(Integer reinforceExitStart)
public Integer getReinforceExitStart()
public void setReinforceExitStart(Integer reinforceExitStart)
public CorporationCustomsOfficesResponse standingLevel(CorporationCustomsOfficesResponse.StandingLevelEnum standingLevel)
@Nullable 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)
@Nullable public Float getTerribleStandingTaxRate()
public void setTerribleStandingTaxRate(Float terribleStandingTaxRate)
Copyright © 2020. All Rights Reserved.