public final class DateRangeValues
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 |
|---|
DateRangeValues() |
| Modifier and Type | Method and Description |
|---|---|
DateRangeValues |
clone() |
java.util.List<PivotValueRegion> |
getPivotValueRegions()
The values of each pivot region.
|
java.util.List<java.lang.String> |
getValues()
Each value corresponds to each Metric in the request.
|
DateRangeValues |
set(java.lang.String fieldName,
java.lang.Object value) |
DateRangeValues |
setPivotValueRegions(java.util.List<PivotValueRegion> pivotValueRegions)
The values of each pivot region.
|
DateRangeValues |
setValues(java.util.List<java.lang.String> values)
Each value corresponds to each Metric in the request.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<PivotValueRegion> getPivotValueRegions()
null for nonepublic DateRangeValues setPivotValueRegions(java.util.List<PivotValueRegion> pivotValueRegions)
pivotValueRegions - pivotValueRegions or null for nonepublic java.util.List<java.lang.String> getValues()
null for nonepublic DateRangeValues setValues(java.util.List<java.lang.String> values)
values - values or null for nonepublic DateRangeValues set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic DateRangeValues clone()
clone in class com.google.api.client.json.GenericJson