Package net.troja.eve.esi.model
Class InsurancePricesResponse
- java.lang.Object
-
- net.troja.eve.esi.model.InsurancePricesResponse
-
- All Implemented Interfaces:
Serializable
public class InsurancePricesResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_LEVELSstatic StringSERIALIZED_NAME_TYPE_ID
-
Constructor Summary
Constructors Constructor Description InsurancePricesResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsurancePricesResponseaddLevelsItem(InsurancePriceLevel levelsItem)booleanequals(Object o)List<InsurancePriceLevel>getLevels()A list of a available insurance levels for this ship typeIntegergetTypeId()type_id integerinthashCode()InsurancePricesResponselevels(List<InsurancePriceLevel> levels)voidsetLevels(List<InsurancePriceLevel> levels)voidsetTypeId(Integer typeId)StringtoString()InsurancePricesResponsetypeId(Integer typeId)
-
-
-
Field Detail
-
SERIALIZED_NAME_LEVELS
public static final String SERIALIZED_NAME_LEVELS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE_ID
public static final String SERIALIZED_NAME_TYPE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
levels
public InsurancePricesResponse levels(List<InsurancePriceLevel> levels)
-
addLevelsItem
public InsurancePricesResponse addLevelsItem(InsurancePriceLevel levelsItem)
-
getLevels
public List<InsurancePriceLevel> getLevels()
A list of a available insurance levels for this ship type- Returns:
- levels
-
setLevels
public void setLevels(List<InsurancePriceLevel> levels)
-
typeId
public InsurancePricesResponse typeId(Integer typeId)
-
getTypeId
public Integer getTypeId()
type_id integer- Returns:
- typeId
-
setTypeId
public void setTypeId(Integer typeId)
-
-