GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Player.Name() |
| Modifier and Type | Method and Description |
|---|---|
Player.Name |
clone() |
String |
getFamilyName()
The family name of this player.
|
String |
getGivenName()
The given name of this player.
|
Player.Name |
set(String fieldName,
Object value) |
Player.Name |
setFamilyName(String familyName)
The family name of this player.
|
Player.Name |
setGivenName(String givenName)
The given name of this player.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getFamilyName()
null for nonepublic Player.Name setFamilyName(String familyName)
familyName - familyName or null for nonepublic String getGivenName()
null for nonepublic Player.Name setGivenName(String givenName)
givenName - givenName or null for nonepublic Player.Name set(String fieldName, Object value)
set in class GenericJsonpublic Player.Name clone()
clone in class GenericJson