|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.analytics.model.McfData.Query
public static final class McfData.Query
Analytics data request query parameters.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
|---|
GenericData.Flags |
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
McfData.Query()
|
|
| Method Summary | |
|---|---|
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 |
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 |
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. |
| Methods inherited from class com.google.api.client.json.GenericJson |
|---|
getFactory, setFactory, toPrettyString, toString |
| Methods inherited from class com.google.api.client.util.GenericData |
|---|
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys |
| Methods inherited from class java.util.AbstractMap |
|---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public McfData.Query()
| Method Detail |
|---|
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 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 none
public McfData.Query set(String fieldName,
Object value)
set in class GenericJsonpublic McfData.Query clone()
clone in class GenericJson
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||