Package net.troja.eve.esi.model
Class StructureResponse
- java.lang.Object
-
- net.troja.eve.esi.model.StructureResponse
-
- All Implemented Interfaces:
Serializable
public class StructureResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_OWNER_IDstatic StringSERIALIZED_NAME_POSITIONstatic StringSERIALIZED_NAME_SOLAR_SYSTEM_IDstatic StringSERIALIZED_NAME_TYPE_ID
-
Constructor Summary
Constructors Constructor Description StructureResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()The full name of the structureIntegergetOwnerId()The ID of the corporation who owns this particular structurePositiongetPosition()Get positionIntegergetSolarSystemId()solar_system_id integerIntegergetTypeId()type_id integerinthashCode()StructureResponsename(String name)StructureResponseownerId(Integer ownerId)StructureResponseposition(Position position)voidsetName(String name)voidsetOwnerId(Integer ownerId)voidsetPosition(Position position)voidsetSolarSystemId(Integer solarSystemId)voidsetTypeId(Integer typeId)StructureResponsesolarSystemId(Integer solarSystemId)StringtoString()StructureResponsetypeId(Integer typeId)
-
-
-
Field Detail
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OWNER_ID
public static final String SERIALIZED_NAME_OWNER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_POSITION
public static final String SERIALIZED_NAME_POSITION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SOLAR_SYSTEM_ID
public static final String SERIALIZED_NAME_SOLAR_SYSTEM_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE_ID
public static final String SERIALIZED_NAME_TYPE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public StructureResponse name(String name)
-
getName
public String getName()
The full name of the structure- Returns:
- name
-
setName
public void setName(String name)
-
ownerId
public StructureResponse ownerId(Integer ownerId)
-
getOwnerId
public Integer getOwnerId()
The ID of the corporation who owns this particular structure- Returns:
- ownerId
-
setOwnerId
public void setOwnerId(Integer ownerId)
-
position
public StructureResponse position(Position position)
-
setPosition
public void setPosition(Position position)
-
solarSystemId
public StructureResponse solarSystemId(Integer solarSystemId)
-
getSolarSystemId
public Integer getSolarSystemId()
solar_system_id integer- Returns:
- solarSystemId
-
setSolarSystemId
public void setSolarSystemId(Integer solarSystemId)
-
typeId
public StructureResponse typeId(Integer typeId)
-
setTypeId
public void setTypeId(Integer typeId)
-
-