|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use McfData | |
|---|---|
| com.google.api.services.analytics.model | |
| Uses of McfData in com.google.api.services.analytics.model |
|---|
| Methods in com.google.api.services.analytics.model that return McfData | |
|---|---|
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 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.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||