| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
GaData |
GaData.clone() |
GaData |
GaData.set(java.lang.String fieldName,
java.lang.Object value) |
GaData |
GaData.setColumnHeaders(java.util.List<GaData.ColumnHeaders> columnHeaders)
Column headers that list dimension names followed by the metric names.
|
GaData |
GaData.setContainsSampledData(java.lang.Boolean containsSampledData)
Determines if Analytics data contains samples.
|
GaData |
GaData.setDataLastRefreshed(java.lang.Long dataLastRefreshed)
The last refreshed time in seconds for Analytics data.
|
GaData |
GaData.setDataTable(GaData.DataTable dataTable) |
GaData |
GaData.setId(java.lang.String id)
Unique ID for this data response.
|
GaData |
GaData.setItemsPerPage(java.lang.Integer itemsPerPage)
The maximum number of rows the response can contain, regardless of the actual number of rows
returned.
|
GaData |
GaData.setKind(java.lang.String kind)
Resource type.
|
GaData |
GaData.setNextLink(java.lang.String nextLink)
Link to next page for this Analytics data query.
|
GaData |
GaData.setPreviousLink(java.lang.String previousLink)
Link to previous page for this Analytics data query.
|
GaData |
GaData.setProfileInfo(GaData.ProfileInfo profileInfo)
Information for the view (profile), for which the Analytics data was requested.
|
GaData |
GaData.setQuery(GaData.Query query)
Analytics data request query parameters.
|
GaData |
GaData.setRows(java.util.List<java.util.List<java.lang.String>> rows)
Analytics data rows, where each row contains a list of dimension values followed by the metric
values.
|
GaData |
GaData.setSampleSize(java.lang.Long sampleSize)
The number of samples used to calculate the result.
|
GaData |
GaData.setSampleSpace(java.lang.Long sampleSpace)
Total size of the sample space from which the samples were selected.
|
GaData |
GaData.setSelfLink(java.lang.String selfLink)
Link to this page.
|
GaData |
GaData.setTotalResults(java.lang.Integer totalResults)
The total number of rows for the query, regardless of the number of rows in the response.
|
GaData |
GaData.setTotalsForAllResults(java.util.Map<java.lang.String,java.lang.String> totalsForAllResults)
Total values for the requested metrics over all the results, not just the results returned in
this response.
|