Package net.troja.eve.esi.model
Class KillmailSubItem
- java.lang.Object
-
- net.troja.eve.esi.model.KillmailSubItem
-
- All Implemented Interfaces:
Serializable
public class KillmailSubItem extends Object implements Serializable
item object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_FLAGstatic StringSERIALIZED_NAME_ITEM_TYPE_IDstatic StringSERIALIZED_NAME_QUANTITY_DESTROYEDstatic StringSERIALIZED_NAME_QUANTITY_DROPPEDstatic StringSERIALIZED_NAME_SINGLETON
-
Constructor Summary
Constructors Constructor Description KillmailSubItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)KillmailSubItemflag(Integer flag)IntegergetFlag()flag integerIntegergetItemTypeId()item_type_id integerLonggetQuantityDestroyed()quantity_destroyed integerLonggetQuantityDropped()quantity_dropped integerIntegergetSingleton()singleton integerinthashCode()KillmailSubItemitemTypeId(Integer itemTypeId)KillmailSubItemquantityDestroyed(Long quantityDestroyed)KillmailSubItemquantityDropped(Long quantityDropped)voidsetFlag(Integer flag)voidsetItemTypeId(Integer itemTypeId)voidsetQuantityDestroyed(Long quantityDestroyed)voidsetQuantityDropped(Long quantityDropped)voidsetSingleton(Integer singleton)KillmailSubItemsingleton(Integer singleton)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_FLAG
public static final String SERIALIZED_NAME_FLAG
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ITEM_TYPE_ID
public static final String SERIALIZED_NAME_ITEM_TYPE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_QUANTITY_DESTROYED
public static final String SERIALIZED_NAME_QUANTITY_DESTROYED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_QUANTITY_DROPPED
public static final String SERIALIZED_NAME_QUANTITY_DROPPED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SINGLETON
public static final String SERIALIZED_NAME_SINGLETON
- See Also:
- Constant Field Values
-
-
Method Detail
-
flag
public KillmailSubItem flag(Integer flag)
-
getFlag
public Integer getFlag()
flag integer- Returns:
- flag
-
setFlag
public void setFlag(Integer flag)
-
itemTypeId
public KillmailSubItem itemTypeId(Integer itemTypeId)
-
getItemTypeId
public Integer getItemTypeId()
item_type_id integer- Returns:
- itemTypeId
-
setItemTypeId
public void setItemTypeId(Integer itemTypeId)
-
quantityDestroyed
public KillmailSubItem quantityDestroyed(Long quantityDestroyed)
-
getQuantityDestroyed
@Nullable public Long getQuantityDestroyed()
quantity_destroyed integer- Returns:
- quantityDestroyed
-
setQuantityDestroyed
public void setQuantityDestroyed(Long quantityDestroyed)
-
quantityDropped
public KillmailSubItem quantityDropped(Long quantityDropped)
-
getQuantityDropped
@Nullable public Long getQuantityDropped()
quantity_dropped integer- Returns:
- quantityDropped
-
setQuantityDropped
public void setQuantityDropped(Long quantityDropped)
-
singleton
public KillmailSubItem singleton(Integer singleton)
-
getSingleton
public Integer getSingleton()
singleton integer- Returns:
- singleton
-
setSingleton
public void setSingleton(Integer singleton)
-
-