public final class YoutubeSettings
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 Campaign Manager 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 | 
|---|
YoutubeSettings()  | 
| Modifier and Type | Method and Description | 
|---|---|
YoutubeSettings | 
clone()  | 
List<Long> | 
getBusinessLogoCreativeIds()
Optional. 
 | 
String | 
getBusinessName()
Optional. 
 | 
List<String> | 
getCallToActions()
Optional. 
 | 
List<String> | 
getDescriptions()
Optional. 
 | 
List<String> | 
getHeadlines()
Optional. 
 | 
List<String> | 
getLongHeadlines()
Optional. 
 | 
YoutubeSettings | 
set(String fieldName,
   Object value)  | 
YoutubeSettings | 
setBusinessLogoCreativeIds(List<Long> businessLogoCreativeIds)
Optional. 
 | 
YoutubeSettings | 
setBusinessName(String businessName)
Optional. 
 | 
YoutubeSettings | 
setCallToActions(List<String> callToActions)
Optional. 
 | 
YoutubeSettings | 
setDescriptions(List<String> descriptions)
Optional. 
 | 
YoutubeSettings | 
setHeadlines(List<String> headlines)
Optional. 
 | 
YoutubeSettings | 
setLongHeadlines(List<String> longHeadlines)
Optional. 
 | 
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 List<Long> getBusinessLogoCreativeIds()
null for nonepublic YoutubeSettings setBusinessLogoCreativeIds(List<Long> businessLogoCreativeIds)
businessLogoCreativeIds - businessLogoCreativeIds or null for nonepublic String getBusinessName()
null for nonepublic YoutubeSettings setBusinessName(String businessName)
businessName - businessName or null for nonepublic List<String> getCallToActions()
null for nonepublic YoutubeSettings setCallToActions(List<String> callToActions)
callToActions - callToActions or null for nonepublic List<String> getDescriptions()
null for nonepublic YoutubeSettings setDescriptions(List<String> descriptions)
descriptions - descriptions or null for nonepublic List<String> getHeadlines()
null for nonepublic YoutubeSettings setHeadlines(List<String> headlines)
headlines - headlines or null for nonepublic List<String> getLongHeadlines()
null for nonepublic YoutubeSettings setLongHeadlines(List<String> longHeadlines)
longHeadlines - longHeadlines or null for nonepublic YoutubeSettings set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic YoutubeSettings clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.