public static final class Webproperty.ChildLink
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Webproperty.ChildLink() |
| Modifier and Type | Method and Description |
|---|---|
Webproperty.ChildLink |
clone() |
java.lang.String |
getHref()
Link to the list of views (profiles) for this web property.
|
java.lang.String |
getType()
Type of the parent link.
|
Webproperty.ChildLink |
set(java.lang.String fieldName,
java.lang.Object value) |
Webproperty.ChildLink |
setHref(java.lang.String href)
Link to the list of views (profiles) for this web property.
|
Webproperty.ChildLink |
setType(java.lang.String type)
Type of the parent link.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getHref()
null for nonepublic Webproperty.ChildLink setHref(java.lang.String href)
href - href or null for nonepublic java.lang.String getType()
null for nonepublic Webproperty.ChildLink setType(java.lang.String type)
type - type or null for nonepublic Webproperty.ChildLink set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Webproperty.ChildLink clone()
clone in class com.google.api.client.json.GenericJson