Class CorporationMiningExtractionsResponse

    • Constructor Detail

      • CorporationMiningExtractionsResponse

        public CorporationMiningExtractionsResponse()
    • Method Detail

      • getChunkArrivalTime

        public java.time.OffsetDateTime getChunkArrivalTime()
        The time at which the chunk being extracted will arrive and can be fractured by the moon mining drill.
        Returns:
        chunkArrivalTime
      • setChunkArrivalTime

        public void setChunkArrivalTime​(java.time.OffsetDateTime chunkArrivalTime)
      • getExtractionStartTime

        public java.time.OffsetDateTime getExtractionStartTime()
        The time at which the current extraction was initiated.
        Returns:
        extractionStartTime
      • setExtractionStartTime

        public void setExtractionStartTime​(java.time.OffsetDateTime extractionStartTime)
      • getMoonId

        public Integer getMoonId()
        moon_id integer
        Returns:
        moonId
      • setMoonId

        public void setMoonId​(Integer moonId)
      • getNaturalDecayTime

        public java.time.OffsetDateTime getNaturalDecayTime()
        The time at which the chunk being extracted will naturally fracture if it is not first fractured by the moon mining drill.
        Returns:
        naturalDecayTime
      • setNaturalDecayTime

        public void setNaturalDecayTime​(java.time.OffsetDateTime naturalDecayTime)
      • getStructureId

        public Long getStructureId()
        structure_id integer
        Returns:
        structureId
      • setStructureId

        public void setStructureId​(Long structureId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object