public final class RunPivotReportRequest
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 |
|---|
RunPivotReportRequest() |
| Modifier and Type | Method and Description |
|---|---|
RunPivotReportRequest |
clone() |
CohortSpec |
getCohortSpec()
Cohort group associated with this request.
|
String |
getCurrencyCode()
A currency code in ISO4217 format, such as "AED", "USD", "JPY".
|
List<DateRange> |
getDateRanges()
The date range to retrieve event data for the report.
|
FilterExpression |
getDimensionFilter()
The filter clause of dimensions.
|
List<Dimension> |
getDimensions()
The dimensions requested.
|
Boolean |
getKeepEmptyRows()
If false or unspecified, each row with all metrics equal to 0 will not be returned.
|
FilterExpression |
getMetricFilter()
The filter clause of metrics.
|
List<Metric> |
getMetrics()
The metrics requested, at least one metric needs to be specified.
|
List<Pivot> |
getPivots()
Describes the visual format of the report's dimensions in columns or rows.
|
String |
getProperty()
A Google Analytics GA4 property identifier whose events are tracked.
|
Boolean |
getReturnPropertyQuota()
Toggles whether to return the current state of this Analytics Property's quota.
|
RunPivotReportRequest |
set(String fieldName,
Object value) |
RunPivotReportRequest |
setCohortSpec(CohortSpec cohortSpec)
Cohort group associated with this request.
|
RunPivotReportRequest |
setCurrencyCode(String currencyCode)
A currency code in ISO4217 format, such as "AED", "USD", "JPY".
|
RunPivotReportRequest |
setDateRanges(List<DateRange> dateRanges)
The date range to retrieve event data for the report.
|
RunPivotReportRequest |
setDimensionFilter(FilterExpression dimensionFilter)
The filter clause of dimensions.
|
RunPivotReportRequest |
setDimensions(List<Dimension> dimensions)
The dimensions requested.
|
RunPivotReportRequest |
setKeepEmptyRows(Boolean keepEmptyRows)
If false or unspecified, each row with all metrics equal to 0 will not be returned.
|
RunPivotReportRequest |
setMetricFilter(FilterExpression metricFilter)
The filter clause of metrics.
|
RunPivotReportRequest |
setMetrics(List<Metric> metrics)
The metrics requested, at least one metric needs to be specified.
|
RunPivotReportRequest |
setPivots(List<Pivot> pivots)
Describes the visual format of the report's dimensions in columns or rows.
|
RunPivotReportRequest |
setProperty(String property)
A Google Analytics GA4 property identifier whose events are tracked.
|
RunPivotReportRequest |
setReturnPropertyQuota(Boolean returnPropertyQuota)
Toggles whether to return the current state of this Analytics Property's 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 CohortSpec getCohortSpec()
null for nonepublic RunPivotReportRequest setCohortSpec(CohortSpec cohortSpec)
cohortSpec - cohortSpec or null for nonepublic String getCurrencyCode()
null for nonepublic RunPivotReportRequest setCurrencyCode(String currencyCode)
currencyCode - currencyCode or null for nonepublic List<DateRange> getDateRanges()
null for nonepublic RunPivotReportRequest setDateRanges(List<DateRange> dateRanges)
dateRanges - dateRanges or null for nonepublic FilterExpression getDimensionFilter()
null for nonepublic RunPivotReportRequest setDimensionFilter(FilterExpression dimensionFilter)
dimensionFilter - dimensionFilter or null for nonepublic List<Dimension> getDimensions()
null for nonepublic RunPivotReportRequest setDimensions(List<Dimension> dimensions)
dimensions - dimensions or null for nonepublic Boolean getKeepEmptyRows()
null for nonepublic RunPivotReportRequest setKeepEmptyRows(Boolean keepEmptyRows)
keepEmptyRows - keepEmptyRows or null for nonepublic FilterExpression getMetricFilter()
null for nonepublic RunPivotReportRequest setMetricFilter(FilterExpression metricFilter)
metricFilter - metricFilter or null for nonepublic List<Metric> getMetrics()
null for nonepublic RunPivotReportRequest setMetrics(List<Metric> metrics)
metrics - metrics or null for nonepublic List<Pivot> getPivots()
null for nonepublic RunPivotReportRequest setPivots(List<Pivot> pivots)
pivots - pivots or null for nonepublic String getProperty()
null for nonepublic RunPivotReportRequest setProperty(String property)
property - property or null for nonepublic Boolean getReturnPropertyQuota()
null for nonepublic RunPivotReportRequest setReturnPropertyQuota(Boolean returnPropertyQuota)
returnPropertyQuota - returnPropertyQuota or null for nonepublic RunPivotReportRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic RunPivotReportRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.