public static final class McfData.Rows.ConversionPathValue extends GenericJson
GenericData.FlagsAbstractMap.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, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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 GenericJsonpublic McfData.Rows.ConversionPathValue clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.