GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Goal.ParentLink() |
Modifier and Type | Method and Description |
---|---|
Goal.ParentLink |
clone() |
String |
getHref()
Link to the profile to which this goal belongs.
|
String |
getType()
Value is "analytics#profile".
|
Goal.ParentLink |
set(String fieldName,
Object value) |
Goal.ParentLink |
setHref(String href)
Link to the profile to which this goal belongs.
|
Goal.ParentLink |
setType(String type)
Value is "analytics#profile".
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getHref()
null
for nonepublic Goal.ParentLink setHref(String href)
href
- href or null
for nonepublic String getType()
null
for nonepublic Goal.ParentLink setType(String type)
type
- type or null
for nonepublic Goal.ParentLink set(String fieldName, Object value)
set
in class GenericJson
public Goal.ParentLink clone()
clone
in class GenericJson