GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
GaData.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 |
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 |
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, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public 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 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 GenericJson
public GaData.Query clone()
clone
in class GenericJson