public class CorporationStructuresResponse extends Object implements Serializable
| Constructor and Description |
|---|
CorporationStructuresResponse() |
| Modifier and Type | Method and Description |
|---|---|
CorporationStructuresResponse |
addCurrentVulItem(VulnerabilityWindow currentVulItem) |
CorporationStructuresResponse |
addNextVulItem(VulnerabilityWindow nextVulItem) |
CorporationStructuresResponse |
addServicesItem(StructureService servicesItem) |
CorporationStructuresResponse |
corporationId(Integer corporationId) |
CorporationStructuresResponse |
currentVul(List<VulnerabilityWindow> currentVul) |
boolean |
equals(Object o) |
CorporationStructuresResponse |
fuelExpires(java.time.OffsetDateTime fuelExpires) |
Integer |
getCorporationId()
ID of the corporation that owns the structure
|
List<VulnerabilityWindow> |
getCurrentVul()
This week's vulnerability windows, Monday is day 0
|
java.time.OffsetDateTime |
getFuelExpires()
Date on which the structure will run out of fuel
|
List<VulnerabilityWindow> |
getNextVul()
Next week's vulnerability windows, Monday is day 0
|
Integer |
getProfileId()
The id of the ACL profile for this citadel
|
List<StructureService> |
getServices()
Contains a list of service upgrades, and their state
|
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 |
nextVul(List<VulnerabilityWindow> nextVul) |
CorporationStructuresResponse |
profileId(Integer profileId) |
CorporationStructuresResponse |
services(List<StructureService> services) |
void |
setCorporationId(Integer corporationId) |
void |
setCurrentVul(List<VulnerabilityWindow> currentVul) |
void |
setFuelExpires(java.time.OffsetDateTime fuelExpires) |
void |
setNextVul(List<VulnerabilityWindow> nextVul) |
void |
setProfileId(Integer profileId) |
void |
setServices(List<StructureService> services) |
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 |
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 structureId(Long structureId)
public Long getStructureId()
public void setStructureId(Long structureId)
public CorporationStructuresResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
public CorporationStructuresResponse corporationId(Integer corporationId)
public Integer getCorporationId()
public void setCorporationId(Integer corporationId)
public CorporationStructuresResponse systemId(Integer systemId)
public Integer getSystemId()
public void setSystemId(Integer systemId)
public CorporationStructuresResponse profileId(Integer profileId)
public Integer getProfileId()
public void setProfileId(Integer profileId)
public CorporationStructuresResponse fuelExpires(java.time.OffsetDateTime fuelExpires)
public java.time.OffsetDateTime getFuelExpires()
public void setFuelExpires(java.time.OffsetDateTime fuelExpires)
public CorporationStructuresResponse services(List<StructureService> services)
public CorporationStructuresResponse addServicesItem(StructureService servicesItem)
public List<StructureService> getServices()
public void setServices(List<StructureService> services)
public CorporationStructuresResponse stateTimerStart(java.time.OffsetDateTime stateTimerStart)
public java.time.OffsetDateTime getStateTimerStart()
public void setStateTimerStart(java.time.OffsetDateTime stateTimerStart)
public CorporationStructuresResponse stateTimerEnd(java.time.OffsetDateTime stateTimerEnd)
public java.time.OffsetDateTime getStateTimerEnd()
public void setStateTimerEnd(java.time.OffsetDateTime stateTimerEnd)
public CorporationStructuresResponse unanchorsAt(java.time.OffsetDateTime unanchorsAt)
public java.time.OffsetDateTime getUnanchorsAt()
public void setUnanchorsAt(java.time.OffsetDateTime unanchorsAt)
public CorporationStructuresResponse currentVul(List<VulnerabilityWindow> currentVul)
public CorporationStructuresResponse addCurrentVulItem(VulnerabilityWindow currentVulItem)
public List<VulnerabilityWindow> getCurrentVul()
public void setCurrentVul(List<VulnerabilityWindow> currentVul)
public CorporationStructuresResponse nextVul(List<VulnerabilityWindow> nextVul)
public CorporationStructuresResponse addNextVulItem(VulnerabilityWindow nextVulItem)
public List<VulnerabilityWindow> getNextVul()
public void setNextVul(List<VulnerabilityWindow> nextVul)
Copyright © 2018. All Rights Reserved.