public static final class GaData.Query
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
GaData.Query() |
| Modifier and Type | Method and Description |
|---|---|
GaData.Query |
clone() |
java.lang.String |
getDimensions()
List of analytics dimensions.
|
java.lang.String |
getEndDate()
End date.
|
java.lang.String |
getFilters()
Comma-separated list of dimension or metric filters.
|
java.lang.String |
getIds()
Unique table ID.
|
java.lang.Integer |
getMaxResults()
Maximum results per page.
|
java.util.List<java.lang.String> |
getMetrics()
List of analytics metrics.
|
java.lang.String |
getSamplingLevel()
Desired sampling level
|
java.lang.String |
getSegment()
Analytics advanced segment.
|
java.util.List<java.lang.String> |
getSort()
List of dimensions or metrics based on which Analytics data is sorted.
|
java.lang.String |
getStartDate()
Start date.
|
java.lang.Integer |
getStartIndex()
Start index.
|
GaData.Query |
set(java.lang.String fieldName,
java.lang.Object value) |
GaData.Query |
setDimensions(java.lang.String dimensions)
List of analytics dimensions.
|
GaData.Query |
setEndDate(java.lang.String endDate)
End date.
|
GaData.Query |
setFilters(java.lang.String filters)
Comma-separated list of dimension or metric filters.
|
GaData.Query |
setIds(java.lang.String ids)
Unique table ID.
|
GaData.Query |
setMaxResults(java.lang.Integer maxResults)
Maximum results per page.
|
GaData.Query |
setMetrics(java.util.List<java.lang.String> metrics)
List of analytics metrics.
|
GaData.Query |
setSamplingLevel(java.lang.String samplingLevel)
Desired sampling level
|
GaData.Query |
setSegment(java.lang.String segment)
Analytics advanced segment.
|
GaData.Query |
setSort(java.util.List<java.lang.String> sort)
List of dimensions or metrics based on which Analytics data is sorted.
|
GaData.Query |
setStartDate(java.lang.String startDate)
Start date.
|
GaData.Query |
setStartIndex(java.lang.Integer startIndex)
Start index.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getDimensions()
null for nonepublic GaData.Query setDimensions(java.lang.String dimensions)
dimensions - dimensions or null for nonepublic java.lang.String getEndDate()
null for nonepublic GaData.Query setEndDate(java.lang.String endDate)
endDate - endDate or null for nonepublic java.lang.String getFilters()
null for nonepublic GaData.Query setFilters(java.lang.String filters)
filters - filters or null for nonepublic java.lang.String getIds()
null for nonepublic GaData.Query setIds(java.lang.String ids)
ids - ids or null for nonepublic java.lang.Integer getMaxResults()
null for nonepublic GaData.Query setMaxResults(java.lang.Integer maxResults)
maxResults - maxResults or null for nonepublic java.util.List<java.lang.String> getMetrics()
null for nonepublic GaData.Query setMetrics(java.util.List<java.lang.String> metrics)
metrics - metrics or null for nonepublic java.lang.String getSamplingLevel()
null for nonepublic GaData.Query setSamplingLevel(java.lang.String samplingLevel)
samplingLevel - samplingLevel or null for nonepublic java.lang.String getSegment()
null for nonepublic GaData.Query setSegment(java.lang.String segment)
segment - segment or null for nonepublic java.util.List<java.lang.String> getSort()
null for nonepublic GaData.Query setSort(java.util.List<java.lang.String> sort)
sort - sort or null for nonepublic java.lang.String getStartDate()
null for nonepublic GaData.Query setStartDate(java.lang.String startDate)
startDate - startDate or null for nonepublic java.lang.Integer getStartIndex()
null for nonepublic GaData.Query setStartIndex(java.lang.Integer startIndex)
startIndex - startIndex or null for nonepublic GaData.Query set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic GaData.Query clone()
clone in class com.google.api.client.json.GenericJson