public class CorporationMiningExtractionsResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CHUNK_ARRIVAL_TIME |
static String |
SERIALIZED_NAME_EXTRACTION_START_TIME |
static String |
SERIALIZED_NAME_MOON_ID |
static String |
SERIALIZED_NAME_NATURAL_DECAY_TIME |
static String |
SERIALIZED_NAME_STRUCTURE_ID |
| Constructor and Description |
|---|
CorporationMiningExtractionsResponse() |
| Modifier and Type | Method and Description |
|---|---|
CorporationMiningExtractionsResponse |
chunkArrivalTime(java.time.OffsetDateTime chunkArrivalTime) |
boolean |
equals(Object o) |
CorporationMiningExtractionsResponse |
extractionStartTime(java.time.OffsetDateTime extractionStartTime) |
java.time.OffsetDateTime |
getChunkArrivalTime()
The time at which the chunk being extracted will arrive and can be
fractured by the moon mining drill.
|
java.time.OffsetDateTime |
getExtractionStartTime()
The time at which the current extraction was initiated.
|
Integer |
getMoonId()
moon_id integer
|
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.
|
Long |
getStructureId()
structure_id integer
|
int |
hashCode() |
CorporationMiningExtractionsResponse |
moonId(Integer moonId) |
CorporationMiningExtractionsResponse |
naturalDecayTime(java.time.OffsetDateTime naturalDecayTime) |
void |
setChunkArrivalTime(java.time.OffsetDateTime chunkArrivalTime) |
void |
setExtractionStartTime(java.time.OffsetDateTime extractionStartTime) |
void |
setMoonId(Integer moonId) |
void |
setNaturalDecayTime(java.time.OffsetDateTime naturalDecayTime) |
void |
setStructureId(Long structureId) |
CorporationMiningExtractionsResponse |
structureId(Long structureId) |
String |
toString() |
public static final String SERIALIZED_NAME_CHUNK_ARRIVAL_TIME
public static final String SERIALIZED_NAME_MOON_ID
public static final String SERIALIZED_NAME_NATURAL_DECAY_TIME
public static final String SERIALIZED_NAME_STRUCTURE_ID
public static final String SERIALIZED_NAME_EXTRACTION_START_TIME
public CorporationMiningExtractionsResponse()
public CorporationMiningExtractionsResponse chunkArrivalTime(java.time.OffsetDateTime chunkArrivalTime)
public java.time.OffsetDateTime getChunkArrivalTime()
public void setChunkArrivalTime(java.time.OffsetDateTime chunkArrivalTime)
public CorporationMiningExtractionsResponse moonId(Integer moonId)
public Integer getMoonId()
public void setMoonId(Integer moonId)
public CorporationMiningExtractionsResponse naturalDecayTime(java.time.OffsetDateTime naturalDecayTime)
public java.time.OffsetDateTime getNaturalDecayTime()
public void setNaturalDecayTime(java.time.OffsetDateTime naturalDecayTime)
public CorporationMiningExtractionsResponse structureId(Long structureId)
public Long getStructureId()
public void setStructureId(Long structureId)
public CorporationMiningExtractionsResponse extractionStartTime(java.time.OffsetDateTime extractionStartTime)
public java.time.OffsetDateTime getExtractionStartTime()
public void setExtractionStartTime(java.time.OffsetDateTime extractionStartTime)
Copyright © 2019. All Rights Reserved.