public final class ReviewStatusInfo
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 |
|---|
ReviewStatusInfo() |
| Modifier and Type | Method and Description |
|---|---|
ReviewStatusInfo |
clone() |
String |
getApprovalStatus()
Represents the basic approval needed for a creative to begin serving.
|
String |
getContentAndPolicyReviewStatus()
Content and policy review status for the creative.
|
String |
getCreativeAndLandingPageReviewStatus()
Creative and landing page review status for the creative.
|
List<ExchangeReviewStatus> |
getExchangeReviewStatuses()
Exchange review statuses for the creative.
|
ReviewStatusInfo |
set(String fieldName,
Object value) |
ReviewStatusInfo |
setApprovalStatus(String approvalStatus)
Represents the basic approval needed for a creative to begin serving.
|
ReviewStatusInfo |
setContentAndPolicyReviewStatus(String contentAndPolicyReviewStatus)
Content and policy review status for the creative.
|
ReviewStatusInfo |
setCreativeAndLandingPageReviewStatus(String creativeAndLandingPageReviewStatus)
Creative and landing page review status for the creative.
|
ReviewStatusInfo |
setExchangeReviewStatuses(List<ExchangeReviewStatus> exchangeReviewStatuses)
Exchange review statuses for the creative.
|
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 getApprovalStatus()
null for nonepublic ReviewStatusInfo setApprovalStatus(String approvalStatus)
approvalStatus - approvalStatus or null for nonepublic String getContentAndPolicyReviewStatus()
null for nonepublic ReviewStatusInfo setContentAndPolicyReviewStatus(String contentAndPolicyReviewStatus)
contentAndPolicyReviewStatus - contentAndPolicyReviewStatus or null for nonepublic String getCreativeAndLandingPageReviewStatus()
null for nonepublic ReviewStatusInfo setCreativeAndLandingPageReviewStatus(String creativeAndLandingPageReviewStatus)
creativeAndLandingPageReviewStatus - creativeAndLandingPageReviewStatus or null for nonepublic List<ExchangeReviewStatus> getExchangeReviewStatuses()
null for nonepublic ReviewStatusInfo setExchangeReviewStatuses(List<ExchangeReviewStatus> exchangeReviewStatuses)
exchangeReviewStatuses - exchangeReviewStatuses or null for nonepublic ReviewStatusInfo set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ReviewStatusInfo clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.