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