public class StructureResponse extends Object implements Serializable
| Constructor and Description |
|---|
StructureResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
The full name of the structure
|
Position |
getPosition()
Get position
|
Integer |
getSolarSystemId()
solar_system_id integer
|
Integer |
getTypeId()
type_id integer
|
int |
hashCode() |
StructureResponse |
name(String name) |
StructureResponse |
position(Position position) |
void |
setName(String name) |
void |
setPosition(Position position) |
void |
setSolarSystemId(Integer solarSystemId) |
void |
setTypeId(Integer typeId) |
StructureResponse |
solarSystemId(Integer solarSystemId) |
String |
toString() |
StructureResponse |
typeId(Integer typeId) |
public StructureResponse name(String name)
public String getName()
public void setName(String name)
public StructureResponse solarSystemId(Integer solarSystemId)
public Integer getSolarSystemId()
public void setSolarSystemId(Integer solarSystemId)
public StructureResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
public StructureResponse position(Position position)
public Position getPosition()
public void setPosition(Position position)
Copyright © 2018. All Rights Reserved.