public static final class Webproperty.ParentLink
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Webproperty.ParentLink() |
| Modifier and Type | Method and Description |
|---|---|
Webproperty.ParentLink |
clone() |
java.lang.String |
getHref()
Link to the account for this web property.
|
java.lang.String |
getType()
Type of the parent link.
|
Webproperty.ParentLink |
set(java.lang.String fieldName,
java.lang.Object value) |
Webproperty.ParentLink |
setHref(java.lang.String href)
Link to the account for this web property.
|
Webproperty.ParentLink |
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.ParentLink setHref(java.lang.String href)
href - href or null for nonepublic java.lang.String getType()
null for nonepublic Webproperty.ParentLink setType(java.lang.String type)
type - type or null for nonepublic Webproperty.ParentLink set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Webproperty.ParentLink clone()
clone in class com.google.api.client.json.GenericJson