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

target.apidocs.com.google.api.services.analytics.model.RealtimeData.ColumnHeaders.html Maven / Gradle / Ivy

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






RealtimeData.ColumnHeaders (Google Analytics API v3-rev20190604-1.30.1)












com.google.api.services.analytics.model

Class RealtimeData.ColumnHeaders

    • Constructor Detail

      • ColumnHeaders

        public ColumnHeaders()
    • Method Detail

      • getColumnType

        public String getColumnType()
        Column Type. Either DIMENSION or METRIC.
        Returns:
        value or null for none
      • setColumnType

        public RealtimeData.ColumnHeaders setColumnType(String columnType)
        Column Type. Either DIMENSION or METRIC.
        Parameters:
        columnType - columnType or null for none
      • getDataType

        public String getDataType()
        Data type. Dimension column headers have only STRING as the data type. Metric column headers have data types for metric values such as INTEGER, DOUBLE, CURRENCY etc.
        Returns:
        value or null for none
      • setDataType

        public RealtimeData.ColumnHeaders setDataType(String dataType)
        Data type. Dimension column headers have only STRING as the data type. Metric column headers have data types for metric values such as INTEGER, DOUBLE, CURRENCY etc.
        Parameters:
        dataType - dataType or null for none
      • getName

        public String getName()
        Column name.
        Returns:
        value or null for none

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy