GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
File.ParentsCollection() |
Modifier and Type | Method and Description |
---|---|
File.ParentsCollection |
clone() |
String |
getId()
The id of this parent
|
String |
getParentLink()
A link to get the metadata for this parent
|
File.ParentsCollection |
set(String fieldName,
Object value) |
File.ParentsCollection |
setId(String id)
The id of this parent
|
File.ParentsCollection |
setParentLink(String parentLink)
A link to get the metadata for this parent
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getId()
null
for nonepublic File.ParentsCollection setId(String id)
id
- id or null
for nonepublic String getParentLink()
null
for nonepublic File.ParentsCollection setParentLink(String parentLink)
parentLink
- parentLink or null
for nonepublic File.ParentsCollection set(String fieldName, Object value)
set
in class GenericJson
public File.ParentsCollection clone()
clone
in class GenericJson