Package net.troja.eve.esi.model
Class CorporationMiningExtractionsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CorporationMiningExtractionsResponse
-
- All Implemented Interfaces:
Serializable
public class CorporationMiningExtractionsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CHUNK_ARRIVAL_TIMEstatic StringSERIALIZED_NAME_EXTRACTION_START_TIMEstatic StringSERIALIZED_NAME_MOON_IDstatic StringSERIALIZED_NAME_NATURAL_DECAY_TIMEstatic StringSERIALIZED_NAME_STRUCTURE_ID
-
Constructor Summary
Constructors Constructor Description CorporationMiningExtractionsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CorporationMiningExtractionsResponsechunkArrivalTime(java.time.OffsetDateTime chunkArrivalTime)booleanequals(Object o)CorporationMiningExtractionsResponseextractionStartTime(java.time.OffsetDateTime extractionStartTime)java.time.OffsetDateTimegetChunkArrivalTime()The time at which the chunk being extracted will arrive and can be fractured by the moon mining drill.java.time.OffsetDateTimegetExtractionStartTime()The time at which the current extraction was initiated.IntegergetMoonId()moon_id integerjava.time.OffsetDateTimegetNaturalDecayTime()The time at which the chunk being extracted will naturally fracture if it is not first fractured by the moon mining drill.LonggetStructureId()structure_id integerinthashCode()CorporationMiningExtractionsResponsemoonId(Integer moonId)CorporationMiningExtractionsResponsenaturalDecayTime(java.time.OffsetDateTime naturalDecayTime)voidsetChunkArrivalTime(java.time.OffsetDateTime chunkArrivalTime)voidsetExtractionStartTime(java.time.OffsetDateTime extractionStartTime)voidsetMoonId(Integer moonId)voidsetNaturalDecayTime(java.time.OffsetDateTime naturalDecayTime)voidsetStructureId(Long structureId)CorporationMiningExtractionsResponsestructureId(Long structureId)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CHUNK_ARRIVAL_TIME
public static final String SERIALIZED_NAME_CHUNK_ARRIVAL_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EXTRACTION_START_TIME
public static final String SERIALIZED_NAME_EXTRACTION_START_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MOON_ID
public static final String SERIALIZED_NAME_MOON_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NATURAL_DECAY_TIME
public static final String SERIALIZED_NAME_NATURAL_DECAY_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STRUCTURE_ID
public static final String SERIALIZED_NAME_STRUCTURE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
chunkArrivalTime
public CorporationMiningExtractionsResponse chunkArrivalTime(java.time.OffsetDateTime chunkArrivalTime)
-
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)
-
extractionStartTime
public CorporationMiningExtractionsResponse extractionStartTime(java.time.OffsetDateTime extractionStartTime)
-
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)
-
moonId
public CorporationMiningExtractionsResponse moonId(Integer moonId)
-
getMoonId
public Integer getMoonId()
moon_id integer- Returns:
- moonId
-
setMoonId
public void setMoonId(Integer moonId)
-
naturalDecayTime
public CorporationMiningExtractionsResponse naturalDecayTime(java.time.OffsetDateTime naturalDecayTime)
-
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)
-
structureId
public CorporationMiningExtractionsResponse structureId(Long structureId)
-
getStructureId
public Long getStructureId()
structure_id integer- Returns:
- structureId
-
setStructureId
public void setStructureId(Long structureId)
-
-