GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Profile.ParentLink() |
Modifier and Type | Method and Description |
---|---|
Profile.ParentLink |
clone() |
String |
getHref()
Link to the web property to which this view (profile) belongs.
|
String |
getType()
Value is "analytics#webproperty".
|
Profile.ParentLink |
set(String fieldName,
Object value) |
Profile.ParentLink |
setHref(String href)
Link to the web property to which this view (profile) belongs.
|
Profile.ParentLink |
setType(String type)
Value is "analytics#webproperty".
|
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 Profile.ParentLink setHref(String href)
href
- href or null
for nonepublic String getType()
null
for nonepublic Profile.ParentLink setType(String type)
type
- type or null
for nonepublic Profile.ParentLink set(String fieldName, Object value)
set
in class GenericJson
public Profile.ParentLink clone()
clone
in class GenericJson