public class CorporationStarbasesResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CorporationStarbasesResponse.StateEnum
state string
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_MOON_ID |
static String |
SERIALIZED_NAME_ONLINED_SINCE |
static String |
SERIALIZED_NAME_REINFORCED_UNTIL |
static String |
SERIALIZED_NAME_STARBASE_ID |
static String |
SERIALIZED_NAME_STATE |
static String |
SERIALIZED_NAME_SYSTEM_ID |
static String |
SERIALIZED_NAME_TYPE_ID |
static String |
SERIALIZED_NAME_UNANCHOR_AT |
| 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
|
String |
getStateString() |
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 stateEnum) |
void |
setStateString(String state) |
void |
setSystemId(Integer systemId) |
void |
setTypeId(Integer typeId) |
void |
setUnanchorAt(java.time.OffsetDateTime unanchorAt) |
CorporationStarbasesResponse |
starbaseId(Long starbaseId) |
CorporationStarbasesResponse |
state(CorporationStarbasesResponse.StateEnum stateEnum) |
CorporationStarbasesResponse |
stateString(String state) |
CorporationStarbasesResponse |
systemId(Integer systemId) |
String |
toString() |
CorporationStarbasesResponse |
typeId(Integer typeId) |
CorporationStarbasesResponse |
unanchorAt(java.time.OffsetDateTime unanchorAt) |
public static final String SERIALIZED_NAME_MOON_ID
public static final String SERIALIZED_NAME_ONLINED_SINCE
public static final String SERIALIZED_NAME_REINFORCED_UNTIL
public static final String SERIALIZED_NAME_STARBASE_ID
public static final String SERIALIZED_NAME_STATE
public static final String SERIALIZED_NAME_SYSTEM_ID
public static final String SERIALIZED_NAME_TYPE_ID
public static final String SERIALIZED_NAME_UNANCHOR_AT
public CorporationStarbasesResponse moonId(Integer moonId)
@Nullable public Integer getMoonId()
public void setMoonId(Integer moonId)
public CorporationStarbasesResponse onlinedSince(java.time.OffsetDateTime onlinedSince)
@Nullable public java.time.OffsetDateTime getOnlinedSince()
public void setOnlinedSince(java.time.OffsetDateTime onlinedSince)
public CorporationStarbasesResponse reinforcedUntil(java.time.OffsetDateTime reinforcedUntil)
@Nullable public java.time.OffsetDateTime getReinforcedUntil()
public void setReinforcedUntil(java.time.OffsetDateTime reinforcedUntil)
public CorporationStarbasesResponse starbaseId(Long starbaseId)
public Long getStarbaseId()
public void setStarbaseId(Long starbaseId)
public CorporationStarbasesResponse state(CorporationStarbasesResponse.StateEnum stateEnum)
public CorporationStarbasesResponse stateString(String state)
@Nullable public CorporationStarbasesResponse.StateEnum getState()
public String getStateString()
public void setState(CorporationStarbasesResponse.StateEnum stateEnum)
public void setStateString(String state)
public CorporationStarbasesResponse systemId(Integer systemId)
public Integer getSystemId()
public void setSystemId(Integer systemId)
public CorporationStarbasesResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
public CorporationStarbasesResponse unanchorAt(java.time.OffsetDateTime unanchorAt)
@Nullable public java.time.OffsetDateTime getUnanchorAt()
public void setUnanchorAt(java.time.OffsetDateTime unanchorAt)
Copyright © 2020. All Rights Reserved.