public class KillmailItem extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_FLAG |
static String |
SERIALIZED_NAME_ITEM_TYPE_ID |
static String |
SERIALIZED_NAME_ITEMS |
static String |
SERIALIZED_NAME_QUANTITY_DESTROYED |
static String |
SERIALIZED_NAME_QUANTITY_DROPPED |
static String |
SERIALIZED_NAME_SINGLETON |
| Constructor and Description |
|---|
KillmailItem() |
public static final String SERIALIZED_NAME_FLAG
public static final String SERIALIZED_NAME_ITEM_TYPE_ID
public static final String SERIALIZED_NAME_ITEMS
public static final String SERIALIZED_NAME_QUANTITY_DESTROYED
public static final String SERIALIZED_NAME_QUANTITY_DROPPED
public static final String SERIALIZED_NAME_SINGLETON
public KillmailItem flag(Integer flag)
public Integer getFlag()
public void setFlag(Integer flag)
public KillmailItem itemTypeId(Integer itemTypeId)
public Integer getItemTypeId()
public void setItemTypeId(Integer itemTypeId)
public KillmailItem items(List<KillmailSubItem> items)
public KillmailItem addItemsItem(KillmailSubItem itemsItem)
@Nullable public List<KillmailSubItem> getItems()
public void setItems(List<KillmailSubItem> items)
public KillmailItem quantityDestroyed(Long quantityDestroyed)
@Nullable public Long getQuantityDestroyed()
public void setQuantityDestroyed(Long quantityDestroyed)
public KillmailItem quantityDropped(Long quantityDropped)
@Nullable public Long getQuantityDropped()
public void setQuantityDropped(Long quantityDropped)
public KillmailItem singleton(Integer singleton)
public Integer getSingleton()
public void setSingleton(Integer singleton)
Copyright © 2023. All Rights Reserved.