All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.analytics.model.McfData.Rows.html Maven / Gradle / Ivy

There is a newer version: v3-rev20190807-2.0.0
Show newest version






McfData.Rows (Google Analytics API v3-rev20190604-1.30.1)












com.google.api.services.analytics.model

Class 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.
    • Constructor Detail

      • Rows

        public 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

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy