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