public class CharacterNamesResponse extends Object implements Serializable
| Constructor and Description |
|---|
CharacterNamesResponse() |
| Modifier and Type | Method and Description |
|---|---|
CharacterNamesResponse |
characterId(Long characterId) |
CharacterNamesResponse |
characterName(String characterName) |
boolean |
equals(Object o) |
Long |
getCharacterId()
character_id integer
|
String |
getCharacterName()
character_name string
|
int |
hashCode() |
void |
setCharacterId(Long characterId) |
void |
setCharacterName(String characterName) |
String |
toString() |
public CharacterNamesResponse characterId(Long characterId)
public Long getCharacterId()
public void setCharacterId(Long characterId)
public CharacterNamesResponse characterName(String characterName)
public String getCharacterName()
public void setCharacterName(String characterName)
Copyright © 2018. All Rights Reserved.