public class SovereigntyStructuresResponse extends Object implements Serializable
| Constructor and Description |
|---|
SovereigntyStructuresResponse() |
| Modifier and Type | Method and Description |
|---|---|
SovereigntyStructuresResponse |
allianceId(Integer allianceId) |
boolean |
equals(Object o) |
Integer |
getAllianceId()
The alliance that owns the structure.
|
Integer |
getSolarSystemId()
Solar system in which the structure is located.
|
Long |
getStructureId()
Unique item ID for this structure.
|
Integer |
getStructureTypeId()
A reference to the type of structure this is.
|
Float |
getVulnerabilityOccupancyLevel()
The occupancy level for the next or current vulnerability window.
|
java.time.OffsetDateTime |
getVulnerableEndTime()
The time at which the next or current vulnerability window ends.
|
java.time.OffsetDateTime |
getVulnerableStartTime()
The next time at which the structure will become vulnerable.
|
int |
hashCode() |
void |
setAllianceId(Integer allianceId) |
void |
setSolarSystemId(Integer solarSystemId) |
void |
setStructureId(Long structureId) |
void |
setStructureTypeId(Integer structureTypeId) |
void |
setVulnerabilityOccupancyLevel(Float vulnerabilityOccupancyLevel) |
void |
setVulnerableEndTime(java.time.OffsetDateTime vulnerableEndTime) |
void |
setVulnerableStartTime(java.time.OffsetDateTime vulnerableStartTime) |
SovereigntyStructuresResponse |
solarSystemId(Integer solarSystemId) |
SovereigntyStructuresResponse |
structureId(Long structureId) |
SovereigntyStructuresResponse |
structureTypeId(Integer structureTypeId) |
String |
toString() |
SovereigntyStructuresResponse |
vulnerabilityOccupancyLevel(Float vulnerabilityOccupancyLevel) |
SovereigntyStructuresResponse |
vulnerableEndTime(java.time.OffsetDateTime vulnerableEndTime) |
SovereigntyStructuresResponse |
vulnerableStartTime(java.time.OffsetDateTime vulnerableStartTime) |
public SovereigntyStructuresResponse allianceId(Integer allianceId)
public Integer getAllianceId()
public void setAllianceId(Integer allianceId)
public SovereigntyStructuresResponse solarSystemId(Integer solarSystemId)
public Integer getSolarSystemId()
public void setSolarSystemId(Integer solarSystemId)
public SovereigntyStructuresResponse structureId(Long structureId)
public Long getStructureId()
public void setStructureId(Long structureId)
public SovereigntyStructuresResponse structureTypeId(Integer structureTypeId)
public Integer getStructureTypeId()
public void setStructureTypeId(Integer structureTypeId)
public SovereigntyStructuresResponse vulnerabilityOccupancyLevel(Float vulnerabilityOccupancyLevel)
public Float getVulnerabilityOccupancyLevel()
public void setVulnerabilityOccupancyLevel(Float vulnerabilityOccupancyLevel)
public SovereigntyStructuresResponse vulnerableEndTime(java.time.OffsetDateTime vulnerableEndTime)
public java.time.OffsetDateTime getVulnerableEndTime()
public void setVulnerableEndTime(java.time.OffsetDateTime vulnerableEndTime)
public SovereigntyStructuresResponse vulnerableStartTime(java.time.OffsetDateTime vulnerableStartTime)
public java.time.OffsetDateTime getVulnerableStartTime()
public void setVulnerableStartTime(java.time.OffsetDateTime vulnerableStartTime)
Copyright © 2017. All Rights Reserved.