public class IndustrySystemsResponse extends Object implements Serializable
| Constructor and Description |
|---|
IndustrySystemsResponse() |
| Modifier and Type | Method and Description |
|---|---|
IndustrySystemsResponse |
addCostIndicesItem(SystemCostIndice costIndicesItem) |
IndustrySystemsResponse |
costIndices(List<SystemCostIndice> costIndices) |
boolean |
equals(Object o) |
List<SystemCostIndice> |
getCostIndices()
cost_indices array
|
Integer |
getSolarSystemId()
solar_system_id integer
|
int |
hashCode() |
void |
setCostIndices(List<SystemCostIndice> costIndices) |
void |
setSolarSystemId(Integer solarSystemId) |
IndustrySystemsResponse |
solarSystemId(Integer solarSystemId) |
String |
toString() |
public IndustrySystemsResponse costIndices(List<SystemCostIndice> costIndices)
public IndustrySystemsResponse addCostIndicesItem(SystemCostIndice costIndicesItem)
public List<SystemCostIndice> getCostIndices()
public void setCostIndices(List<SystemCostIndice> costIndices)
public IndustrySystemsResponse solarSystemId(Integer solarSystemId)
public Integer getSolarSystemId()
public void setSolarSystemId(Integer solarSystemId)
Copyright © 2018. All Rights Reserved.