public class CorporationStarbasesResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CorporationStarbasesResponse.StateEnum
state string
|
| Constructor and Description |
|---|
CorporationStarbasesResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getMoonId()
The moon this starbase (POS) is anchored on, unanchored POSes do not have
this information
|
java.time.OffsetDateTime |
getOnlinedSince()
When the POS onlined, for starbases (POSes) in online state
|
java.time.OffsetDateTime |
getReinforcedUntil()
When the POS will be out of reinforcement, for starbases (POSes) in
reinforced state
|
Long |
getStarbaseId()
Unique ID for this starbase (POS)
|
CorporationStarbasesResponse.StateEnum |
getState()
state string
|
Integer |
getSystemId()
The solar system this starbase (POS) is in, unanchored POSes have this
information
|
Integer |
getTypeId()
Starbase (POS) type
|
java.time.OffsetDateTime |
getUnanchorAt()
When the POS started unanchoring, for starbases (POSes) in unanchoring
state
|
int |
hashCode() |
CorporationStarbasesResponse |
moonId(Integer moonId) |
CorporationStarbasesResponse |
onlinedSince(java.time.OffsetDateTime onlinedSince) |
CorporationStarbasesResponse |
reinforcedUntil(java.time.OffsetDateTime reinforcedUntil) |
void |
setMoonId(Integer moonId) |
void |
setOnlinedSince(java.time.OffsetDateTime onlinedSince) |
void |
setReinforcedUntil(java.time.OffsetDateTime reinforcedUntil) |
void |
setStarbaseId(Long starbaseId) |
void |
setState(CorporationStarbasesResponse.StateEnum state) |
void |
setSystemId(Integer systemId) |
void |
setTypeId(Integer typeId) |
void |
setUnanchorAt(java.time.OffsetDateTime unanchorAt) |
CorporationStarbasesResponse |
starbaseId(Long starbaseId) |
CorporationStarbasesResponse |
state(CorporationStarbasesResponse.StateEnum state) |
CorporationStarbasesResponse |
systemId(Integer systemId) |
String |
toString() |
CorporationStarbasesResponse |
typeId(Integer typeId) |
CorporationStarbasesResponse |
unanchorAt(java.time.OffsetDateTime unanchorAt) |
public CorporationStarbasesResponse starbaseId(Long starbaseId)
public Long getStarbaseId()
public void setStarbaseId(Long starbaseId)
public CorporationStarbasesResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
public CorporationStarbasesResponse systemId(Integer systemId)
public Integer getSystemId()
public void setSystemId(Integer systemId)
public CorporationStarbasesResponse moonId(Integer moonId)
public Integer getMoonId()
public void setMoonId(Integer moonId)
public CorporationStarbasesResponse state(CorporationStarbasesResponse.StateEnum state)
public CorporationStarbasesResponse.StateEnum getState()
public void setState(CorporationStarbasesResponse.StateEnum state)
public CorporationStarbasesResponse unanchorAt(java.time.OffsetDateTime unanchorAt)
public java.time.OffsetDateTime getUnanchorAt()
public void setUnanchorAt(java.time.OffsetDateTime unanchorAt)
public CorporationStarbasesResponse reinforcedUntil(java.time.OffsetDateTime reinforcedUntil)
public java.time.OffsetDateTime getReinforcedUntil()
public void setReinforcedUntil(java.time.OffsetDateTime reinforcedUntil)
public CorporationStarbasesResponse onlinedSince(java.time.OffsetDateTime onlinedSince)
public java.time.OffsetDateTime getOnlinedSince()
public void setOnlinedSince(java.time.OffsetDateTime onlinedSince)
Copyright © 2018. All Rights Reserved.