Google Analytics API v3 (revision 41)



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

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
All Implemented Interfaces:
Cloneable, Map<String,Object>
Enclosing class:
McfData

public static final class McfData.Rows
extends GenericJson

A union object representing a dimension or metric value. Only one of "primitiveValue" or "conversionPathValue" attribute will be populated.


Nested Class Summary
static class McfData.Rows.ConversionPathValue
          Model definition for McfDataRowsConversionPathValue.
 
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()
           
 
Method Summary
 McfData.Rows clone()
           
 List<McfData.Rows.ConversionPathValue> getConversionPathValue()
          A conversion path dimension value, containing a list of interactions with their attributes.
 String getPrimitiveValue()
          A primitive dimension value.
 McfData.Rows set(String fieldName, Object value)
           
 McfData.Rows setConversionPathValue(List<McfData.Rows.ConversionPathValue> conversionPathValue)
          A conversion path dimension value, containing a list of interactions with their attributes.
 McfData.Rows setPrimitiveValue(String primitiveValue)
          A primitive dimension value.
 
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

public McfData.Rows()
Method Detail

getConversionPathValue

public List<McfData.Rows.ConversionPathValue> getConversionPathValue()
A conversion path dimension value, containing a list of interactions with their attributes.

Returns:
value or null for none

setConversionPathValue

public McfData.Rows setConversionPathValue(List<McfData.Rows.ConversionPathValue> conversionPathValue)
A conversion path dimension value, containing a list of interactions with their attributes.

Parameters:
conversionPathValue - conversionPathValue or null for none

getPrimitiveValue

public String getPrimitiveValue()
A primitive dimension value. A primitive metric value.

Returns:
value or null for none

setPrimitiveValue

public McfData.Rows setPrimitiveValue(String primitiveValue)
A primitive dimension value. A primitive metric value.

Parameters:
primitiveValue - primitiveValue or null for none

set

public McfData.Rows set(String fieldName,
                        Object value)
Overrides:
set in class GenericJson

clone

public McfData.Rows clone()
Overrides:
clone in class GenericJson