Class CharacterShipResponse

    • Constructor Detail

      • CharacterShipResponse

        public CharacterShipResponse()
    • Method Detail

      • getShipItemId

        public Long getShipItemId()
        Item id's are unique to a ship and persist until it is repackaged. This value can be used to track repeated uses of a ship, or detect when a pilot changes into a different instance of the same ship type.
        Returns:
        shipItemId
      • setShipItemId

        public void setShipItemId​(Long shipItemId)
      • getShipName

        public String getShipName()
        ship_name string
        Returns:
        shipName
      • setShipName

        public void setShipName​(String shipName)
      • getShipTypeId

        public Integer getShipTypeId()
        ship_type_id integer
        Returns:
        shipTypeId
      • setShipTypeId

        public void setShipTypeId​(Integer shipTypeId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object