Google Analytics API v3 (revision 41)



com.google.api.services.analytics.model
Class McfData.Rows.ConversionPathValue

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.json.GenericJson
              extended by 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 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>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
McfData.Rows.ConversionPathValue()
           
 
Method Summary
 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, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
 
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

McfData.Rows.ConversionPathValue

public McfData.Rows.ConversionPathValue()
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