public final class RunReportResponse
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 |
|---|
RunReportResponse() |
| Modifier and Type | Method and Description |
|---|---|
RunReportResponse |
clone() |
List<DimensionHeader> |
getDimensionHeaders()
Describes dimension columns.
|
String |
getKind()
Identifies what kind of resource this message is.
|
List<Row> |
getMaximums()
If requested, the maximum values of metrics.
|
ResponseMetaData |
getMetadata()
Metadata for the report.
|
List<MetricHeader> |
getMetricHeaders()
Describes metric columns.
|
List<Row> |
getMinimums()
If requested, the minimum values of metrics.
|
PropertyQuota |
getPropertyQuota()
This Analytics Property's quota state including this request.
|
Integer |
getRowCount()
The total number of rows in the query result.
|
List<Row> |
getRows()
Rows of dimension value combinations and metric values in the report.
|
List<Row> |
getTotals()
If requested, the totaled values of metrics.
|
RunReportResponse |
set(String fieldName,
Object value) |
RunReportResponse |
setDimensionHeaders(List<DimensionHeader> dimensionHeaders)
Describes dimension columns.
|
RunReportResponse |
setKind(String kind)
Identifies what kind of resource this message is.
|
RunReportResponse |
setMaximums(List<Row> maximums)
If requested, the maximum values of metrics.
|
RunReportResponse |
setMetadata(ResponseMetaData metadata)
Metadata for the report.
|
RunReportResponse |
setMetricHeaders(List<MetricHeader> metricHeaders)
Describes metric columns.
|
RunReportResponse |
setMinimums(List<Row> minimums)
If requested, the minimum values of metrics.
|
RunReportResponse |
setPropertyQuota(PropertyQuota propertyQuota)
This Analytics Property's quota state including this request.
|
RunReportResponse |
setRowCount(Integer rowCount)
The total number of rows in the query result.
|
RunReportResponse |
setRows(List<Row> rows)
Rows of dimension value combinations and metric values in the report.
|
RunReportResponse |
setTotals(List<Row> totals)
If requested, the totaled values of metrics.
|
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<DimensionHeader> getDimensionHeaders()
null for nonepublic RunReportResponse setDimensionHeaders(List<DimensionHeader> dimensionHeaders)
dimensionHeaders - dimensionHeaders or null for nonepublic String getKind()
null for nonepublic RunReportResponse setKind(String kind)
kind - kind or null for nonepublic List<Row> getMaximums()
null for nonepublic RunReportResponse setMaximums(List<Row> maximums)
maximums - maximums or null for nonepublic ResponseMetaData getMetadata()
null for nonepublic RunReportResponse setMetadata(ResponseMetaData metadata)
metadata - metadata or null for nonepublic List<MetricHeader> getMetricHeaders()
null for nonepublic RunReportResponse setMetricHeaders(List<MetricHeader> metricHeaders)
metricHeaders - metricHeaders or null for nonepublic List<Row> getMinimums()
null for nonepublic RunReportResponse setMinimums(List<Row> minimums)
minimums - minimums or null for nonepublic PropertyQuota getPropertyQuota()
null for nonepublic RunReportResponse setPropertyQuota(PropertyQuota propertyQuota)
propertyQuota - propertyQuota or null for nonepublic Integer getRowCount()
null for nonepublic RunReportResponse setRowCount(Integer rowCount)
rowCount - rowCount or null for nonepublic List<Row> getRows()
null for nonepublic RunReportResponse setRows(List<Row> rows)
rows - rows or null for nonepublic List<Row> getTotals()
null for nonepublic RunReportResponse setTotals(List<Row> totals)
totals - totals or null for nonepublic RunReportResponse set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic RunReportResponse clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.