public final class Report extends 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 Analytics Reporting API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Report() |
Modifier and Type | Method and Description |
---|---|
Report |
clone() |
ColumnHeader |
getColumnHeader()
The column headers.
|
ReportData |
getData()
Response data.
|
String |
getNextPageToken()
Page token to retrieve the next page of results in the list.
|
Report |
set(String fieldName,
Object value) |
Report |
setColumnHeader(ColumnHeader columnHeader)
The column headers.
|
Report |
setData(ReportData data)
Response data.
|
Report |
setNextPageToken(String nextPageToken)
Page token to retrieve the next page of results in the list.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public ColumnHeader getColumnHeader()
null
for nonepublic Report setColumnHeader(ColumnHeader columnHeader)
columnHeader
- columnHeader or null
for nonepublic ReportData getData()
null
for nonepublic Report setData(ReportData data)
data
- data or null
for nonepublic String getNextPageToken()
null
for nonepublic Report setNextPageToken(String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic Report set(String fieldName, Object value)
set
in class GenericJson
public Report clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.