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

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

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






Columns (Google Analytics API v3-rev20190807-1.31.0)












com.google.api.services.analytics.model

Class Columns

    • Constructor Detail

      • Columns

        public Columns()
    • Method Detail

      • getAttributeNames

        public List<String> getAttributeNames()
        List of attributes names returned by columns.
        Returns:
        value or null for none
      • setAttributeNames

        public Columns setAttributeNames(List<String> attributeNames)
        List of attributes names returned by columns.
        Parameters:
        attributeNames - attributeNames or null for none
      • getEtag

        public String getEtag()
        Etag of collection. This etag can be compared with the last response etag to check if response has changed.
        Returns:
        value or null for none
      • setEtag

        public Columns setEtag(String etag)
        Etag of collection. This etag can be compared with the last response etag to check if response has changed.
        Parameters:
        etag - etag or null for none
      • getItems

        public List<Column> getItems()
        List of columns for a report type.
        Returns:
        value or null for none
      • setItems

        public Columns setItems(List<Column> items)
        List of columns for a report type.
        Parameters:
        items - items or null for none
      • getKind

        public String getKind()
        Collection type.
        Returns:
        value or null for none
      • setKind

        public Columns setKind(String kind)
        Collection type.
        Parameters:
        kind - kind or null for none
      • getTotalResults

        public Integer getTotalResults()
        Total number of columns returned in the response.
        Returns:
        value or null for none
      • setTotalResults

        public Columns setTotalResults(Integer totalResults)
        Total number of columns returned in the response.
        Parameters:
        totalResults - totalResults or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy