public final class ColumnHeader
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 |
|---|
ColumnHeader() |
| Modifier and Type | Method and Description |
|---|---|
ColumnHeader |
clone() |
java.util.List<java.lang.String> |
getDimensions()
The dimension names in the response.
|
MetricHeader |
getMetricHeader()
Metric headers for the metrics in the response.
|
ColumnHeader |
set(java.lang.String fieldName,
java.lang.Object value) |
ColumnHeader |
setDimensions(java.util.List<java.lang.String> dimensions)
The dimension names in the response.
|
ColumnHeader |
setMetricHeader(MetricHeader metricHeader)
Metric headers for the metrics in the response.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<java.lang.String> getDimensions()
null for nonepublic ColumnHeader setDimensions(java.util.List<java.lang.String> dimensions)
dimensions - dimensions or null for nonepublic MetricHeader getMetricHeader()
null for nonepublic ColumnHeader setMetricHeader(MetricHeader metricHeader)
metricHeader - metricHeader or null for nonepublic ColumnHeader set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ColumnHeader clone()
clone in class com.google.api.client.json.GenericJson