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.LocalDate 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.LocalDate |
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.LocalDate |
getStateTimerEnd()
Date at which the structure will move to it's next state
|
java.time.LocalDate |
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.LocalDate |
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.LocalDate fuelExpires) |
void |
setNextVul(List<VulnerabilityWindow> nextVul) |
void |
setProfileId(Integer profileId) |
void |
setServices(List<StructureService> services) |
void |
setStateTimerEnd(java.time.LocalDate stateTimerEnd) |
void |
setStateTimerStart(java.time.LocalDate stateTimerStart) |
void |
setStructureId(Long structureId) |
void |
setSystemId(Integer systemId) |
void |
setTypeId(Integer typeId) |
void |
setUnanchorsAt(java.time.LocalDate unanchorsAt) |
CorporationStructuresResponse |
stateTimerEnd(java.time.LocalDate stateTimerEnd) |
CorporationStructuresResponse |
stateTimerStart(java.time.LocalDate stateTimerStart) |
CorporationStructuresResponse |
structureId(Long structureId) |
CorporationStructuresResponse |
systemId(Integer systemId) |
String |
toString() |
CorporationStructuresResponse |
typeId(Integer typeId) |
CorporationStructuresResponse |
unanchorsAt(java.time.LocalDate unanchorsAt) |
public CorporationStructuresResponse corporationId(Integer corporationId)
public Integer getCorporationId()
public void setCorporationId(Integer corporationId)
public CorporationStructuresResponse currentVul(List<VulnerabilityWindow> currentVul)
public CorporationStructuresResponse addCurrentVulItem(VulnerabilityWindow currentVulItem)
public List<VulnerabilityWindow> getCurrentVul()
public void setCurrentVul(List<VulnerabilityWindow> currentVul)
public CorporationStructuresResponse fuelExpires(java.time.LocalDate fuelExpires)
public java.time.LocalDate getFuelExpires()
public void setFuelExpires(java.time.LocalDate fuelExpires)
public CorporationStructuresResponse nextVul(List<VulnerabilityWindow> nextVul)
public CorporationStructuresResponse addNextVulItem(VulnerabilityWindow nextVulItem)
public List<VulnerabilityWindow> getNextVul()
public void setNextVul(List<VulnerabilityWindow> nextVul)
public CorporationStructuresResponse profileId(Integer profileId)
public Integer getProfileId()
public void setProfileId(Integer profileId)
public CorporationStructuresResponse services(List<StructureService> services)
public CorporationStructuresResponse addServicesItem(StructureService servicesItem)
public List<StructureService> getServices()
public void setServices(List<StructureService> services)
public CorporationStructuresResponse stateTimerEnd(java.time.LocalDate stateTimerEnd)
public java.time.LocalDate getStateTimerEnd()
public void setStateTimerEnd(java.time.LocalDate stateTimerEnd)
public CorporationStructuresResponse stateTimerStart(java.time.LocalDate stateTimerStart)
public java.time.LocalDate getStateTimerStart()
public void setStateTimerStart(java.time.LocalDate 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.LocalDate unanchorsAt)
public java.time.LocalDate getUnanchorsAt()
public void setUnanchorsAt(java.time.LocalDate unanchorsAt)
Copyright © 2017. All Rights Reserved.