public final class RunPivotReportResponse
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Analytics Data API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
RunPivotReportResponse() |
| Modifier and Type | Method and Description |
|---|---|
RunPivotReportResponse |
clone() |
List<Row> |
getAggregates()
Aggregation of metric values.
|
List<DimensionHeader> |
getDimensionHeaders()
Describes dimension columns.
|
String |
getKind()
Identifies what kind of resource this message is.
|
ResponseMetaData |
getMetadata()
Metadata for the report.
|
List<MetricHeader> |
getMetricHeaders()
Describes metric columns.
|
List<PivotHeader> |
getPivotHeaders()
Summarizes the columns and rows created by a pivot.
|
PropertyQuota |
getPropertyQuota()
This Analytics Property's quota state including this request.
|
List<Row> |
getRows()
Rows of dimension value combinations and metric values in the report.
|
RunPivotReportResponse |
set(String fieldName,
Object value) |
RunPivotReportResponse |
setAggregates(List<Row> aggregates)
Aggregation of metric values.
|
RunPivotReportResponse |
setDimensionHeaders(List<DimensionHeader> dimensionHeaders)
Describes dimension columns.
|
RunPivotReportResponse |
setKind(String kind)
Identifies what kind of resource this message is.
|
RunPivotReportResponse |
setMetadata(ResponseMetaData metadata)
Metadata for the report.
|
RunPivotReportResponse |
setMetricHeaders(List<MetricHeader> metricHeaders)
Describes metric columns.
|
RunPivotReportResponse |
setPivotHeaders(List<PivotHeader> pivotHeaders)
Summarizes the columns and rows created by a pivot.
|
RunPivotReportResponse |
setPropertyQuota(PropertyQuota propertyQuota)
This Analytics Property's quota state including this request.
|
RunPivotReportResponse |
setRows(List<Row> rows)
Rows of dimension value combinations and metric values in the report.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<Row> getAggregates()
null for nonepublic RunPivotReportResponse setAggregates(List<Row> aggregates)
aggregates - aggregates or null for nonepublic List<DimensionHeader> getDimensionHeaders()
null for nonepublic RunPivotReportResponse setDimensionHeaders(List<DimensionHeader> dimensionHeaders)
dimensionHeaders - dimensionHeaders or null for nonepublic String getKind()
null for nonepublic RunPivotReportResponse setKind(String kind)
kind - kind or null for nonepublic ResponseMetaData getMetadata()
null for nonepublic RunPivotReportResponse setMetadata(ResponseMetaData metadata)
metadata - metadata or null for nonepublic List<MetricHeader> getMetricHeaders()
null for nonepublic RunPivotReportResponse setMetricHeaders(List<MetricHeader> metricHeaders)
metricHeaders - metricHeaders or null for nonepublic List<PivotHeader> getPivotHeaders()
null for nonepublic RunPivotReportResponse setPivotHeaders(List<PivotHeader> pivotHeaders)
pivotHeaders - pivotHeaders or null for nonepublic PropertyQuota getPropertyQuota()
null for nonepublic RunPivotReportResponse setPropertyQuota(PropertyQuota propertyQuota)
propertyQuota - propertyQuota or null for nonepublic List<Row> getRows()
null for nonepublic RunPivotReportResponse setRows(List<Row> rows)
rows - rows or null for nonepublic RunPivotReportResponse set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic RunPivotReportResponse clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.