public static final class CustomDataSource.ChildLink extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CustomDataSource.ChildLink() |
| Modifier and Type | Method and Description |
|---|---|
CustomDataSource.ChildLink |
clone() |
String |
getHref()
Link to the list of daily uploads for this custom data source.
|
String |
getType()
Value is "analytics#dailyUploads".
|
CustomDataSource.ChildLink |
set(String fieldName,
Object value) |
CustomDataSource.ChildLink |
setHref(String href)
Link to the list of daily uploads for this custom data source.
|
CustomDataSource.ChildLink |
setType(String type)
Value is "analytics#dailyUploads".
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getHref()
null for nonepublic CustomDataSource.ChildLink setHref(String href)
href - href or null for nonepublic String getType()
null for nonepublic CustomDataSource.ChildLink setType(String type)
type - type or null for nonepublic CustomDataSource.ChildLink set(String fieldName, Object value)
set in class GenericJsonpublic CustomDataSource.ChildLink clone()
clone in class GenericJson