public static final class McfData.Rows.ConversionPathValue
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
McfData.Rows.ConversionPathValue() |
Modifier and Type | Method and Description |
---|---|
McfData.Rows.ConversionPathValue |
clone() |
java.lang.String |
getInteractionType()
Type of an interaction on conversion path.
|
java.lang.String |
getNodeValue()
Node value of an interaction on conversion path.
|
McfData.Rows.ConversionPathValue |
set(java.lang.String fieldName,
java.lang.Object value) |
McfData.Rows.ConversionPathValue |
setInteractionType(java.lang.String interactionType)
Type of an interaction on conversion path.
|
McfData.Rows.ConversionPathValue |
setNodeValue(java.lang.String nodeValue)
Node value of an interaction on conversion path.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getInteractionType()
null
for nonepublic McfData.Rows.ConversionPathValue setInteractionType(java.lang.String interactionType)
interactionType
- interactionType or null
for nonepublic java.lang.String getNodeValue()
null
for nonepublic McfData.Rows.ConversionPathValue setNodeValue(java.lang.String nodeValue)
nodeValue
- nodeValue or null
for nonepublic McfData.Rows.ConversionPathValue set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public McfData.Rows.ConversionPathValue clone()
clone
in class com.google.api.client.json.GenericJson