Package net.troja.eve.esi.model
Class PlanetContent
- java.lang.Object
-
- net.troja.eve.esi.model.PlanetContent
-
- All Implemented Interfaces:
Serializable
public class PlanetContent extends Object implements Serializable
content object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AMOUNTstatic StringSERIALIZED_NAME_TYPE_ID
-
Constructor Summary
Constructors Constructor Description PlanetContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlanetContentamount(Long amount)booleanequals(Object o)LonggetAmount()amount integerIntegergetTypeId()type_id integerinthashCode()voidsetAmount(Long amount)voidsetTypeId(Integer typeId)StringtoString()PlanetContenttypeId(Integer typeId)
-
-
-
Field Detail
-
SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_AMOUNT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE_ID
public static final String SERIALIZED_NAME_TYPE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
amount
public PlanetContent amount(Long amount)
-
getAmount
public Long getAmount()
amount integer- Returns:
- amount
-
setAmount
public void setAmount(Long amount)
-
typeId
public PlanetContent typeId(Integer typeId)
-
getTypeId
public Integer getTypeId()
type_id integer- Returns:
- typeId
-
setTypeId
public void setTypeId(Integer typeId)
-
-