public class CharacterAssetsNamesResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ITEM_ID |
static String |
SERIALIZED_NAME_NAME |
| Constructor and Description |
|---|
CharacterAssetsNamesResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getItemId()
item_id integer
|
String |
getName()
name string
|
int |
hashCode() |
CharacterAssetsNamesResponse |
itemId(Long itemId) |
CharacterAssetsNamesResponse |
name(String name) |
void |
setItemId(Long itemId) |
void |
setName(String name) |
String |
toString() |
public static final String SERIALIZED_NAME_ITEM_ID
public static final String SERIALIZED_NAME_NAME
public CharacterAssetsNamesResponse itemId(Long itemId)
public Long getItemId()
public void setItemId(Long itemId)
public CharacterAssetsNamesResponse name(String name)
public String getName()
public void setName(String name)
Copyright © 2021. All Rights Reserved.