Package net.troja.eve.esi.model
Class CorporationBookmarkItem
- java.lang.Object
-
- net.troja.eve.esi.model.CorporationBookmarkItem
-
- All Implemented Interfaces:
Serializable
public class CorporationBookmarkItem extends Object implements Serializable
Optional object that is returned if a bookmark was made on a particular item.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ITEM_IDstatic StringSERIALIZED_NAME_TYPE_ID
-
Constructor Summary
Constructors Constructor Description CorporationBookmarkItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetItemId()item_id integerIntegergetTypeId()type_id integerinthashCode()CorporationBookmarkItemitemId(Long itemId)voidsetItemId(Long itemId)voidsetTypeId(Integer typeId)StringtoString()CorporationBookmarkItemtypeId(Integer typeId)
-
-
-
Field Detail
-
SERIALIZED_NAME_ITEM_ID
public static final String SERIALIZED_NAME_ITEM_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE_ID
public static final String SERIALIZED_NAME_TYPE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
itemId
public CorporationBookmarkItem itemId(Long itemId)
-
getItemId
public Long getItemId()
item_id integer- Returns:
- itemId
-
setItemId
public void setItemId(Long itemId)
-
typeId
public CorporationBookmarkItem typeId(Integer typeId)
-
getTypeId
public Integer getTypeId()
type_id integer- Returns:
- typeId
-
setTypeId
public void setTypeId(Integer typeId)
-
-