public final class PlatformSummary
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 |
|---|
PlatformSummary() |
| Modifier and Type | Method and Description |
|---|---|
PlatformSummary |
clone() |
String |
getBetterAdsStatus()
The site's Ad Experience Report status on this platform.
|
String |
getEnforcementTime()
The time at which [enforcement](https://support.google.com/webtools/answer/7308033) against the
site began or will begin on this platform.
|
String |
getFilterStatus()
The site's [enforcement status](https://support.google.com/webtools/answer/7308033) on this
platform.
|
String |
getLastChangeTime()
The time at which the site's status last changed on this platform.
|
List<String> |
getRegion()
The site's regions on this platform.
|
String |
getReportUrl()
A link to the full Ad Experience Report for the site on this platform..
|
Boolean |
getUnderReview()
Whether the site is currently under review on this platform.
|
PlatformSummary |
set(String fieldName,
Object value) |
PlatformSummary |
setBetterAdsStatus(String betterAdsStatus)
The site's Ad Experience Report status on this platform.
|
PlatformSummary |
setEnforcementTime(String enforcementTime)
The time at which [enforcement](https://support.google.com/webtools/answer/7308033) against the
site began or will begin on this platform.
|
PlatformSummary |
setFilterStatus(String filterStatus)
The site's [enforcement status](https://support.google.com/webtools/answer/7308033) on this
platform.
|
PlatformSummary |
setLastChangeTime(String lastChangeTime)
The time at which the site's status last changed on this platform.
|
PlatformSummary |
setRegion(List<String> region)
The site's regions on this platform.
|
PlatformSummary |
setReportUrl(String reportUrl)
A link to the full Ad Experience Report for the site on this platform..
|
PlatformSummary |
setUnderReview(Boolean underReview)
Whether the site is currently under review on this platform.
|
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 String getBetterAdsStatus()
null for nonepublic PlatformSummary setBetterAdsStatus(String betterAdsStatus)
betterAdsStatus - betterAdsStatus or null for nonepublic String getEnforcementTime()
null for nonepublic PlatformSummary setEnforcementTime(String enforcementTime)
enforcementTime - enforcementTime or null for nonepublic String getFilterStatus()
null for nonepublic PlatformSummary setFilterStatus(String filterStatus)
filterStatus - filterStatus or null for nonepublic String getLastChangeTime()
null for nonepublic PlatformSummary setLastChangeTime(String lastChangeTime)
lastChangeTime - lastChangeTime or null for nonepublic List<String> getRegion()
null for nonepublic PlatformSummary setRegion(List<String> region)
region - region or null for nonepublic String getReportUrl()
null for nonepublic PlatformSummary setReportUrl(String reportUrl)
reportUrl - reportUrl or null for nonepublic Boolean getUnderReview()
null for nonepublic PlatformSummary setUnderReview(Boolean underReview)
underReview - underReview or null for nonepublic PlatformSummary set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic PlatformSummary clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.