public final class RunRealtimeReportRequest
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 |
|---|
RunRealtimeReportRequest() |
| Modifier and Type | Method and Description |
|---|---|
RunRealtimeReportRequest |
clone() |
FilterExpression |
getDimensionFilter()
The filter clause of dimensions.
|
List<Dimension> |
getDimensions()
The dimensions requested and displayed.
|
Long |
getLimit()
The number of rows to return.
|
List<String> |
getMetricAggregations()
Aggregation of metrics.
|
FilterExpression |
getMetricFilter()
The filter clause of metrics.
|
List<Metric> |
getMetrics()
The metrics requested and displayed.
|
List<MinuteRange> |
getMinuteRanges()
The minute ranges of event data to read.
|
List<OrderBy> |
getOrderBys()
Specifies how rows are ordered in the response.
|
Boolean |
getReturnPropertyQuota()
Toggles whether to return the current state of this Analytics Property's Realtime quota.
|
RunRealtimeReportRequest |
set(String fieldName,
Object value) |
RunRealtimeReportRequest |
setDimensionFilter(FilterExpression dimensionFilter)
The filter clause of dimensions.
|
RunRealtimeReportRequest |
setDimensions(List<Dimension> dimensions)
The dimensions requested and displayed.
|
RunRealtimeReportRequest |
setLimit(Long limit)
The number of rows to return.
|
RunRealtimeReportRequest |
setMetricAggregations(List<String> metricAggregations)
Aggregation of metrics.
|
RunRealtimeReportRequest |
setMetricFilter(FilterExpression metricFilter)
The filter clause of metrics.
|
RunRealtimeReportRequest |
setMetrics(List<Metric> metrics)
The metrics requested and displayed.
|
RunRealtimeReportRequest |
setMinuteRanges(List<MinuteRange> minuteRanges)
The minute ranges of event data to read.
|
RunRealtimeReportRequest |
setOrderBys(List<OrderBy> orderBys)
Specifies how rows are ordered in the response.
|
RunRealtimeReportRequest |
setReturnPropertyQuota(Boolean returnPropertyQuota)
Toggles whether to return the current state of this Analytics Property's Realtime quota.
|
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 FilterExpression getDimensionFilter()
null for nonepublic RunRealtimeReportRequest setDimensionFilter(FilterExpression dimensionFilter)
dimensionFilter - dimensionFilter or null for nonepublic List<Dimension> getDimensions()
null for nonepublic RunRealtimeReportRequest setDimensions(List<Dimension> dimensions)
dimensions - dimensions or null for nonepublic Long getLimit()
null for nonepublic RunRealtimeReportRequest setLimit(Long limit)
limit - limit or null for nonepublic List<String> getMetricAggregations()
null for nonepublic RunRealtimeReportRequest setMetricAggregations(List<String> metricAggregations)
metricAggregations - metricAggregations or null for nonepublic FilterExpression getMetricFilter()
null for nonepublic RunRealtimeReportRequest setMetricFilter(FilterExpression metricFilter)
metricFilter - metricFilter or null for nonepublic List<Metric> getMetrics()
null for nonepublic RunRealtimeReportRequest setMetrics(List<Metric> metrics)
metrics - metrics or null for nonepublic List<MinuteRange> getMinuteRanges()
null for nonepublic RunRealtimeReportRequest setMinuteRanges(List<MinuteRange> minuteRanges)
minuteRanges - minuteRanges or null for nonepublic List<OrderBy> getOrderBys()
null for nonepublic RunRealtimeReportRequest setOrderBys(List<OrderBy> orderBys)
orderBys - orderBys or null for nonepublic Boolean getReturnPropertyQuota()
null for nonepublic RunRealtimeReportRequest setReturnPropertyQuota(Boolean returnPropertyQuota)
returnPropertyQuota - returnPropertyQuota or null for nonepublic RunRealtimeReportRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic RunRealtimeReportRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.