public class CharacterBookmarkItem extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ITEM_ID |
static String |
SERIALIZED_NAME_TYPE_ID |
| Constructor and Description |
|---|
CharacterBookmarkItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getItemId()
item_id integer
|
Integer |
getTypeId()
type_id integer
|
int |
hashCode() |
CharacterBookmarkItem |
itemId(Long itemId) |
void |
setItemId(Long itemId) |
void |
setTypeId(Integer typeId) |
String |
toString() |
CharacterBookmarkItem |
typeId(Integer typeId) |
public static final String SERIALIZED_NAME_ITEM_ID
public static final String SERIALIZED_NAME_TYPE_ID
public CharacterBookmarkItem itemId(Long itemId)
public Long getItemId()
public void setItemId(Long itemId)
public CharacterBookmarkItem typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
Copyright © 2019. All Rights Reserved.