GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Query() |
Modifier and Type | Method and Description |
---|---|
McfData.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.
|
McfData.Query |
set(String fieldName,
Object value) |
McfData.Query |
setDimensions(String dimensions)
List of analytics dimensions.
|
McfData.Query |
setEndDate(String endDate)
End date.
|
McfData.Query |
setFilters(String filters)
Comma-separated list of dimension or metric filters.
|
McfData.Query |
setIds(String ids)
Unique table ID.
|
McfData.Query |
setMaxResults(Integer maxResults)
Maximum results per page.
|
McfData.Query |
setMetrics(List<String> metrics)
List of analytics metrics.
|
McfData.Query |
setSamplingLevel(String samplingLevel)
Desired sampling level
|
McfData.Query |
setSegment(String segment)
Analytics advanced segment.
|
McfData.Query |
setSort(List<String> sort)
List of dimensions or metrics based on which Analytics data is sorted.
|
McfData.Query |
setStartDate(String startDate)
Start date.
|
McfData.Query |
setStartIndex(Integer startIndex)
Start index.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getDimensions()
null
for nonepublic McfData.Query setDimensions(String dimensions)
dimensions
- dimensions or null
for nonepublic String getEndDate()
null
for nonepublic McfData.Query setEndDate(String endDate)
endDate
- endDate or null
for nonepublic String getFilters()
null
for nonepublic McfData.Query setFilters(String filters)
filters
- filters or null
for nonepublic String getIds()
null
for nonepublic McfData.Query setIds(String ids)
ids
- ids or null
for nonepublic Integer getMaxResults()
null
for nonepublic McfData.Query setMaxResults(Integer maxResults)
maxResults
- maxResults or null
for nonepublic List<String> getMetrics()
null
for nonepublic McfData.Query setMetrics(List<String> metrics)
metrics
- metrics or null
for nonepublic String getSamplingLevel()
null
for nonepublic McfData.Query setSamplingLevel(String samplingLevel)
samplingLevel
- samplingLevel or null
for nonepublic String getSegment()
null
for nonepublic McfData.Query setSegment(String segment)
segment
- segment or null
for nonepublic List<String> getSort()
null
for nonepublic McfData.Query setSort(List<String> sort)
sort
- sort or null
for nonepublic String getStartDate()
null
for nonepublic McfData.Query setStartDate(String startDate)
startDate
- startDate or null
for nonepublic Integer getStartIndex()
null
for nonepublic McfData.Query setStartIndex(Integer startIndex)
startIndex
- startIndex or null
for nonepublic McfData.Query set(String fieldName, Object value)
set
in class GenericJson
public McfData.Query clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.