public static final class CustomMetric.ParentLink
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
CustomMetric.ParentLink() |
Modifier and Type | Method and Description |
---|---|
CustomMetric.ParentLink |
clone() |
java.lang.String |
getHref()
Link to the property to which the custom metric belongs.
|
java.lang.String |
getType()
Type of the parent link.
|
CustomMetric.ParentLink |
set(java.lang.String fieldName,
java.lang.Object value) |
CustomMetric.ParentLink |
setHref(java.lang.String href)
Link to the property to which the custom metric belongs.
|
CustomMetric.ParentLink |
setType(java.lang.String type)
Type of the parent link.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getHref()
null
for nonepublic CustomMetric.ParentLink setHref(java.lang.String href)
href
- href or null
for nonepublic java.lang.String getType()
null
for nonepublic CustomMetric.ParentLink setType(java.lang.String type)
type
- type or null
for nonepublic CustomMetric.ParentLink set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public CustomMetric.ParentLink clone()
clone
in class com.google.api.client.json.GenericJson