public static final class CustomDataSource.ChildLink
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
CustomDataSource.ChildLink() |
| Modifier and Type | Method and Description |
|---|---|
CustomDataSource.ChildLink |
clone() |
java.lang.String |
getHref()
Link to the list of daily uploads for this custom data source.
|
java.lang.String |
getType()
Value is "analytics#dailyUploads".
|
CustomDataSource.ChildLink |
set(java.lang.String fieldName,
java.lang.Object value) |
CustomDataSource.ChildLink |
setHref(java.lang.String href)
Link to the list of daily uploads for this custom data source.
|
CustomDataSource.ChildLink |
setType(java.lang.String type)
Value is "analytics#dailyUploads".
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getHref()
null for nonepublic CustomDataSource.ChildLink setHref(java.lang.String href)
href - href or null for nonepublic java.lang.String getType()
null for nonepublic CustomDataSource.ChildLink setType(java.lang.String type)
type - type or null for nonepublic CustomDataSource.ChildLink set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic CustomDataSource.ChildLink clone()
clone in class com.google.api.client.json.GenericJson