Package net.troja.eve.esi.model
Class IndustryFacilitiesResponse
- java.lang.Object
-
- net.troja.eve.esi.model.IndustryFacilitiesResponse
-
- All Implemented Interfaces:
Serializable
public class IndustryFacilitiesResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_FACILITY_IDstatic StringSERIALIZED_NAME_OWNER_IDstatic StringSERIALIZED_NAME_REGION_IDstatic StringSERIALIZED_NAME_SOLAR_SYSTEM_IDstatic StringSERIALIZED_NAME_TAXstatic StringSERIALIZED_NAME_TYPE_ID
-
Constructor Summary
Constructors Constructor Description IndustryFacilitiesResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IndustryFacilitiesResponsefacilityId(Long facilityId)LonggetFacilityId()ID of the facilityIntegergetOwnerId()Owner of the facilityIntegergetRegionId()Region ID where the facility isIntegergetSolarSystemId()Solar system ID where the facility isFloatgetTax()Tax imposed by the facilityIntegergetTypeId()Type ID of the facilityinthashCode()IndustryFacilitiesResponseownerId(Integer ownerId)IndustryFacilitiesResponseregionId(Integer regionId)voidsetFacilityId(Long facilityId)voidsetOwnerId(Integer ownerId)voidsetRegionId(Integer regionId)voidsetSolarSystemId(Integer solarSystemId)voidsetTax(Float tax)voidsetTypeId(Integer typeId)IndustryFacilitiesResponsesolarSystemId(Integer solarSystemId)IndustryFacilitiesResponsetax(Float tax)StringtoString()IndustryFacilitiesResponsetypeId(Integer typeId)
-
-
-
Field Detail
-
SERIALIZED_NAME_FACILITY_ID
public static final String SERIALIZED_NAME_FACILITY_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OWNER_ID
public static final String SERIALIZED_NAME_OWNER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REGION_ID
public static final String SERIALIZED_NAME_REGION_ID
- 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_TAX
public static final String SERIALIZED_NAME_TAX
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE_ID
public static final String SERIALIZED_NAME_TYPE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
facilityId
public IndustryFacilitiesResponse facilityId(Long facilityId)
-
getFacilityId
public Long getFacilityId()
ID of the facility- Returns:
- facilityId
-
setFacilityId
public void setFacilityId(Long facilityId)
-
ownerId
public IndustryFacilitiesResponse ownerId(Integer ownerId)
-
getOwnerId
public Integer getOwnerId()
Owner of the facility- Returns:
- ownerId
-
setOwnerId
public void setOwnerId(Integer ownerId)
-
regionId
public IndustryFacilitiesResponse regionId(Integer regionId)
-
getRegionId
public Integer getRegionId()
Region ID where the facility is- Returns:
- regionId
-
setRegionId
public void setRegionId(Integer regionId)
-
solarSystemId
public IndustryFacilitiesResponse solarSystemId(Integer solarSystemId)
-
getSolarSystemId
public Integer getSolarSystemId()
Solar system ID where the facility is- Returns:
- solarSystemId
-
setSolarSystemId
public void setSolarSystemId(Integer solarSystemId)
-
tax
public IndustryFacilitiesResponse tax(Float tax)
-
setTax
public void setTax(Float tax)
-
typeId
public IndustryFacilitiesResponse typeId(Integer typeId)
-
getTypeId
public Integer getTypeId()
Type ID of the facility- Returns:
- typeId
-
setTypeId
public void setTypeId(Integer typeId)
-
-