Google Analytics API v3 (revision 41)
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
- All Implemented Interfaces:
- Cloneable, Map<String,Object>
- Enclosing class:
- McfData.Rows
public static final class McfData.Rows.ConversionPathValue
- extends GenericJson
Model definition for McfDataRowsConversionPathValue.
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
McfData.Rows.ConversionPathValue
public McfData.Rows.ConversionPathValue()
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