public static final class Webproperty.ChildLink extends GenericJson
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Webproperty.ChildLink() |
Modifier and Type | Method and Description |
---|---|
Webproperty.ChildLink |
clone() |
String |
getHref()
Link to the list of views (profiles) for this web property.
|
String |
getType()
Type of the parent link.
|
Webproperty.ChildLink |
set(String fieldName,
Object value) |
Webproperty.ChildLink |
setHref(String href)
Link to the list of views (profiles) for this web property.
|
Webproperty.ChildLink |
setType(String type)
Type of the parent link.
|
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 Webproperty.ChildLink setHref(String href)
href
- href or null
for nonepublic String getType()
null
for nonepublic Webproperty.ChildLink setType(String type)
type
- type or null
for nonepublic Webproperty.ChildLink set(String fieldName, Object value)
set
in class GenericJson
public Webproperty.ChildLink clone()
clone
in class GenericJson