public final class AdGroup
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 |
|---|
AdGroup() |
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 getAdGroupFormat()
null for nonepublic AdGroup setAdGroupFormat(String adGroupFormat)
adGroupFormat - adGroupFormat or null for nonepublic Long getAdGroupId()
null for nonepublic AdGroup setAdGroupId(Long adGroupId)
adGroupId - adGroupId or null for nonepublic AdGroupInventoryControl getAdGroupInventoryControl()
null for nonepublic AdGroup setAdGroupInventoryControl(AdGroupInventoryControl adGroupInventoryControl)
adGroupInventoryControl - adGroupInventoryControl or null for nonepublic Long getAdvertiserId()
null for nonepublic AdGroup setAdvertiserId(Long advertiserId)
advertiserId - advertiserId or null for nonepublic BiddingStrategy getBidStrategy()
null for nonepublic AdGroup setBidStrategy(BiddingStrategy bidStrategy)
bidStrategy - bidStrategy or null for nonepublic String getDisplayName()
null for nonepublic AdGroup setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getEntityStatus()
null for nonepublic AdGroup setEntityStatus(String entityStatus)
entityStatus - entityStatus or null for nonepublic Long getLineItemId()
null for nonepublic AdGroup setLineItemId(Long lineItemId)
lineItemId - lineItemId or null for nonepublic String getName()
null for nonepublic AdGroup setName(String name)
name - name or null for nonepublic ProductFeedData getProductFeedData()
null for nonepublic AdGroup setProductFeedData(ProductFeedData productFeedData)
productFeedData - productFeedData or null for nonepublic TargetingExpansionConfig getTargetingExpansion()
null for nonepublic AdGroup setTargetingExpansion(TargetingExpansionConfig targetingExpansion)
targetingExpansion - targetingExpansion or null for nonepublic AdGroup set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AdGroup clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.