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
|
Integer |
getOwnerId()
The ID of the corporation who owns this particular structure
|
Position |
getPosition()
Get position
|
Integer |
getSolarSystemId()
solar_system_id integer
|
Integer |
getTypeId()
type_id integer
|
int |
hashCode() |
StructureResponse |
name(String name) |
StructureResponse |
ownerId(Integer ownerId) |
StructureResponse |
position(Position position) |
void |
setName(String name) |
void |
setOwnerId(Integer ownerId) |
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 ownerId(Integer ownerId)
public Integer getOwnerId()
public void setOwnerId(Integer ownerId)
public StructureResponse position(Position position)
public Position getPosition()
public void setPosition(Position position)
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)
Copyright © 2018. All Rights Reserved.