public final class PivotHeaderEntry
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 |
|---|
PivotHeaderEntry() |
| Modifier and Type | Method and Description |
|---|---|
PivotHeaderEntry |
clone() |
java.util.List<java.lang.String> |
getDimensionNames()
The name of the dimensions in the pivot response.
|
java.util.List<java.lang.String> |
getDimensionValues()
The values for the dimensions in the pivot.
|
MetricHeaderEntry |
getMetric()
The metric header for the metric in the pivot.
|
PivotHeaderEntry |
set(java.lang.String fieldName,
java.lang.Object value) |
PivotHeaderEntry |
setDimensionNames(java.util.List<java.lang.String> dimensionNames)
The name of the dimensions in the pivot response.
|
PivotHeaderEntry |
setDimensionValues(java.util.List<java.lang.String> dimensionValues)
The values for the dimensions in the pivot.
|
PivotHeaderEntry |
setMetric(MetricHeaderEntry metric)
The metric header for the metric in the pivot.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<java.lang.String> getDimensionNames()
null for nonepublic PivotHeaderEntry setDimensionNames(java.util.List<java.lang.String> dimensionNames)
dimensionNames - dimensionNames or null for nonepublic java.util.List<java.lang.String> getDimensionValues()
null for nonepublic PivotHeaderEntry setDimensionValues(java.util.List<java.lang.String> dimensionValues)
dimensionValues - dimensionValues or null for nonepublic MetricHeaderEntry getMetric()
null for nonepublic PivotHeaderEntry setMetric(MetricHeaderEntry metric)
metric - metric or null for nonepublic PivotHeaderEntry set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic PivotHeaderEntry clone()
clone in class com.google.api.client.json.GenericJson