Package net.troja.eve.esi.model
Class CorporationCustomsOfficesResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CorporationCustomsOfficesResponse
-
- All Implemented Interfaces:
Serializable
public class CorporationCustomsOfficesResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCorporationCustomsOfficesResponse.StandingLevelEnumAccess is allowed only for entities with this level of standing or better
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ALLIANCE_TAX_RATEstatic StringSERIALIZED_NAME_ALLOW_ACCESS_WITH_STANDINGSstatic StringSERIALIZED_NAME_ALLOW_ALLIANCE_ACCESSstatic StringSERIALIZED_NAME_BAD_STANDING_TAX_RATEstatic StringSERIALIZED_NAME_CORPORATION_TAX_RATEstatic StringSERIALIZED_NAME_EXCELLENT_STANDING_TAX_RATEstatic StringSERIALIZED_NAME_GOOD_STANDING_TAX_RATEstatic StringSERIALIZED_NAME_NEUTRAL_STANDING_TAX_RATEstatic StringSERIALIZED_NAME_OFFICE_IDstatic StringSERIALIZED_NAME_REINFORCE_EXIT_ENDstatic StringSERIALIZED_NAME_REINFORCE_EXIT_STARTstatic StringSERIALIZED_NAME_STANDING_LEVELstatic StringSERIALIZED_NAME_SYSTEM_IDstatic StringSERIALIZED_NAME_TERRIBLE_STANDING_TAX_RATE
-
Constructor Summary
Constructors Constructor Description CorporationCustomsOfficesResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_ALLIANCE_TAX_RATE
public static final String SERIALIZED_NAME_ALLIANCE_TAX_RATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ALLOW_ACCESS_WITH_STANDINGS
public static final String SERIALIZED_NAME_ALLOW_ACCESS_WITH_STANDINGS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ALLOW_ALLIANCE_ACCESS
public static final String SERIALIZED_NAME_ALLOW_ALLIANCE_ACCESS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BAD_STANDING_TAX_RATE
public static final String SERIALIZED_NAME_BAD_STANDING_TAX_RATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CORPORATION_TAX_RATE
public static final String SERIALIZED_NAME_CORPORATION_TAX_RATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EXCELLENT_STANDING_TAX_RATE
public static final String SERIALIZED_NAME_EXCELLENT_STANDING_TAX_RATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_GOOD_STANDING_TAX_RATE
public static final String SERIALIZED_NAME_GOOD_STANDING_TAX_RATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NEUTRAL_STANDING_TAX_RATE
public static final String SERIALIZED_NAME_NEUTRAL_STANDING_TAX_RATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OFFICE_ID
public static final String SERIALIZED_NAME_OFFICE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REINFORCE_EXIT_END
public static final String SERIALIZED_NAME_REINFORCE_EXIT_END
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REINFORCE_EXIT_START
public static final String SERIALIZED_NAME_REINFORCE_EXIT_START
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STANDING_LEVEL
public static final String SERIALIZED_NAME_STANDING_LEVEL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SYSTEM_ID
public static final String SERIALIZED_NAME_SYSTEM_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TERRIBLE_STANDING_TAX_RATE
public static final String SERIALIZED_NAME_TERRIBLE_STANDING_TAX_RATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
allianceTaxRate
public CorporationCustomsOfficesResponse allianceTaxRate(Float allianceTaxRate)
-
getAllianceTaxRate
@Nullable public Float getAllianceTaxRate()
Only present if alliance access is allowed- Returns:
- allianceTaxRate
-
setAllianceTaxRate
public void setAllianceTaxRate(Float allianceTaxRate)
-
allowAccessWithStandings
public CorporationCustomsOfficesResponse allowAccessWithStandings(Boolean allowAccessWithStandings)
-
getAllowAccessWithStandings
public Boolean getAllowAccessWithStandings()
standing_level and any standing related tax rate only present when this is true- Returns:
- allowAccessWithStandings
-
setAllowAccessWithStandings
public void setAllowAccessWithStandings(Boolean allowAccessWithStandings)
-
allowAllianceAccess
public CorporationCustomsOfficesResponse allowAllianceAccess(Boolean allowAllianceAccess)
-
getAllowAllianceAccess
public Boolean getAllowAllianceAccess()
allow_alliance_access boolean- Returns:
- allowAllianceAccess
-
setAllowAllianceAccess
public void setAllowAllianceAccess(Boolean allowAllianceAccess)
-
badStandingTaxRate
public CorporationCustomsOfficesResponse badStandingTaxRate(Float badStandingTaxRate)
-
getBadStandingTaxRate
@Nullable public Float getBadStandingTaxRate()
bad_standing_tax_rate number- Returns:
- badStandingTaxRate
-
setBadStandingTaxRate
public void setBadStandingTaxRate(Float badStandingTaxRate)
-
corporationTaxRate
public CorporationCustomsOfficesResponse corporationTaxRate(Float corporationTaxRate)
-
getCorporationTaxRate
@Nullable public Float getCorporationTaxRate()
corporation_tax_rate number- Returns:
- corporationTaxRate
-
setCorporationTaxRate
public void setCorporationTaxRate(Float corporationTaxRate)
-
excellentStandingTaxRate
public CorporationCustomsOfficesResponse excellentStandingTaxRate(Float excellentStandingTaxRate)
-
getExcellentStandingTaxRate
@Nullable public Float getExcellentStandingTaxRate()
Tax rate for entities with excellent level of standing, only present if this level is allowed, same for all other standing related tax rates- Returns:
- excellentStandingTaxRate
-
setExcellentStandingTaxRate
public void setExcellentStandingTaxRate(Float excellentStandingTaxRate)
-
goodStandingTaxRate
public CorporationCustomsOfficesResponse goodStandingTaxRate(Float goodStandingTaxRate)
-
getGoodStandingTaxRate
@Nullable public Float getGoodStandingTaxRate()
good_standing_tax_rate number- Returns:
- goodStandingTaxRate
-
setGoodStandingTaxRate
public void setGoodStandingTaxRate(Float goodStandingTaxRate)
-
neutralStandingTaxRate
public CorporationCustomsOfficesResponse neutralStandingTaxRate(Float neutralStandingTaxRate)
-
getNeutralStandingTaxRate
@Nullable public Float getNeutralStandingTaxRate()
neutral_standing_tax_rate number- Returns:
- neutralStandingTaxRate
-
setNeutralStandingTaxRate
public void setNeutralStandingTaxRate(Float neutralStandingTaxRate)
-
officeId
public CorporationCustomsOfficesResponse officeId(Long officeId)
-
getOfficeId
public Long getOfficeId()
unique ID of this customs office- Returns:
- officeId
-
setOfficeId
public void setOfficeId(Long officeId)
-
reinforceExitEnd
public CorporationCustomsOfficesResponse reinforceExitEnd(Integer reinforceExitEnd)
-
getReinforceExitEnd
public Integer getReinforceExitEnd()
reinforce_exit_end integer minimum: 0 maximum: 23- Returns:
- reinforceExitEnd
-
setReinforceExitEnd
public void setReinforceExitEnd(Integer reinforceExitEnd)
-
reinforceExitStart
public CorporationCustomsOfficesResponse reinforceExitStart(Integer reinforceExitStart)
-
getReinforceExitStart
public Integer getReinforceExitStart()
Together with reinforce_exit_end, marks a 2-hour period where this customs office could exit reinforcement mode during the day after initial attack minimum: 0 maximum: 23- Returns:
- reinforceExitStart
-
setReinforceExitStart
public void setReinforceExitStart(Integer reinforceExitStart)
-
standingLevel
public CorporationCustomsOfficesResponse standingLevel(CorporationCustomsOfficesResponse.StandingLevelEnum standingLevelEnum)
-
standingLevelString
public CorporationCustomsOfficesResponse standingLevelString(String standingLevel)
-
getStandingLevel
@Nullable public CorporationCustomsOfficesResponse.StandingLevelEnum getStandingLevel()
Access is allowed only for entities with this level of standing or better- Returns:
- standingLevel
-
getStandingLevelString
public String getStandingLevelString()
-
setStandingLevel
public void setStandingLevel(CorporationCustomsOfficesResponse.StandingLevelEnum standingLevelEnum)
-
setStandingLevelString
public void setStandingLevelString(String standingLevel)
-
systemId
public CorporationCustomsOfficesResponse systemId(Integer systemId)
-
getSystemId
public Integer getSystemId()
ID of the solar system this customs office is located in- Returns:
- systemId
-
setSystemId
public void setSystemId(Integer systemId)
-
terribleStandingTaxRate
public CorporationCustomsOfficesResponse terribleStandingTaxRate(Float terribleStandingTaxRate)
-
getTerribleStandingTaxRate
@Nullable public Float getTerribleStandingTaxRate()
terrible_standing_tax_rate number- Returns:
- terribleStandingTaxRate
-
setTerribleStandingTaxRate
public void setTerribleStandingTaxRate(Float terribleStandingTaxRate)
-
-