public static final class Person.Cover.CoverInfo extends GenericJson
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Person.Cover.CoverInfo() |
Modifier and Type | Method and Description |
---|---|
Person.Cover.CoverInfo |
clone() |
Integer |
getLeftImageOffset()
The difference between the left position of the image cover and the actual displayed cover
image.
|
Integer |
getTopImageOffset()
The difference between the top position of the image cover and the actual displayed cover
image.
|
Person.Cover.CoverInfo |
set(String fieldName,
Object value) |
Person.Cover.CoverInfo |
setLeftImageOffset(Integer leftImageOffset)
The difference between the left position of the image cover and the actual displayed cover
image.
|
Person.Cover.CoverInfo |
setTopImageOffset(Integer topImageOffset)
The difference between the top position of the image cover and the actual displayed cover
image.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public Integer getLeftImageOffset()
null
for nonepublic Person.Cover.CoverInfo setLeftImageOffset(Integer leftImageOffset)
leftImageOffset
- leftImageOffset or null
for nonepublic Integer getTopImageOffset()
null
for nonepublic Person.Cover.CoverInfo setTopImageOffset(Integer topImageOffset)
topImageOffset
- topImageOffset or null
for nonepublic Person.Cover.CoverInfo set(String fieldName, Object value)
set
in class GenericJson
public Person.Cover.CoverInfo clone()
clone
in class GenericJson