public final class AdPolicyTopicEntry
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 |
|---|
AdPolicyTopicEntry() |
| Modifier and Type | Method and Description |
|---|---|
AdPolicyTopicEntry |
clone() |
AdPolicyTopicAppealInfo |
getAppealInfo()
Information on how to appeal the policy decision.
|
String |
getHelpCenterLink()
Ad policy help center link for the policy topic.
|
String |
getPolicyDecisionType()
The source of the policy decision.
|
String |
getPolicyEnforcementMeans()
The policy enforcement means used in the policy review.
|
String |
getPolicyLabel()
Localized label text for policy.
|
String |
getPolicyTopic()
The policy topic.
|
List<AdPolicyTopicConstraint> |
getPolicyTopicConstraints()
The serving constraints relevant to the policy decision.
|
String |
getPolicyTopicDescription()
A short summary description of the policy topic.
|
List<AdPolicyTopicEvidence> |
getPolicyTopicEvidences()
The evidence used in the policy decision.
|
String |
getPolicyTopicType()
How ad serving will be affected due to the relation to the ad policy topic.
|
AdPolicyTopicEntry |
set(String fieldName,
Object value) |
AdPolicyTopicEntry |
setAppealInfo(AdPolicyTopicAppealInfo appealInfo)
Information on how to appeal the policy decision.
|
AdPolicyTopicEntry |
setHelpCenterLink(String helpCenterLink)
Ad policy help center link for the policy topic.
|
AdPolicyTopicEntry |
setPolicyDecisionType(String policyDecisionType)
The source of the policy decision.
|
AdPolicyTopicEntry |
setPolicyEnforcementMeans(String policyEnforcementMeans)
The policy enforcement means used in the policy review.
|
AdPolicyTopicEntry |
setPolicyLabel(String policyLabel)
Localized label text for policy.
|
AdPolicyTopicEntry |
setPolicyTopic(String policyTopic)
The policy topic.
|
AdPolicyTopicEntry |
setPolicyTopicConstraints(List<AdPolicyTopicConstraint> policyTopicConstraints)
The serving constraints relevant to the policy decision.
|
AdPolicyTopicEntry |
setPolicyTopicDescription(String policyTopicDescription)
A short summary description of the policy topic.
|
AdPolicyTopicEntry |
setPolicyTopicEvidences(List<AdPolicyTopicEvidence> policyTopicEvidences)
The evidence used in the policy decision.
|
AdPolicyTopicEntry |
setPolicyTopicType(String policyTopicType)
How ad serving will be affected due to the relation to the ad policy topic.
|
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 AdPolicyTopicAppealInfo getAppealInfo()
null for nonepublic AdPolicyTopicEntry setAppealInfo(AdPolicyTopicAppealInfo appealInfo)
appealInfo - appealInfo or null for nonepublic String getHelpCenterLink()
null for nonepublic AdPolicyTopicEntry setHelpCenterLink(String helpCenterLink)
helpCenterLink - helpCenterLink or null for nonepublic String getPolicyDecisionType()
null for nonepublic AdPolicyTopicEntry setPolicyDecisionType(String policyDecisionType)
policyDecisionType - policyDecisionType or null for nonepublic String getPolicyEnforcementMeans()
null for nonepublic AdPolicyTopicEntry setPolicyEnforcementMeans(String policyEnforcementMeans)
policyEnforcementMeans - policyEnforcementMeans or null for nonepublic String getPolicyLabel()
null for nonepublic AdPolicyTopicEntry setPolicyLabel(String policyLabel)
policyLabel - policyLabel or null for nonepublic String getPolicyTopic()
null for nonepublic AdPolicyTopicEntry setPolicyTopic(String policyTopic)
policyTopic - policyTopic or null for nonepublic List<AdPolicyTopicConstraint> getPolicyTopicConstraints()
null for nonepublic AdPolicyTopicEntry setPolicyTopicConstraints(List<AdPolicyTopicConstraint> policyTopicConstraints)
policyTopicConstraints - policyTopicConstraints or null for nonepublic String getPolicyTopicDescription()
null for nonepublic AdPolicyTopicEntry setPolicyTopicDescription(String policyTopicDescription)
policyTopicDescription - policyTopicDescription or null for nonepublic List<AdPolicyTopicEvidence> getPolicyTopicEvidences()
null for nonepublic AdPolicyTopicEntry setPolicyTopicEvidences(List<AdPolicyTopicEvidence> policyTopicEvidences)
policyTopicEvidences - policyTopicEvidences or null for nonepublic String getPolicyTopicType()
null for nonepublic AdPolicyTopicEntry setPolicyTopicType(String policyTopicType)
policyTopicType - policyTopicType or null for nonepublic AdPolicyTopicEntry set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AdPolicyTopicEntry clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.