Uses of Class
net.troja.eve.esi.model.SystemCostIndice
-
Packages that use SystemCostIndice Package Description net.troja.eve.esi.model -
-
Uses of SystemCostIndice in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return SystemCostIndice Modifier and Type Method Description SystemCostIndiceSystemCostIndice. activity(SystemCostIndice.ActivityEnum activityEnum)SystemCostIndiceSystemCostIndice. activityString(String activity)SystemCostIndiceSystemCostIndice. costIndex(Float costIndex)Methods in net.troja.eve.esi.model that return types with arguments of type SystemCostIndice Modifier and Type Method Description List<SystemCostIndice>IndustrySystemsResponse. getCostIndices()cost_indices arrayMethods in net.troja.eve.esi.model with parameters of type SystemCostIndice Modifier and Type Method Description IndustrySystemsResponseIndustrySystemsResponse. addCostIndicesItem(SystemCostIndice costIndicesItem)Method parameters in net.troja.eve.esi.model with type arguments of type SystemCostIndice Modifier and Type Method Description IndustrySystemsResponseIndustrySystemsResponse. costIndices(List<SystemCostIndice> costIndices)voidIndustrySystemsResponse. setCostIndices(List<SystemCostIndice> costIndices)
-