public class IndustryFacilitiesResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_FACILITY_ID |
static String |
SERIALIZED_NAME_OWNER_ID |
static String |
SERIALIZED_NAME_REGION_ID |
static String |
SERIALIZED_NAME_SOLAR_SYSTEM_ID |
static String |
SERIALIZED_NAME_TAX |
static String |
SERIALIZED_NAME_TYPE_ID |
| Constructor and Description |
|---|
IndustryFacilitiesResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
IndustryFacilitiesResponse |
facilityId(Long facilityId) |
Long |
getFacilityId()
ID of the facility
|
Integer |
getOwnerId()
Owner of the facility
|
Integer |
getRegionId()
Region ID where the facility is
|
Integer |
getSolarSystemId()
Solar system ID where the facility is
|
Float |
getTax()
Tax imposed by the facility
|
Integer |
getTypeId()
Type ID of the facility
|
int |
hashCode() |
IndustryFacilitiesResponse |
ownerId(Integer ownerId) |
IndustryFacilitiesResponse |
regionId(Integer regionId) |
void |
setFacilityId(Long facilityId) |
void |
setOwnerId(Integer ownerId) |
void |
setRegionId(Integer regionId) |
void |
setSolarSystemId(Integer solarSystemId) |
void |
setTax(Float tax) |
void |
setTypeId(Integer typeId) |
IndustryFacilitiesResponse |
solarSystemId(Integer solarSystemId) |
IndustryFacilitiesResponse |
tax(Float tax) |
String |
toString() |
IndustryFacilitiesResponse |
typeId(Integer typeId) |
public static final String SERIALIZED_NAME_FACILITY_ID
public static final String SERIALIZED_NAME_OWNER_ID
public static final String SERIALIZED_NAME_REGION_ID
public static final String SERIALIZED_NAME_SOLAR_SYSTEM_ID
public static final String SERIALIZED_NAME_TAX
public static final String SERIALIZED_NAME_TYPE_ID
public IndustryFacilitiesResponse facilityId(Long facilityId)
public Long getFacilityId()
public void setFacilityId(Long facilityId)
public IndustryFacilitiesResponse ownerId(Integer ownerId)
public Integer getOwnerId()
public void setOwnerId(Integer ownerId)
public IndustryFacilitiesResponse regionId(Integer regionId)
public Integer getRegionId()
public void setRegionId(Integer regionId)
public IndustryFacilitiesResponse solarSystemId(Integer solarSystemId)
public Integer getSolarSystemId()
public void setSolarSystemId(Integer solarSystemId)
public IndustryFacilitiesResponse tax(Float tax)
public void setTax(Float tax)
public IndustryFacilitiesResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
Copyright © 2021. All Rights Reserved.