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

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

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






RealtimeData (Google Analytics API v3-rev20190807-1.31.0)












com.google.api.services.analytics.model

Class RealtimeData

    • Constructor Detail

      • RealtimeData

        public RealtimeData()
    • Method Detail

      • getColumnHeaders

        public List<RealtimeData.ColumnHeaders> getColumnHeaders()
        Column headers that list dimension names followed by the metric names. The order of dimensions and metrics is same as specified in the request.
        Returns:
        value or null for none
      • setColumnHeaders

        public RealtimeData setColumnHeaders(List<RealtimeData.ColumnHeaders> columnHeaders)
        Column headers that list dimension names followed by the metric names. The order of dimensions and metrics is same as specified in the request.
        Parameters:
        columnHeaders - columnHeaders or null for none
      • getId

        public String getId()
        Unique ID for this data response.
        Returns:
        value or null for none
      • setId

        public RealtimeData setId(String id)
        Unique ID for this data response.
        Parameters:
        id - id or null for none
      • getKind

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

        public RealtimeData setKind(String kind)
        Resource type.
        Parameters:
        kind - kind or null for none
      • getProfileInfo

        public RealtimeData.ProfileInfo getProfileInfo()
        Information for the view (profile), for which the real time data was requested.
        Returns:
        value or null for none
      • setProfileInfo

        public RealtimeData setProfileInfo(RealtimeData.ProfileInfo profileInfo)
        Information for the view (profile), for which the real time data was requested.
        Parameters:
        profileInfo - profileInfo or null for none
      • getQuery

        public RealtimeData.Query getQuery()
        Real time data request query parameters.
        Returns:
        value or null for none
      • setQuery

        public RealtimeData setQuery(RealtimeData.Query query)
        Real time data request query parameters.
        Parameters:
        query - query or null for none
      • getRows

        public List<List<String>> getRows()
        Real time data rows, where each row contains a list of dimension values followed by the metric values. The order of dimensions and metrics is same as specified in the request.
        Returns:
        value or null for none
      • setRows

        public RealtimeData setRows(List<List<String>> rows)
        Real time data rows, where each row contains a list of dimension values followed by the metric values. The order of dimensions and metrics is same as specified in the request.
        Parameters:
        rows - rows or null for none
      • getSelfLink

        public String getSelfLink()
        Link to this page.
        Returns:
        value or null for none
      • setSelfLink

        public RealtimeData setSelfLink(String selfLink)
        Link to this page.
        Parameters:
        selfLink - selfLink or null for none
      • getTotalResults

        public Integer getTotalResults()
        The total number of rows for the query, regardless of the number of rows in the response.
        Returns:
        value or null for none
      • setTotalResults

        public RealtimeData setTotalResults(Integer totalResults)
        The total number of rows for the query, regardless of the number of rows in the response.
        Parameters:
        totalResults - totalResults or null for none
      • getTotalsForAllResults

        public Map<String,String> getTotalsForAllResults()
        Total values for the requested metrics over all the results, not just the results returned in this response. The order of the metric totals is same as the metric order specified in the request.
        Returns:
        value or null for none
      • setTotalsForAllResults

        public RealtimeData setTotalsForAllResults(Map<String,String> totalsForAllResults)
        Total values for the requested metrics over all the results, not just the results returned in this response. The order of the metric totals is same as the metric order specified in the request.
        Parameters:
        totalsForAllResults - totalsForAllResults or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy