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