public final class Creative extends 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 Ad Exchange Buyer API II. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Creative() |
| Modifier and Type | Method and Description |
|---|---|
Creative |
clone() |
String |
getAccountId()
The account that this creative belongs to.
|
String |
getAdChoicesDestinationUrl()
The link to AdChoices destination page.
|
AdTechnologyProviders |
getAdTechnologyProviders()
Output only.
|
String |
getAdvertiserName()
The name of the company being advertised in the creative.
|
Long |
getAgencyId()
The agency ID for this creative.
|
String |
getApiUpdateTime()
Output only.
|
List<String> |
getAttributes()
All attributes for the ads that may be shown from this creative.
|
List<String> |
getClickThroughUrls()
The set of destination URLs for the creative.
|
List<Correction> |
getCorrections()
Output only.
|
String |
getCreativeId()
The buyer-defined creative ID of this creative.
|
String |
getDealsStatus()
Output only.
|
List<String> |
getDeclaredClickThroughUrls()
The set of declared destination URLs for the creative.
|
List<Long> |
getDetectedAdvertiserIds()
Output only.
|
List<String> |
getDetectedDomains()
Output only.
|
List<String> |
getDetectedLanguages()
Output only.
|
List<Integer> |
getDetectedProductCategories()
Output only.
|
List<Integer> |
getDetectedSensitiveCategories()
Output only.
|
HtmlContent |
getHtml()
An HTML creative.
|
List<String> |
getImpressionTrackingUrls()
The set of URLs to be called to record an impression.
|
NativeContent |
getNative()
A native creative.
|
String |
getOpenAuctionStatus()
Output only.
|
List<String> |
getRestrictedCategories()
All restricted categories for the ads that may be shown from this creative.
|
List<ServingRestriction> |
getServingRestrictions()
Output only.
|
List<Integer> |
getVendorIds()
All vendor IDs for the ads that may be shown from this creative.
|
Integer |
getVersion()
Output only.
|
VideoContent |
getVideo()
A video creative.
|
Creative |
set(String fieldName,
Object value) |
Creative |
setAccountId(String accountId)
The account that this creative belongs to.
|
Creative |
setAdChoicesDestinationUrl(String adChoicesDestinationUrl)
The link to AdChoices destination page.
|
Creative |
setAdTechnologyProviders(AdTechnologyProviders adTechnologyProviders)
Output only.
|
Creative |
setAdvertiserName(String advertiserName)
The name of the company being advertised in the creative.
|
Creative |
setAgencyId(Long agencyId)
The agency ID for this creative.
|
Creative |
setApiUpdateTime(String apiUpdateTime)
Output only.
|
Creative |
setAttributes(List<String> attributes)
All attributes for the ads that may be shown from this creative.
|
Creative |
setClickThroughUrls(List<String> clickThroughUrls)
The set of destination URLs for the creative.
|
Creative |
setCorrections(List<Correction> corrections)
Output only.
|
Creative |
setCreativeId(String creativeId)
The buyer-defined creative ID of this creative.
|
Creative |
setDealsStatus(String dealsStatus)
Output only.
|
Creative |
setDeclaredClickThroughUrls(List<String> declaredClickThroughUrls)
The set of declared destination URLs for the creative.
|
Creative |
setDetectedAdvertiserIds(List<Long> detectedAdvertiserIds)
Output only.
|
Creative |
setDetectedDomains(List<String> detectedDomains)
Output only.
|
Creative |
setDetectedLanguages(List<String> detectedLanguages)
Output only.
|
Creative |
setDetectedProductCategories(List<Integer> detectedProductCategories)
Output only.
|
Creative |
setDetectedSensitiveCategories(List<Integer> detectedSensitiveCategories)
Output only.
|
Creative |
setHtml(HtmlContent html)
An HTML creative.
|
Creative |
setImpressionTrackingUrls(List<String> impressionTrackingUrls)
The set of URLs to be called to record an impression.
|
Creative |
setNative(NativeContent native__)
A native creative.
|
Creative |
setOpenAuctionStatus(String openAuctionStatus)
Output only.
|
Creative |
setRestrictedCategories(List<String> restrictedCategories)
All restricted categories for the ads that may be shown from this creative.
|
Creative |
setServingRestrictions(List<ServingRestriction> servingRestrictions)
Output only.
|
Creative |
setVendorIds(List<Integer> vendorIds)
All vendor IDs for the ads that may be shown from this creative.
|
Creative |
setVersion(Integer version)
Output only.
|
Creative |
setVideo(VideoContent video)
A video 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 getAccountId()
null for nonepublic Creative setAccountId(String accountId)
accountId - accountId or null for nonepublic String getAdChoicesDestinationUrl()
null for nonepublic Creative setAdChoicesDestinationUrl(String adChoicesDestinationUrl)
adChoicesDestinationUrl - adChoicesDestinationUrl or null for nonepublic AdTechnologyProviders getAdTechnologyProviders()
null for nonepublic Creative setAdTechnologyProviders(AdTechnologyProviders adTechnologyProviders)
adTechnologyProviders - adTechnologyProviders or null for nonepublic String getAdvertiserName()
null for nonepublic Creative setAdvertiserName(String advertiserName)
advertiserName - advertiserName or null for nonepublic Long getAgencyId()
null for nonepublic Creative setAgencyId(Long agencyId)
agencyId - agencyId or null for nonepublic String getApiUpdateTime()
null for nonepublic Creative setApiUpdateTime(String apiUpdateTime)
apiUpdateTime - apiUpdateTime or null for nonepublic List<String> getAttributes()
null for nonepublic Creative setAttributes(List<String> attributes)
attributes - attributes or null for nonepublic List<String> getClickThroughUrls()
null for nonepublic Creative setClickThroughUrls(List<String> clickThroughUrls)
clickThroughUrls - clickThroughUrls or null for nonepublic List<Correction> getCorrections()
null for nonepublic Creative setCorrections(List<Correction> corrections)
corrections - corrections or null for nonepublic String getCreativeId()
null for nonepublic Creative setCreativeId(String creativeId)
creativeId - creativeId or null for nonepublic String getDealsStatus()
null for nonepublic Creative setDealsStatus(String dealsStatus)
dealsStatus - dealsStatus or null for nonepublic List<String> getDeclaredClickThroughUrls()
null for nonepublic Creative setDeclaredClickThroughUrls(List<String> declaredClickThroughUrls)
declaredClickThroughUrls - declaredClickThroughUrls or null for nonepublic List<Long> getDetectedAdvertiserIds()
null for nonepublic Creative setDetectedAdvertiserIds(List<Long> detectedAdvertiserIds)
detectedAdvertiserIds - detectedAdvertiserIds or null for nonepublic List<String> getDetectedDomains()
null for nonepublic Creative setDetectedDomains(List<String> detectedDomains)
detectedDomains - detectedDomains or null for nonepublic List<String> getDetectedLanguages()
null for nonepublic Creative setDetectedLanguages(List<String> detectedLanguages)
detectedLanguages - detectedLanguages or null for nonepublic List<Integer> getDetectedProductCategories()
null for nonepublic Creative setDetectedProductCategories(List<Integer> detectedProductCategories)
detectedProductCategories - detectedProductCategories or null for nonepublic List<Integer> getDetectedSensitiveCategories()
null for nonepublic Creative setDetectedSensitiveCategories(List<Integer> detectedSensitiveCategories)
detectedSensitiveCategories - detectedSensitiveCategories or null for nonepublic HtmlContent getHtml()
null for nonepublic Creative setHtml(HtmlContent html)
html - html or null for nonepublic List<String> getImpressionTrackingUrls()
null for nonepublic Creative setImpressionTrackingUrls(List<String> impressionTrackingUrls)
impressionTrackingUrls - impressionTrackingUrls or null for nonepublic NativeContent getNative()
null for nonepublic Creative setNative(NativeContent native__)
native__ - native__ or null for nonepublic String getOpenAuctionStatus()
null for nonepublic Creative setOpenAuctionStatus(String openAuctionStatus)
openAuctionStatus - openAuctionStatus or null for nonepublic List<String> getRestrictedCategories()
null for nonepublic Creative setRestrictedCategories(List<String> restrictedCategories)
restrictedCategories - restrictedCategories or null for nonepublic List<ServingRestriction> getServingRestrictions()
null for nonepublic Creative setServingRestrictions(List<ServingRestriction> servingRestrictions)
servingRestrictions - servingRestrictions or null for nonepublic List<Integer> getVendorIds()
null for nonepublic Creative setVendorIds(List<Integer> vendorIds)
vendorIds - vendorIds or null for nonepublic Integer getVersion()
null for nonepublic Creative setVersion(Integer version)
version - version or null for nonepublic VideoContent getVideo()
null for nonepublic Creative setVideo(VideoContent video)
video - video or null for nonepublic Creative set(String fieldName, Object value)
set in class GenericJsonpublic Creative clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.