target.apidocs.com.google.api.services.analytics.model.McfData.Rows.ConversionPathValue.html Maven / Gradle / Ivy
McfData.Rows.ConversionPathValue (Google Analytics API v3-rev20190604-1.30.1)
com.google.api.services.analytics.model
Class McfData.Rows.ConversionPathValue
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.analytics.model.McfData.Rows.ConversionPathValue
-
- Enclosing class:
- McfData.Rows
public static final class McfData.Rows.ConversionPathValue
extends GenericJson
Model definition for McfDataRowsConversionPathValue.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
ConversionPathValue()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getInteractionType
public String getInteractionType()
Type of an interaction on conversion path. Such as CLICK, IMPRESSION etc.
- Returns:
- value or
null
for none
-
setInteractionType
public McfData.Rows.ConversionPathValue setInteractionType(String interactionType)
Type of an interaction on conversion path. Such as CLICK, IMPRESSION etc.
- Parameters:
interactionType
- interactionType or null
for none
-
getNodeValue
public String getNodeValue()
Node value of an interaction on conversion path. Such as source, medium etc.
- Returns:
- value or
null
for none
-
setNodeValue
public McfData.Rows.ConversionPathValue setNodeValue(String nodeValue)
Node value of an interaction on conversion path. Such as source, medium etc.
- Parameters:
nodeValue
- nodeValue or null
for none
-
set
public McfData.Rows.ConversionPathValue set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public McfData.Rows.ConversionPathValue clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2019 Google. All rights reserved.