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