public class CharacterLocationResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_SOLAR_SYSTEM_ID |
static String |
SERIALIZED_NAME_STATION_ID |
static String |
SERIALIZED_NAME_STRUCTURE_ID |
| Constructor and Description |
|---|
CharacterLocationResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getSolarSystemId()
solar_system_id integer
|
Integer |
getStationId()
station_id integer
|
Long |
getStructureId()
structure_id integer
|
int |
hashCode() |
void |
setSolarSystemId(Integer solarSystemId) |
void |
setStationId(Integer stationId) |
void |
setStructureId(Long structureId) |
CharacterLocationResponse |
solarSystemId(Integer solarSystemId) |
CharacterLocationResponse |
stationId(Integer stationId) |
CharacterLocationResponse |
structureId(Long structureId) |
String |
toString() |
public static final String SERIALIZED_NAME_SOLAR_SYSTEM_ID
public static final String SERIALIZED_NAME_STATION_ID
public static final String SERIALIZED_NAME_STRUCTURE_ID
public CharacterLocationResponse solarSystemId(Integer solarSystemId)
public Integer getSolarSystemId()
public void setSolarSystemId(Integer solarSystemId)
public CharacterLocationResponse stationId(Integer stationId)
public void setStationId(Integer stationId)
public CharacterLocationResponse structureId(Long structureId)
public void setStructureId(Long structureId)
Copyright © 2020. All Rights Reserved.