public static final class McfData.Rows.ConversionPathValue extends GenericJson
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ConversionPathValue() |
Modifier and Type | Method and Description |
---|---|
McfData.Rows.ConversionPathValue |
clone() |
String |
getInteractionType()
Type of an interaction on conversion path.
|
String |
getNodeValue()
Node value of an interaction on conversion path.
|
McfData.Rows.ConversionPathValue |
set(String fieldName,
Object value) |
McfData.Rows.ConversionPathValue |
setInteractionType(String interactionType)
Type of an interaction on conversion path.
|
McfData.Rows.ConversionPathValue |
setNodeValue(String nodeValue)
Node value of an interaction on conversion path.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getInteractionType()
null
for nonepublic McfData.Rows.ConversionPathValue setInteractionType(String interactionType)
interactionType
- interactionType or null
for nonepublic String getNodeValue()
null
for nonepublic McfData.Rows.ConversionPathValue setNodeValue(String nodeValue)
nodeValue
- nodeValue or null
for nonepublic McfData.Rows.ConversionPathValue set(String fieldName, Object value)
set
in class GenericJson
public McfData.Rows.ConversionPathValue clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.