public static final class Profile.ChildLink
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ChildLink() |
| Modifier and Type | Method and Description |
|---|---|
Profile.ChildLink |
clone() |
java.lang.String |
getHref()
Link to the list of goals for this view (profile).
|
java.lang.String |
getType()
Value is "analytics#goals".
|
Profile.ChildLink |
set(java.lang.String fieldName,
java.lang.Object value) |
Profile.ChildLink |
setHref(java.lang.String href)
Link to the list of goals for this view (profile).
|
Profile.ChildLink |
setType(java.lang.String type)
Value is "analytics#goals".
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getHref()
null for nonepublic Profile.ChildLink setHref(java.lang.String href)
href - href or null for nonepublic java.lang.String getType()
null for nonepublic Profile.ChildLink setType(java.lang.String type)
type - type or null for nonepublic Profile.ChildLink set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Profile.ChildLink clone()
clone in class com.google.api.client.json.GenericJson