Class CorporationCustomsOfficesResponse

    • Constructor Detail

      • CorporationCustomsOfficesResponse

        public CorporationCustomsOfficesResponse()
    • Method Detail

      • getAllianceTaxRate

        @Nullable
        public Float getAllianceTaxRate()
        Only present if alliance access is allowed
        Returns:
        allianceTaxRate
      • setAllianceTaxRate

        public void setAllianceTaxRate​(Float allianceTaxRate)
      • 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)
      • getAllowAllianceAccess

        public Boolean getAllowAllianceAccess()
        allow_alliance_access boolean
        Returns:
        allowAllianceAccess
      • setAllowAllianceAccess

        public void setAllowAllianceAccess​(Boolean allowAllianceAccess)
      • getBadStandingTaxRate

        @Nullable
        public Float getBadStandingTaxRate()
        bad_standing_tax_rate number
        Returns:
        badStandingTaxRate
      • setBadStandingTaxRate

        public void setBadStandingTaxRate​(Float badStandingTaxRate)
      • getCorporationTaxRate

        @Nullable
        public Float getCorporationTaxRate()
        corporation_tax_rate number
        Returns:
        corporationTaxRate
      • setCorporationTaxRate

        public void setCorporationTaxRate​(Float corporationTaxRate)
      • 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)
      • getGoodStandingTaxRate

        @Nullable
        public Float getGoodStandingTaxRate()
        good_standing_tax_rate number
        Returns:
        goodStandingTaxRate
      • setGoodStandingTaxRate

        public void setGoodStandingTaxRate​(Float goodStandingTaxRate)
      • getNeutralStandingTaxRate

        @Nullable
        public Float getNeutralStandingTaxRate()
        neutral_standing_tax_rate number
        Returns:
        neutralStandingTaxRate
      • setNeutralStandingTaxRate

        public void setNeutralStandingTaxRate​(Float neutralStandingTaxRate)
      • getOfficeId

        public Long getOfficeId()
        unique ID of this customs office
        Returns:
        officeId
      • setOfficeId

        public void setOfficeId​(Long officeId)
      • getReinforceExitEnd

        public Integer getReinforceExitEnd()
        reinforce_exit_end integer minimum: 0 maximum: 23
        Returns:
        reinforceExitEnd
      • setReinforceExitEnd

        public void setReinforceExitEnd​(Integer reinforceExitEnd)
      • 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)
      • getStandingLevelString

        public String getStandingLevelString()
      • setStandingLevelString

        public void setStandingLevelString​(String standingLevel)
      • getSystemId

        public Integer getSystemId()
        ID of the solar system this customs office is located in
        Returns:
        systemId
      • setSystemId

        public void setSystemId​(Integer systemId)
      • getTerribleStandingTaxRate

        @Nullable
        public Float getTerribleStandingTaxRate()
        terrible_standing_tax_rate number
        Returns:
        terribleStandingTaxRate
      • setTerribleStandingTaxRate

        public void setTerribleStandingTaxRate​(Float terribleStandingTaxRate)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object