Modifier and Type | Class and Description |
---|---|
static class |
Person.Cover.CoverInfo
Extra information about the cover photo.
|
static class |
Person.Cover.CoverPhoto
The person's primary cover image.
|
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Person.Cover() |
Modifier and Type | Method and Description |
---|---|
Person.Cover |
clone() |
Person.Cover.CoverInfo |
getCoverInfo()
Extra information about the cover photo.
|
Person.Cover.CoverPhoto |
getCoverPhoto()
The person's primary cover image.
|
String |
getLayout()
The layout of the cover art.
|
Person.Cover |
set(String fieldName,
Object value) |
Person.Cover |
setCoverInfo(Person.Cover.CoverInfo coverInfo)
Extra information about the cover photo.
|
Person.Cover |
setCoverPhoto(Person.Cover.CoverPhoto coverPhoto)
The person's primary cover image.
|
Person.Cover |
setLayout(String layout)
The layout of the cover art.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public Person.Cover.CoverInfo getCoverInfo()
null
for nonepublic Person.Cover setCoverInfo(Person.Cover.CoverInfo coverInfo)
coverInfo
- coverInfo or null
for nonepublic Person.Cover.CoverPhoto getCoverPhoto()
null
for nonepublic Person.Cover setCoverPhoto(Person.Cover.CoverPhoto coverPhoto)
coverPhoto
- coverPhoto or null
for nonepublic String getLayout()
null
for nonepublic Person.Cover setLayout(String layout)
layout
- layout or null
for nonepublic Person.Cover set(String fieldName, Object value)
set
in class GenericJson
public Person.Cover clone()
clone
in class GenericJson