public class IndustryFacilitiesResponse extends Object implements Serializable
| 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 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 Float getTax()
public void setTax(Float tax)
public IndustryFacilitiesResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
Copyright © 2018. All Rights Reserved.