Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
target.apidocs.com.google.api.services.analytics.model.RealtimeData.html Maven / Gradle / Ivy
RealtimeData (Google Analytics API v3-rev20190807-1.31.0)
JavaScript is disabled on your browser.
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry <K ,V >
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
RealtimeData
clone ()
List <RealtimeData.ColumnHeaders >
getColumnHeaders ()
Column headers that list dimension names followed by the metric names.
String
getId ()
Unique ID for this data response.
String
getKind ()
Resource type.
RealtimeData.ProfileInfo
getProfileInfo ()
Information for the view (profile), for which the real time data was requested.
RealtimeData.Query
getQuery ()
Real time data request query parameters.
List <List <String >>
getRows ()
Real time data rows, where each row contains a list of dimension values followed by the metric
values.
String
getSelfLink ()
Link to this page.
Integer
getTotalResults ()
The total number of rows for the query, regardless of the number of rows in the response.
Map <String ,String >
getTotalsForAllResults ()
Total values for the requested metrics over all the results, not just the results returned in
this response.
RealtimeData
set (String fieldName,
Object value)
RealtimeData
setColumnHeaders (List <RealtimeData.ColumnHeaders > columnHeaders)
Column headers that list dimension names followed by the metric names.
RealtimeData
setId (String id)
Unique ID for this data response.
RealtimeData
setKind (String kind)
Resource type.
RealtimeData
setProfileInfo (RealtimeData.ProfileInfo profileInfo)
Information for the view (profile), for which the real time data was requested.
RealtimeData
setQuery (RealtimeData.Query query)
Real time data request query parameters.
RealtimeData
setRows (List <List <String >> rows)
Real time data rows, where each row contains a list of dimension values followed by the metric
values.
RealtimeData
setSelfLink (String selfLink)
Link to this page.
RealtimeData
setTotalResults (Integer totalResults)
The total number of rows for the query, regardless of the number of rows in the response.
RealtimeData
setTotalsForAllResults (Map <String ,String > totalsForAllResults)
Total values for the requested metrics over all the results, not just the results returned in
this response.
Methods inherited from interface java.util.Map
compute , computeIfAbsent , computeIfPresent , forEach , getOrDefault , merge , putIfAbsent , remove , replace , replace , replaceAll
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
getKind
public String getKind()
Resource type.
Returns:
value 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
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
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.