public class StructureResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_OWNER_ID |
static String |
SERIALIZED_NAME_POSITION |
static String |
SERIALIZED_NAME_SOLAR_SYSTEM_ID |
static String |
SERIALIZED_NAME_TYPE_ID |
| 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 static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_OWNER_ID
public static final String SERIALIZED_NAME_POSITION
public static final String SERIALIZED_NAME_SOLAR_SYSTEM_ID
public static final String SERIALIZED_NAME_TYPE_ID
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 void setPosition(Position position)
public StructureResponse solarSystemId(Integer solarSystemId)
public Integer getSolarSystemId()
public void setSolarSystemId(Integer solarSystemId)
public StructureResponse typeId(Integer typeId)
public void setTypeId(Integer typeId)
Copyright © 2021. All Rights Reserved.