public class CharacterLocationResponse extends Object implements Serializable
| 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 CharacterLocationResponse solarSystemId(Integer solarSystemId)
public Integer getSolarSystemId()
public void setSolarSystemId(Integer solarSystemId)
public CharacterLocationResponse stationId(Integer stationId)
public Integer getStationId()
public void setStationId(Integer stationId)
public CharacterLocationResponse structureId(Long structureId)
public Long getStructureId()
public void setStructureId(Long structureId)
Copyright © 2019. All Rights Reserved.