public final class SiteSummaryResponse
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 Ad Experience Report 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SiteSummaryResponse() |
| Modifier and Type | Method and Description |
|---|---|
SiteSummaryResponse |
clone() |
PlatformSummary |
getDesktopSummary()
The site's Ad Experience Report summary on desktop.
|
PlatformSummary |
getMobileSummary()
The site's Ad Experience Report summary on mobile.
|
String |
getReviewedSite()
The name of the reviewed site, e.g.
|
SiteSummaryResponse |
set(String fieldName,
Object value) |
SiteSummaryResponse |
setDesktopSummary(PlatformSummary desktopSummary)
The site's Ad Experience Report summary on desktop.
|
SiteSummaryResponse |
setMobileSummary(PlatformSummary mobileSummary)
The site's Ad Experience Report summary on mobile.
|
SiteSummaryResponse |
setReviewedSite(String reviewedSite)
The name of the reviewed site, e.g.
|
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 PlatformSummary getDesktopSummary()
null for nonepublic SiteSummaryResponse setDesktopSummary(PlatformSummary desktopSummary)
desktopSummary - desktopSummary or null for nonepublic PlatformSummary getMobileSummary()
null for nonepublic SiteSummaryResponse setMobileSummary(PlatformSummary mobileSummary)
mobileSummary - mobileSummary or null for nonepublic String getReviewedSite()
null for nonepublic SiteSummaryResponse setReviewedSite(String reviewedSite)
reviewedSite - reviewedSite or null for nonepublic SiteSummaryResponse set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic SiteSummaryResponse clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.