GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GaData.Query() |
| Modifier and Type | Method and Description |
|---|---|
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 |
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.
|
clone, getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getDimensions()
null.public GaData.Query setDimensions(String dimensions)
null.public String getEndDate()
null.public GaData.Query setEndDate(String endDate)
null.public String getFilters()
null.public GaData.Query setFilters(String filters)
null.public String getIds()
null.public GaData.Query setIds(String ids)
null.public Integer getMaxResults()
null.public GaData.Query setMaxResults(Integer maxResults)
null.public List<String> getMetrics()
null.public GaData.Query setMetrics(List<String> metrics)
null.public String getSegment()
null.public GaData.Query setSegment(String segment)
null.public List<String> getSort()
null.public GaData.Query setSort(List<String> sort)
null.public String getStartDate()
null.public GaData.Query setStartDate(String startDate)
null.public Integer getStartIndex()
null.public GaData.Query setStartIndex(Integer startIndex)
null.