public final class AdPolicy
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 |
|---|
AdPolicy() |
| Modifier and Type | Method and Description |
|---|---|
AdPolicy |
clone() |
String |
getAdPolicyApprovalStatus()
The policy approval status of an ad, indicating the approval decision.
|
String |
getAdPolicyReviewStatus()
The policy review status of an ad, indicating where in the review process the ad is currently.
|
List<AdPolicyTopicEntry> |
getAdPolicyTopicEntry()
The entries for each policy topic identified as relating to the ad.
|
AdPolicy |
set(String fieldName,
Object value) |
AdPolicy |
setAdPolicyApprovalStatus(String adPolicyApprovalStatus)
The policy approval status of an ad, indicating the approval decision.
|
AdPolicy |
setAdPolicyReviewStatus(String adPolicyReviewStatus)
The policy review status of an ad, indicating where in the review process the ad is currently.
|
AdPolicy |
setAdPolicyTopicEntry(List<AdPolicyTopicEntry> adPolicyTopicEntry)
The entries for each policy topic identified as relating to 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 String getAdPolicyApprovalStatus()
null for nonepublic AdPolicy setAdPolicyApprovalStatus(String adPolicyApprovalStatus)
adPolicyApprovalStatus - adPolicyApprovalStatus or null for nonepublic String getAdPolicyReviewStatus()
null for nonepublic AdPolicy setAdPolicyReviewStatus(String adPolicyReviewStatus)
adPolicyReviewStatus - adPolicyReviewStatus or null for nonepublic List<AdPolicyTopicEntry> getAdPolicyTopicEntry()
null for nonepublic AdPolicy setAdPolicyTopicEntry(List<AdPolicyTopicEntry> adPolicyTopicEntry)
adPolicyTopicEntry - adPolicyTopicEntry or null for nonepublic AdPolicy set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AdPolicy clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.