Package net.troja.eve.esi.model
Class InsurancePriceLevel
- java.lang.Object
-
- net.troja.eve.esi.model.InsurancePriceLevel
-
- All Implemented Interfaces:
Serializable
public class InsurancePriceLevel extends Object implements Serializable
level object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_COSTstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_PAYOUT
-
Constructor Summary
Constructors Constructor Description InsurancePriceLevel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsurancePriceLevelcost(Float cost)booleanequals(Object o)FloatgetCost()cost numberStringgetName()Localized insurance levelFloatgetPayout()payout numberinthashCode()InsurancePriceLevelname(String name)InsurancePriceLevelpayout(Float payout)voidsetCost(Float cost)voidsetName(String name)voidsetPayout(Float payout)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_COST
public static final String SERIALIZED_NAME_COST
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PAYOUT
public static final String SERIALIZED_NAME_PAYOUT
- See Also:
- Constant Field Values
-
-
Method Detail
-
cost
public InsurancePriceLevel cost(Float cost)
-
getCost
public Float getCost()
cost number- Returns:
- cost
-
setCost
public void setCost(Float cost)
-
name
public InsurancePriceLevel name(String name)
-
getName
public String getName()
Localized insurance level- Returns:
- name
-
setName
public void setName(String name)
-
payout
public InsurancePriceLevel payout(Float payout)
-
getPayout
public Float getPayout()
payout number- Returns:
- payout
-
setPayout
public void setPayout(Float payout)
-
-