public class IndustrySystemsResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COST_INDICES |
static String |
SERIALIZED_NAME_SOLAR_SYSTEM_ID |
| 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 static final String SERIALIZED_NAME_COST_INDICES
public static final String SERIALIZED_NAME_SOLAR_SYSTEM_ID
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 © 2021. All Rights Reserved.