public class KillmailSubItem 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_QUANTITY_DESTROYED |
static String |
SERIALIZED_NAME_QUANTITY_DROPPED |
static String |
SERIALIZED_NAME_SINGLETON |
| Constructor and Description |
|---|
KillmailSubItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
KillmailSubItem |
flag(Integer flag) |
Integer |
getFlag()
flag integer
|
Integer |
getItemTypeId()
item_type_id integer
|
Long |
getQuantityDestroyed()
quantity_destroyed integer
|
Long |
getQuantityDropped()
quantity_dropped integer
|
Integer |
getSingleton()
singleton integer
|
int |
hashCode() |
KillmailSubItem |
itemTypeId(Integer itemTypeId) |
KillmailSubItem |
quantityDestroyed(Long quantityDestroyed) |
KillmailSubItem |
quantityDropped(Long quantityDropped) |
void |
setFlag(Integer flag) |
void |
setItemTypeId(Integer itemTypeId) |
void |
setQuantityDestroyed(Long quantityDestroyed) |
void |
setQuantityDropped(Long quantityDropped) |
void |
setSingleton(Integer singleton) |
KillmailSubItem |
singleton(Integer singleton) |
String |
toString() |
public static final String SERIALIZED_NAME_FLAG
public static final String SERIALIZED_NAME_ITEM_TYPE_ID
public static final String SERIALIZED_NAME_QUANTITY_DESTROYED
public static final String SERIALIZED_NAME_QUANTITY_DROPPED
public static final String SERIALIZED_NAME_SINGLETON
public KillmailSubItem flag(Integer flag)
public Integer getFlag()
public void setFlag(Integer flag)
public KillmailSubItem itemTypeId(Integer itemTypeId)
public Integer getItemTypeId()
public void setItemTypeId(Integer itemTypeId)
public KillmailSubItem quantityDestroyed(Long quantityDestroyed)
@Nullable public Long getQuantityDestroyed()
public void setQuantityDestroyed(Long quantityDestroyed)
public KillmailSubItem quantityDropped(Long quantityDropped)
@Nullable public Long getQuantityDropped()
public void setQuantityDropped(Long quantityDropped)
public KillmailSubItem singleton(Integer singleton)
public Integer getSingleton()
public void setSingleton(Integer singleton)
Copyright © 2021. All Rights Reserved.