public final class AdPolicyTopicEvidence
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 Display & Video 360 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 |
|---|
AdPolicyTopicEvidence() |
| Modifier and Type | Method and Description |
|---|---|
AdPolicyTopicEvidence |
clone() |
AdPolicyTopicEvidenceCounterfeit |
getCounterfeit()
Counterfeit enforcement that caused a policy violation.
|
AdPolicyTopicEvidenceDestinationMismatch |
getDestinationMismatch()
A mismatch between the ad destination URLs.
|
AdPolicyTopicEvidenceDestinationNotWorking |
getDestinationNotWorking()
Information on HTTP or DNS errors related to the ad destination.
|
AdPolicyTopicEvidenceDestinationTextList |
getDestinationTextList()
The text in the destination of the ad that is causing a policy violation.
|
Integer |
getHttpCode()
HTTP code returned when the final URL was crawled.
|
String |
getLanguageCode()
The language the ad was detected to be written in.
|
AdPolicyTopicEvidenceLegalRemoval |
getLegalRemoval()
Legal related regulation enforcement that caused a policy violation.
|
AdPolicyTopicEvidenceRegionalRequirements |
getRegionalRequirements()
T&S proactive enforcement that caused a policy violation.
|
AdPolicyTopicEvidenceTextList |
getTextList()
List of evidence found in the text of the ad.
|
AdPolicyTopicEvidenceTrademark |
getTrademark()
Trademark terms that caused a policy violation.
|
AdPolicyTopicEvidenceWebsiteList |
getWebsiteList()
List of websites linked with the ad.
|
AdPolicyTopicEvidence |
set(String fieldName,
Object value) |
AdPolicyTopicEvidence |
setCounterfeit(AdPolicyTopicEvidenceCounterfeit counterfeit)
Counterfeit enforcement that caused a policy violation.
|
AdPolicyTopicEvidence |
setDestinationMismatch(AdPolicyTopicEvidenceDestinationMismatch destinationMismatch)
A mismatch between the ad destination URLs.
|
AdPolicyTopicEvidence |
setDestinationNotWorking(AdPolicyTopicEvidenceDestinationNotWorking destinationNotWorking)
Information on HTTP or DNS errors related to the ad destination.
|
AdPolicyTopicEvidence |
setDestinationTextList(AdPolicyTopicEvidenceDestinationTextList destinationTextList)
The text in the destination of the ad that is causing a policy violation.
|
AdPolicyTopicEvidence |
setHttpCode(Integer httpCode)
HTTP code returned when the final URL was crawled.
|
AdPolicyTopicEvidence |
setLanguageCode(String languageCode)
The language the ad was detected to be written in.
|
AdPolicyTopicEvidence |
setLegalRemoval(AdPolicyTopicEvidenceLegalRemoval legalRemoval)
Legal related regulation enforcement that caused a policy violation.
|
AdPolicyTopicEvidence |
setRegionalRequirements(AdPolicyTopicEvidenceRegionalRequirements regionalRequirements)
T&S proactive enforcement that caused a policy violation.
|
AdPolicyTopicEvidence |
setTextList(AdPolicyTopicEvidenceTextList textList)
List of evidence found in the text of the ad.
|
AdPolicyTopicEvidence |
setTrademark(AdPolicyTopicEvidenceTrademark trademark)
Trademark terms that caused a policy violation.
|
AdPolicyTopicEvidence |
setWebsiteList(AdPolicyTopicEvidenceWebsiteList websiteList)
List of websites linked with the ad.
|
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 AdPolicyTopicEvidenceCounterfeit getCounterfeit()
null for nonepublic AdPolicyTopicEvidence setCounterfeit(AdPolicyTopicEvidenceCounterfeit counterfeit)
counterfeit - counterfeit or null for nonepublic AdPolicyTopicEvidenceDestinationMismatch getDestinationMismatch()
null for nonepublic AdPolicyTopicEvidence setDestinationMismatch(AdPolicyTopicEvidenceDestinationMismatch destinationMismatch)
destinationMismatch - destinationMismatch or null for nonepublic AdPolicyTopicEvidenceDestinationNotWorking getDestinationNotWorking()
null for nonepublic AdPolicyTopicEvidence setDestinationNotWorking(AdPolicyTopicEvidenceDestinationNotWorking destinationNotWorking)
destinationNotWorking - destinationNotWorking or null for nonepublic AdPolicyTopicEvidenceDestinationTextList getDestinationTextList()
null for nonepublic AdPolicyTopicEvidence setDestinationTextList(AdPolicyTopicEvidenceDestinationTextList destinationTextList)
destinationTextList - destinationTextList or null for nonepublic Integer getHttpCode()
null for nonepublic AdPolicyTopicEvidence setHttpCode(Integer httpCode)
httpCode - httpCode or null for nonepublic String getLanguageCode()
null for nonepublic AdPolicyTopicEvidence setLanguageCode(String languageCode)
languageCode - languageCode or null for nonepublic AdPolicyTopicEvidenceLegalRemoval getLegalRemoval()
null for nonepublic AdPolicyTopicEvidence setLegalRemoval(AdPolicyTopicEvidenceLegalRemoval legalRemoval)
legalRemoval - legalRemoval or null for nonepublic AdPolicyTopicEvidenceRegionalRequirements getRegionalRequirements()
null for nonepublic AdPolicyTopicEvidence setRegionalRequirements(AdPolicyTopicEvidenceRegionalRequirements regionalRequirements)
regionalRequirements - regionalRequirements or null for nonepublic AdPolicyTopicEvidenceTextList getTextList()
null for nonepublic AdPolicyTopicEvidence setTextList(AdPolicyTopicEvidenceTextList textList)
textList - textList or null for nonepublic AdPolicyTopicEvidenceTrademark getTrademark()
null for nonepublic AdPolicyTopicEvidence setTrademark(AdPolicyTopicEvidenceTrademark trademark)
trademark - trademark or null for nonepublic AdPolicyTopicEvidenceWebsiteList getWebsiteList()
null for nonepublic AdPolicyTopicEvidence setWebsiteList(AdPolicyTopicEvidenceWebsiteList websiteList)
websiteList - websiteList or null for nonepublic AdPolicyTopicEvidence set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AdPolicyTopicEvidence clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.