public final class PivotHeader
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 |
|---|
PivotHeader() |
| Modifier and Type | Method and Description |
|---|---|
PivotHeader |
clone() |
java.util.List<PivotHeaderEntry> |
getPivotHeaderEntries()
A single pivot section header.
|
java.lang.Integer |
getTotalPivotGroupsCount()
The total number of groups for this pivot.
|
PivotHeader |
set(java.lang.String fieldName,
java.lang.Object value) |
PivotHeader |
setPivotHeaderEntries(java.util.List<PivotHeaderEntry> pivotHeaderEntries)
A single pivot section header.
|
PivotHeader |
setTotalPivotGroupsCount(java.lang.Integer totalPivotGroupsCount)
The total number of groups for this pivot.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<PivotHeaderEntry> getPivotHeaderEntries()
null for nonepublic PivotHeader setPivotHeaderEntries(java.util.List<PivotHeaderEntry> pivotHeaderEntries)
pivotHeaderEntries - pivotHeaderEntries or null for nonepublic java.lang.Integer getTotalPivotGroupsCount()
null for nonepublic PivotHeader setTotalPivotGroupsCount(java.lang.Integer totalPivotGroupsCount)
totalPivotGroupsCount - totalPivotGroupsCount or null for nonepublic PivotHeader set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic PivotHeader clone()
clone in class com.google.api.client.json.GenericJson