GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Query() |
| Modifier and Type | Method and Description |
|---|---|
GaData.Query |
clone() |
String |
getDimensions()
List of analytics dimensions.
|
String |
getEndDate()
End date.
|
String |
getFilters()
Comma-separated list of dimension or metric filters.
|
String |
getIds()
Unique table ID.
|
Integer |
getMaxResults()
Maximum results per page.
|
List<String> |
getMetrics()
List of analytics metrics.
|
String |
getSamplingLevel()
Desired sampling level
|
String |
getSegment()
Analytics advanced segment.
|
List<String> |
getSort()
List of dimensions or metrics based on which Analytics data is sorted.
|
String |
getStartDate()
Start date.
|
Integer |
getStartIndex()
Start index.
|
GaData.Query |
set(String fieldName,
Object value) |
GaData.Query |
setDimensions(String dimensions)
List of analytics dimensions.
|
GaData.Query |
setEndDate(String endDate)
End date.
|
GaData.Query |
setFilters(String filters)
Comma-separated list of dimension or metric filters.
|
GaData.Query |
setIds(String ids)
Unique table ID.
|
GaData.Query |
setMaxResults(Integer maxResults)
Maximum results per page.
|
GaData.Query |
setMetrics(List<String> metrics)
List of analytics metrics.
|
GaData.Query |
setSamplingLevel(String samplingLevel)
Desired sampling level
|
GaData.Query |
setSegment(String segment)
Analytics advanced segment.
|
GaData.Query |
setSort(List<String> sort)
List of dimensions or metrics based on which Analytics data is sorted.
|
GaData.Query |
setStartDate(String startDate)
Start date.
|
GaData.Query |
setStartIndex(Integer startIndex)
Start index.
|
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 String getDimensions()
null for nonepublic GaData.Query setDimensions(String dimensions)
dimensions - dimensions or null for nonepublic String getEndDate()
null for nonepublic GaData.Query setEndDate(String endDate)
endDate - endDate or null for nonepublic String getFilters()
null for nonepublic GaData.Query setFilters(String filters)
filters - filters or null for nonepublic String getIds()
null for nonepublic GaData.Query setIds(String ids)
ids - ids or null for nonepublic Integer getMaxResults()
null for nonepublic GaData.Query setMaxResults(Integer maxResults)
maxResults - maxResults or null for nonepublic List<String> getMetrics()
null for nonepublic GaData.Query setMetrics(List<String> metrics)
metrics - metrics or null for nonepublic String getSamplingLevel()
null for nonepublic GaData.Query setSamplingLevel(String samplingLevel)
samplingLevel - samplingLevel or null for nonepublic String getSegment()
null for nonepublic GaData.Query setSegment(String segment)
segment - segment or null for nonepublic List<String> getSort()
null for nonepublic GaData.Query setSort(List<String> sort)
sort - sort or null for nonepublic String getStartDate()
null for nonepublic GaData.Query setStartDate(String startDate)
startDate - startDate or null for nonepublic Integer getStartIndex()
null for nonepublic GaData.Query setStartIndex(Integer startIndex)
startIndex - startIndex or null for nonepublic GaData.Query set(String fieldName, Object value)
set in class GenericJsonpublic GaData.Query clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.