public final class ReportRow
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Analytics Reporting API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ReportRow() |
| Modifier and Type | Method and Description |
|---|---|
ReportRow |
clone() |
java.util.List<java.lang.String> |
getDimensions()
List of requested dimensions.
|
java.util.List<DateRangeValues> |
getMetrics()
List of metrics for each requested DateRange.
|
ReportRow |
set(java.lang.String fieldName,
java.lang.Object value) |
ReportRow |
setDimensions(java.util.List<java.lang.String> dimensions)
List of requested dimensions.
|
ReportRow |
setMetrics(java.util.List<DateRangeValues> metrics)
List of metrics for each requested DateRange.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<java.lang.String> getDimensions()
null for nonepublic ReportRow setDimensions(java.util.List<java.lang.String> dimensions)
dimensions - dimensions or null for nonepublic java.util.List<DateRangeValues> getMetrics()
null for nonepublic ReportRow setMetrics(java.util.List<DateRangeValues> metrics)
metrics - metrics or null for nonepublic ReportRow set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ReportRow clone()
clone in class com.google.api.client.json.GenericJson