public final class AuditAdvertiserResponse
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 |
|---|
AuditAdvertiserResponse() |
| Modifier and Type | Method and Description |
|---|---|
AuditAdvertiserResponse |
clone() |
Long |
getAdGroupCriteriaCount()
The number of individual targeting options from the following targeting types that are assigned
to a line item under this advertiser.
|
Long |
getCampaignCriteriaCount()
The number of individual targeting options from the following targeting types that are assigned
to a line item under this advertiser.
|
Long |
getChannelsCount()
The number of channels created under this advertiser.
|
Long |
getNegativeKeywordListsCount()
The number of negative keyword lists created under this advertiser.
|
Long |
getNegativelyTargetedChannelsCount()
The number of negatively targeted channels created under this advertiser.
|
Long |
getUsedCampaignsCount()
The number of ACTIVE and PAUSED campaigns under this advertiser.
|
Long |
getUsedInsertionOrdersCount()
The number of ACTIVE, PAUSED and DRAFT insertion orders under this advertiser.
|
Long |
getUsedLineItemsCount()
The number of ACTIVE, PAUSED, and DRAFT line items under this advertiser.
|
AuditAdvertiserResponse |
set(String fieldName,
Object value) |
AuditAdvertiserResponse |
setAdGroupCriteriaCount(Long adGroupCriteriaCount)
The number of individual targeting options from the following targeting types that are assigned
to a line item under this advertiser.
|
AuditAdvertiserResponse |
setCampaignCriteriaCount(Long campaignCriteriaCount)
The number of individual targeting options from the following targeting types that are assigned
to a line item under this advertiser.
|
AuditAdvertiserResponse |
setChannelsCount(Long channelsCount)
The number of channels created under this advertiser.
|
AuditAdvertiserResponse |
setNegativeKeywordListsCount(Long negativeKeywordListsCount)
The number of negative keyword lists created under this advertiser.
|
AuditAdvertiserResponse |
setNegativelyTargetedChannelsCount(Long negativelyTargetedChannelsCount)
The number of negatively targeted channels created under this advertiser.
|
AuditAdvertiserResponse |
setUsedCampaignsCount(Long usedCampaignsCount)
The number of ACTIVE and PAUSED campaigns under this advertiser.
|
AuditAdvertiserResponse |
setUsedInsertionOrdersCount(Long usedInsertionOrdersCount)
The number of ACTIVE, PAUSED and DRAFT insertion orders under this advertiser.
|
AuditAdvertiserResponse |
setUsedLineItemsCount(Long usedLineItemsCount)
The number of ACTIVE, PAUSED, and DRAFT line items under this advertiser.
|
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 Long getAdGroupCriteriaCount()
null for nonepublic AuditAdvertiserResponse setAdGroupCriteriaCount(Long adGroupCriteriaCount)
adGroupCriteriaCount - adGroupCriteriaCount or null for nonepublic Long getCampaignCriteriaCount()
null for nonepublic AuditAdvertiserResponse setCampaignCriteriaCount(Long campaignCriteriaCount)
campaignCriteriaCount - campaignCriteriaCount or null for nonepublic Long getChannelsCount()
null for nonepublic AuditAdvertiserResponse setChannelsCount(Long channelsCount)
channelsCount - channelsCount or null for nonepublic Long getNegativeKeywordListsCount()
null for nonepublic AuditAdvertiserResponse setNegativeKeywordListsCount(Long negativeKeywordListsCount)
negativeKeywordListsCount - negativeKeywordListsCount or null for nonepublic Long getNegativelyTargetedChannelsCount()
null for nonepublic AuditAdvertiserResponse setNegativelyTargetedChannelsCount(Long negativelyTargetedChannelsCount)
negativelyTargetedChannelsCount - negativelyTargetedChannelsCount or null for nonepublic Long getUsedCampaignsCount()
null for nonepublic AuditAdvertiserResponse setUsedCampaignsCount(Long usedCampaignsCount)
usedCampaignsCount - usedCampaignsCount or null for nonepublic Long getUsedInsertionOrdersCount()
null for nonepublic AuditAdvertiserResponse setUsedInsertionOrdersCount(Long usedInsertionOrdersCount)
usedInsertionOrdersCount - usedInsertionOrdersCount or null for nonepublic Long getUsedLineItemsCount()
null for nonepublic AuditAdvertiserResponse setUsedLineItemsCount(Long usedLineItemsCount)
usedLineItemsCount - usedLineItemsCount or null for nonepublic AuditAdvertiserResponse set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AuditAdvertiserResponse clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.