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