public class CorporationStructuresResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CorporationStructuresResponse.StateEnum
state string
|
| 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
|
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 |
getNextReinforceWeekday()
The requested change to reinforce_weekday that will take effect at the
time shown by next_reinforce_apply minimum: 0 maximum: 6
|
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.
|
Integer |
getReinforceWeekday()
The day of the week when the structure exits its final reinforcement
period and becomes vulnerable to attack against its hull.
|
List<StructureService> |
getServices()
Contains a list of service upgrades, and their state
|
CorporationStructuresResponse.StateEnum |
getState()
state string
|
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 |
nextReinforceApply(java.time.OffsetDateTime nextReinforceApply) |
CorporationStructuresResponse |
nextReinforceHour(Integer nextReinforceHour) |
CorporationStructuresResponse |
nextReinforceWeekday(Integer nextReinforceWeekday) |
CorporationStructuresResponse |
profileId(Integer profileId) |
CorporationStructuresResponse |
reinforceHour(Integer reinforceHour) |
CorporationStructuresResponse |
reinforceWeekday(Integer reinforceWeekday) |
CorporationStructuresResponse |
services(List<StructureService> services) |
void |
setCorporationId(Integer corporationId) |
void |
setFuelExpires(java.time.OffsetDateTime fuelExpires) |
void |
setNextReinforceApply(java.time.OffsetDateTime nextReinforceApply) |
void |
setNextReinforceHour(Integer nextReinforceHour) |
void |
setNextReinforceWeekday(Integer nextReinforceWeekday) |
void |
setProfileId(Integer profileId) |
void |
setReinforceHour(Integer reinforceHour) |
void |
setReinforceWeekday(Integer reinforceWeekday) |
void |
setServices(List<StructureService> services) |
void |
setState(CorporationStructuresResponse.StateEnum 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 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 CorporationStructuresResponse corporationId(Integer corporationId)
public Integer getCorporationId()
public void setCorporationId(Integer corporationId)
public CorporationStructuresResponse fuelExpires(java.time.OffsetDateTime fuelExpires)
public java.time.OffsetDateTime getFuelExpires()
public void setFuelExpires(java.time.OffsetDateTime fuelExpires)
public CorporationStructuresResponse nextReinforceApply(java.time.OffsetDateTime nextReinforceApply)
public java.time.OffsetDateTime getNextReinforceApply()
public void setNextReinforceApply(java.time.OffsetDateTime nextReinforceApply)
public CorporationStructuresResponse nextReinforceHour(Integer nextReinforceHour)
public Integer getNextReinforceHour()
public void setNextReinforceHour(Integer nextReinforceHour)
public CorporationStructuresResponse nextReinforceWeekday(Integer nextReinforceWeekday)
public Integer getNextReinforceWeekday()
public void setNextReinforceWeekday(Integer nextReinforceWeekday)
public CorporationStructuresResponse profileId(Integer profileId)
public Integer getProfileId()
public void setProfileId(Integer profileId)
public CorporationStructuresResponse reinforceHour(Integer reinforceHour)
public Integer getReinforceHour()
public void setReinforceHour(Integer reinforceHour)
public CorporationStructuresResponse reinforceWeekday(Integer reinforceWeekday)
public Integer getReinforceWeekday()
public void setReinforceWeekday(Integer reinforceWeekday)
public CorporationStructuresResponse services(List<StructureService> services)
public CorporationStructuresResponse addServicesItem(StructureService servicesItem)
public List<StructureService> getServices()
public void setServices(List<StructureService> services)
public CorporationStructuresResponse state(CorporationStructuresResponse.StateEnum state)
public CorporationStructuresResponse.StateEnum getState()
public void setState(CorporationStructuresResponse.StateEnum state)
public CorporationStructuresResponse stateTimerEnd(java.time.OffsetDateTime stateTimerEnd)
public java.time.OffsetDateTime getStateTimerEnd()
public void setStateTimerEnd(java.time.OffsetDateTime stateTimerEnd)
public CorporationStructuresResponse stateTimerStart(java.time.OffsetDateTime stateTimerStart)
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)
public java.time.OffsetDateTime getUnanchorsAt()
public void setUnanchorsAt(java.time.OffsetDateTime unanchorsAt)
Copyright © 2018. All Rights Reserved.