Class CorporationMiningObserverResponse

    • Constructor Detail

      • CorporationMiningObserverResponse

        public CorporationMiningObserverResponse()
    • Method Detail

      • getCharacterId

        public Integer getCharacterId()
        The character that did the mining
        Returns:
        characterId
      • setCharacterId

        public void setCharacterId​(Integer characterId)
      • getLastUpdated

        public java.time.LocalDate getLastUpdated()
        last_updated string
        Returns:
        lastUpdated
      • setLastUpdated

        public void setLastUpdated​(java.time.LocalDate lastUpdated)
      • getQuantity

        public Long getQuantity()
        quantity integer
        Returns:
        quantity
      • setQuantity

        public void setQuantity​(Long quantity)
      • getRecordedCorporationId

        public Integer getRecordedCorporationId()
        The corporation id of the character at the time data was recorded.
        Returns:
        recordedCorporationId
      • setRecordedCorporationId

        public void setRecordedCorporationId​(Integer recordedCorporationId)
      • getTypeId

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

        public void setTypeId​(Integer typeId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object