public class CorporationStructuresResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CorporationStructuresResponse.StateEnum
state string
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CORPORATION_ID |
static String |
SERIALIZED_NAME_FUEL_EXPIRES |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_NEXT_REINFORCE_APPLY |
static String |
SERIALIZED_NAME_NEXT_REINFORCE_HOUR |
static String |
SERIALIZED_NAME_PROFILE_ID |
static String |
SERIALIZED_NAME_REINFORCE_HOUR |
static String |
SERIALIZED_NAME_SERVICES |
static String |
SERIALIZED_NAME_STATE |
static String |
SERIALIZED_NAME_STATE_TIMER_END |
static String |
SERIALIZED_NAME_STATE_TIMER_START |
static String |
SERIALIZED_NAME_STRUCTURE_ID |
static String |
SERIALIZED_NAME_SYSTEM_ID |
static String |
SERIALIZED_NAME_TYPE_ID |
static String |
SERIALIZED_NAME_UNANCHORS_AT |
| Constructor and Description |
|---|
CorporationStructuresResponse() |
| Modifier and Type | Method and Description |
|---|---|
CorporationStructuresResponse |
addServicesItem(StructureService servicesItem) |
CorporationStructuresResponse |
corporationId(Integer corporationId) |
boolean |
equals(Object o) |
CorporationStructuresResponse |
fuelExpires(java.time.OffsetDateTime fuelExpires) |
Integer |
getCorporationId()
ID of the corporation that owns the structure
|
java.time.OffsetDateTime |
getFuelExpires()
Date on which the structure will run out of fuel
|
String |
getName()
The structure name
|
java.time.OffsetDateTime |
getNextReinforceApply()
The date and time when the structure's newly requested reinforcement
times (e.g. next_reinforce_hour and next_reinforce_day) will take effect
|
Integer |
getNextReinforceHour()
The requested change to reinforce_hour that will take effect at the time
shown by next_reinforce_apply minimum: 0 maximum: 23
|
Integer |
getProfileId()
The id of the ACL profile for this citadel
|
Integer |
getReinforceHour()
The hour of day that determines the four hour window when the structure
will randomly exit its reinforcement periods and become vulnerable to
attack against its armor and/or hull.
|
List<StructureService> |
getServices()
Contains a list of service upgrades, and their state
|
CorporationStructuresResponse.StateEnum |
getState()
state string
|
String |
getStateString() |
java.time.OffsetDateTime |
getStateTimerEnd()
Date at which the structure will move to it's next state
|
java.time.OffsetDateTime |
getStateTimerStart()
Date at which the structure entered it's current state
|
Long |
getStructureId()
The Item ID of the structure
|
Integer |
getSystemId()
The solar system the structure is in
|
Integer |
getTypeId()
The type id of the structure
|
java.time.OffsetDateTime |
getUnanchorsAt()
Date at which the structure will unanchor
|
int |
hashCode() |
CorporationStructuresResponse |
name(String name) |
CorporationStructuresResponse |
nextReinforceApply(java.time.OffsetDateTime nextReinforceApply) |
CorporationStructuresResponse |
nextReinforceHour(Integer nextReinforceHour) |
CorporationStructuresResponse |
profileId(Integer profileId) |
CorporationStructuresResponse |
reinforceHour(Integer reinforceHour) |
CorporationStructuresResponse |
services(List<StructureService> services) |
void |
setCorporationId(Integer corporationId) |
void |
setFuelExpires(java.time.OffsetDateTime fuelExpires) |
void |
setName(String name) |
void |
setNextReinforceApply(java.time.OffsetDateTime nextReinforceApply) |
void |
setNextReinforceHour(Integer nextReinforceHour) |
void |
setProfileId(Integer profileId) |
void |
setReinforceHour(Integer reinforceHour) |
void |
setServices(List<StructureService> services) |
void |
setState(CorporationStructuresResponse.StateEnum stateEnum) |
void |
setStateString(String state) |
void |
setStateTimerEnd(java.time.OffsetDateTime stateTimerEnd) |
void |
setStateTimerStart(java.time.OffsetDateTime stateTimerStart) |
void |
setStructureId(Long structureId) |
void |
setSystemId(Integer systemId) |
void |
setTypeId(Integer typeId) |
void |
setUnanchorsAt(java.time.OffsetDateTime unanchorsAt) |
CorporationStructuresResponse |
state(CorporationStructuresResponse.StateEnum stateEnum) |
CorporationStructuresResponse |
stateString(String state) |
CorporationStructuresResponse |
stateTimerEnd(java.time.OffsetDateTime stateTimerEnd) |
CorporationStructuresResponse |
stateTimerStart(java.time.OffsetDateTime stateTimerStart) |
CorporationStructuresResponse |
structureId(Long structureId) |
CorporationStructuresResponse |
systemId(Integer systemId) |
String |
toString() |
CorporationStructuresResponse |
typeId(Integer typeId) |
CorporationStructuresResponse |
unanchorsAt(java.time.OffsetDateTime unanchorsAt) |
public static final String SERIALIZED_NAME_CORPORATION_ID
public static final String SERIALIZED_NAME_FUEL_EXPIRES
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NEXT_REINFORCE_APPLY
public static final String SERIALIZED_NAME_NEXT_REINFORCE_HOUR
public static final String SERIALIZED_NAME_PROFILE_ID
public static final String SERIALIZED_NAME_REINFORCE_HOUR
public static final String SERIALIZED_NAME_SERVICES
public static final String SERIALIZED_NAME_STATE
public static final String SERIALIZED_NAME_STATE_TIMER_END
public static final String SERIALIZED_NAME_STATE_TIMER_START
public static final String SERIALIZED_NAME_STRUCTURE_ID
public static final String SERIALIZED_NAME_SYSTEM_ID
public static final String SERIALIZED_NAME_TYPE_ID
public static final String SERIALIZED_NAME_UNANCHORS_AT
public CorporationStructuresResponse corporationId(Integer corporationId)
public Integer getCorporationId()
public void setCorporationId(Integer corporationId)
public CorporationStructuresResponse fuelExpires(java.time.OffsetDateTime fuelExpires)
@Nullable public java.time.OffsetDateTime getFuelExpires()
public void setFuelExpires(java.time.OffsetDateTime fuelExpires)
public CorporationStructuresResponse name(String name)
public void setName(String name)
public CorporationStructuresResponse nextReinforceApply(java.time.OffsetDateTime nextReinforceApply)
@Nullable public java.time.OffsetDateTime getNextReinforceApply()
public void setNextReinforceApply(java.time.OffsetDateTime nextReinforceApply)
public CorporationStructuresResponse nextReinforceHour(Integer nextReinforceHour)
@Nullable public Integer getNextReinforceHour()
public void setNextReinforceHour(Integer nextReinforceHour)
public CorporationStructuresResponse profileId(Integer profileId)
public Integer getProfileId()
public void setProfileId(Integer profileId)
public CorporationStructuresResponse reinforceHour(Integer reinforceHour)
@Nullable public Integer getReinforceHour()
public void setReinforceHour(Integer reinforceHour)
public CorporationStructuresResponse services(List<StructureService> services)
public CorporationStructuresResponse addServicesItem(StructureService servicesItem)
@Nullable public List<StructureService> getServices()
public void setServices(List<StructureService> services)
public CorporationStructuresResponse state(CorporationStructuresResponse.StateEnum stateEnum)
public CorporationStructuresResponse stateString(String state)
public CorporationStructuresResponse.StateEnum getState()
public String getStateString()
public void setState(CorporationStructuresResponse.StateEnum stateEnum)
public void setStateString(String state)
public CorporationStructuresResponse stateTimerEnd(java.time.OffsetDateTime stateTimerEnd)
@Nullable public java.time.OffsetDateTime getStateTimerEnd()
public void setStateTimerEnd(java.time.OffsetDateTime stateTimerEnd)
public CorporationStructuresResponse stateTimerStart(java.time.OffsetDateTime stateTimerStart)
@Nullable public java.time.OffsetDateTime getStateTimerStart()
public void setStateTimerStart(java.time.OffsetDateTime stateTimerStart)
public CorporationStructuresResponse structureId(Long structureId)
public Long getStructureId()
public void setStructureId(Long structureId)
public CorporationStructuresResponse systemId(Integer systemId)
public Integer getSystemId()
public void setSystemId(Integer systemId)
public CorporationStructuresResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
public CorporationStructuresResponse unanchorsAt(java.time.OffsetDateTime unanchorsAt)
@Nullable public java.time.OffsetDateTime getUnanchorsAt()
public void setUnanchorsAt(java.time.OffsetDateTime unanchorsAt)
Copyright © 2021. All Rights Reserved.