public final class ReportHeader 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 AdMob API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ReportHeader() |
| Modifier and Type | Method and Description |
|---|---|
ReportHeader |
clone() |
DateRange |
getDateRange()
The date range for which the report is generated.
|
LocalizationSettings |
getLocalizationSettings()
Localization settings of the report.
|
String |
getReportingTimeZone()
The report time zone.
|
ReportHeader |
set(String fieldName,
Object value) |
ReportHeader |
setDateRange(DateRange dateRange)
The date range for which the report is generated.
|
ReportHeader |
setLocalizationSettings(LocalizationSettings localizationSettings)
Localization settings of the report.
|
ReportHeader |
setReportingTimeZone(String reportingTimeZone)
The report time zone.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic DateRange getDateRange()
null for nonepublic ReportHeader setDateRange(DateRange dateRange)
dateRange - dateRange or null for nonepublic LocalizationSettings getLocalizationSettings()
null for nonepublic ReportHeader setLocalizationSettings(LocalizationSettings localizationSettings)
localizationSettings - localizationSettings or null for nonepublic String getReportingTimeZone()
null for nonepublic ReportHeader setReportingTimeZone(String reportingTimeZone)
reportingTimeZone - reportingTimeZone or null for nonepublic ReportHeader set(String fieldName, Object value)
set in class GenericJsonpublic ReportHeader clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.