public class SovereigntyStructuresResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ALLIANCE_ID |
static String |
SERIALIZED_NAME_SOLAR_SYSTEM_ID |
static String |
SERIALIZED_NAME_STRUCTURE_ID |
static String |
SERIALIZED_NAME_STRUCTURE_TYPE_ID |
static String |
SERIALIZED_NAME_VULNERABILITY_OCCUPANCY_LEVEL |
static String |
SERIALIZED_NAME_VULNERABLE_END_TIME |
static String |
SERIALIZED_NAME_VULNERABLE_START_TIME |
| 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 static final String SERIALIZED_NAME_STRUCTURE_TYPE_ID
public static final String SERIALIZED_NAME_ALLIANCE_ID
public static final String SERIALIZED_NAME_VULNERABLE_START_TIME
public static final String SERIALIZED_NAME_VULNERABLE_END_TIME
public static final String SERIALIZED_NAME_VULNERABILITY_OCCUPANCY_LEVEL
public static final String SERIALIZED_NAME_SOLAR_SYSTEM_ID
public static final String SERIALIZED_NAME_STRUCTURE_ID
public SovereigntyStructuresResponse structureTypeId(Integer structureTypeId)
public Integer getStructureTypeId()
public void setStructureTypeId(Integer structureTypeId)
public SovereigntyStructuresResponse allianceId(Integer allianceId)
public Integer getAllianceId()
public void setAllianceId(Integer allianceId)
public SovereigntyStructuresResponse vulnerableStartTime(java.time.OffsetDateTime vulnerableStartTime)
public java.time.OffsetDateTime getVulnerableStartTime()
public void setVulnerableStartTime(java.time.OffsetDateTime vulnerableStartTime)
public SovereigntyStructuresResponse vulnerableEndTime(java.time.OffsetDateTime vulnerableEndTime)
public java.time.OffsetDateTime getVulnerableEndTime()
public void setVulnerableEndTime(java.time.OffsetDateTime vulnerableEndTime)
public SovereigntyStructuresResponse vulnerabilityOccupancyLevel(Float vulnerabilityOccupancyLevel)
public Float getVulnerabilityOccupancyLevel()
public void setVulnerabilityOccupancyLevel(Float vulnerabilityOccupancyLevel)
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)
Copyright © 2019. All Rights Reserved.