Class StationResponse

    • Constructor Detail

      • StationResponse

        public StationResponse()
    • Method Detail

      • maxDockableShipVolume

        public StationResponse maxDockableShipVolume​(Float maxDockableShipVolume)
      • getMaxDockableShipVolume

        public Float getMaxDockableShipVolume()
        max_dockable_ship_volume number
        Returns:
        maxDockableShipVolume
      • setMaxDockableShipVolume

        public void setMaxDockableShipVolume​(Float maxDockableShipVolume)
      • getName

        public String getName()
        name string
        Returns:
        name
      • setName

        public void setName​(String name)
      • getOfficeRentalCost

        public Float getOfficeRentalCost()
        office_rental_cost number
        Returns:
        officeRentalCost
      • setOfficeRentalCost

        public void setOfficeRentalCost​(Float officeRentalCost)
      • getOwner

        @Nullable
        public Integer getOwner()
        ID of the corporation that controls this station
        Returns:
        owner
      • setOwner

        public void setOwner​(Integer owner)
      • getPosition

        public Position getPosition()
        Get position
        Returns:
        position
      • setPosition

        public void setPosition​(Position position)
      • getRaceId

        @Nullable
        public Integer getRaceId()
        race_id integer
        Returns:
        raceId
      • setRaceId

        public void setRaceId​(Integer raceId)
      • reprocessingEfficiency

        public StationResponse reprocessingEfficiency​(Float reprocessingEfficiency)
      • getReprocessingEfficiency

        public Float getReprocessingEfficiency()
        reprocessing_efficiency number
        Returns:
        reprocessingEfficiency
      • setReprocessingEfficiency

        public void setReprocessingEfficiency​(Float reprocessingEfficiency)
      • reprocessingStationsTake

        public StationResponse reprocessingStationsTake​(Float reprocessingStationsTake)
      • getReprocessingStationsTake

        public Float getReprocessingStationsTake()
        reprocessing_stations_take number
        Returns:
        reprocessingStationsTake
      • setReprocessingStationsTake

        public void setReprocessingStationsTake​(Float reprocessingStationsTake)
      • getServicesString

        public List<String> getServicesString()
      • setServicesString

        public void setServicesString​(List<String> services)
      • getStationId

        public Integer getStationId()
        station_id integer
        Returns:
        stationId
      • setStationId

        public void setStationId​(Integer stationId)
      • getSystemId

        public Integer getSystemId()
        The solar system this station is in
        Returns:
        systemId
      • setSystemId

        public void setSystemId​(Integer systemId)
      • getTypeId

        public Integer getTypeId()
        type_id integer
        Returns:
        typeId
      • setTypeId

        public void setTypeId​(Integer typeId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object