public class CorporationMiningExtractionsResponse extends Object implements Serializable
| 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 CorporationMiningExtractionsResponse()
public CorporationMiningExtractionsResponse chunkArrivalTime(java.time.OffsetDateTime chunkArrivalTime)
public java.time.OffsetDateTime getChunkArrivalTime()
public void setChunkArrivalTime(java.time.OffsetDateTime chunkArrivalTime)
public CorporationMiningExtractionsResponse extractionStartTime(java.time.OffsetDateTime extractionStartTime)
public java.time.OffsetDateTime getExtractionStartTime()
public void setExtractionStartTime(java.time.OffsetDateTime extractionStartTime)
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)
Copyright © 2017. All Rights Reserved.