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