public static final class CustomDataSource.ParentLink extends GenericJson
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
CustomDataSource.ParentLink() |
Modifier and Type | Method and Description |
---|---|
CustomDataSource.ParentLink |
clone() |
String |
getHref()
Link to the web property to which this custom data source belongs.
|
String |
getType()
Value is "analytics#webproperty".
|
CustomDataSource.ParentLink |
set(String fieldName,
Object value) |
CustomDataSource.ParentLink |
setHref(String href)
Link to the web property to which this custom data source belongs.
|
CustomDataSource.ParentLink |
setType(String type)
Value is "analytics#webproperty".
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getHref()
null
for nonepublic CustomDataSource.ParentLink setHref(String href)
href
- href or null
for nonepublic String getType()
null
for nonepublic CustomDataSource.ParentLink setType(String type)
type
- type or null
for nonepublic CustomDataSource.ParentLink set(String fieldName, Object value)
set
in class GenericJson
public CustomDataSource.ParentLink clone()
clone
in class GenericJson