public abstract class BaseRichMediaStudioCreative extends Creative
Creative that is created by a Rich Media Studio.
Java class for BaseRichMediaStudioCreative complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseRichMediaStudioCreative">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201708}Creative">
<sequence>
<element name="studioCreativeId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="creativeFormat" type="{https://www.google.com/apis/ads/publisher/v201708}RichMediaStudioCreativeFormat" minOccurs="0"/>
<element name="artworkType" type="{https://www.google.com/apis/ads/publisher/v201708}RichMediaStudioCreativeArtworkType" minOccurs="0"/>
<element name="totalFileSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="adTagKeys" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="customKeyValues" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="surveyUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="allImpressionsUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="richMediaImpressionsUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="backupImageImpressionsUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="overrideCss" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="requiredFlashPluginVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="duration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="billingAttribute" type="{https://www.google.com/apis/ads/publisher/v201708}RichMediaStudioCreativeBillingAttribute" minOccurs="0"/>
<element name="richMediaStudioChildAssetProperties" type="{https://www.google.com/apis/ads/publisher/v201708}RichMediaStudioChildAssetProperty" maxOccurs="unbounded" minOccurs="0"/>
<element name="sslScanResult" type="{https://www.google.com/apis/ads/publisher/v201708}SslScanResult" minOccurs="0"/>
<element name="sslManualOverride" type="{https://www.google.com/apis/ads/publisher/v201708}SslManualOverride" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
adTagKeys |
protected String |
allImpressionsUrl |
protected RichMediaStudioCreativeArtworkType |
artworkType |
protected String |
backupImageImpressionsUrl |
protected RichMediaStudioCreativeBillingAttribute |
billingAttribute |
protected RichMediaStudioCreativeFormat |
creativeFormat |
protected List<String> |
customKeyValues |
protected Integer |
duration |
protected String |
overrideCss |
protected String |
requiredFlashPluginVersion |
protected String |
richMediaImpressionsUrl |
protected List<RichMediaStudioChildAssetProperty> |
richMediaStudioChildAssetProperties |
protected SslManualOverride |
sslManualOverride |
protected SslScanResult |
sslScanResult |
protected Long |
studioCreativeId |
protected String |
surveyUrl |
protected Long |
totalFileSize |
advertiserId, appliedLabels, customFieldValues, id, lastModifiedDateTime, name, policyViolations, previewUrl, size| Constructor and Description |
|---|
BaseRichMediaStudioCreative() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAdTagKeys()
Gets the value of the adTagKeys property.
|
String |
getAllImpressionsUrl()
Gets the value of the allImpressionsUrl property.
|
RichMediaStudioCreativeArtworkType |
getArtworkType()
Gets the value of the artworkType property.
|
String |
getBackupImageImpressionsUrl()
Gets the value of the backupImageImpressionsUrl property.
|
RichMediaStudioCreativeBillingAttribute |
getBillingAttribute()
Gets the value of the billingAttribute property.
|
RichMediaStudioCreativeFormat |
getCreativeFormat()
Gets the value of the creativeFormat property.
|
List<String> |
getCustomKeyValues()
Gets the value of the customKeyValues property.
|
Integer |
getDuration()
Gets the value of the duration property.
|
String |
getOverrideCss()
Gets the value of the overrideCss property.
|
String |
getRequiredFlashPluginVersion()
Gets the value of the requiredFlashPluginVersion property.
|
String |
getRichMediaImpressionsUrl()
Gets the value of the richMediaImpressionsUrl property.
|
List<RichMediaStudioChildAssetProperty> |
getRichMediaStudioChildAssetProperties()
Gets the value of the richMediaStudioChildAssetProperties property.
|
SslManualOverride |
getSslManualOverride()
Gets the value of the sslManualOverride property.
|
SslScanResult |
getSslScanResult()
Gets the value of the sslScanResult property.
|
Long |
getStudioCreativeId()
Gets the value of the studioCreativeId property.
|
String |
getSurveyUrl()
Gets the value of the surveyUrl property.
|
Long |
getTotalFileSize()
Gets the value of the totalFileSize property.
|
void |
setAllImpressionsUrl(String value)
Sets the value of the allImpressionsUrl property.
|
void |
setArtworkType(RichMediaStudioCreativeArtworkType value)
Sets the value of the artworkType property.
|
void |
setBackupImageImpressionsUrl(String value)
Sets the value of the backupImageImpressionsUrl property.
|
void |
setBillingAttribute(RichMediaStudioCreativeBillingAttribute value)
Sets the value of the billingAttribute property.
|
void |
setCreativeFormat(RichMediaStudioCreativeFormat value)
Sets the value of the creativeFormat property.
|
void |
setDuration(Integer value)
Sets the value of the duration property.
|
void |
setOverrideCss(String value)
Sets the value of the overrideCss property.
|
void |
setRequiredFlashPluginVersion(String value)
Sets the value of the requiredFlashPluginVersion property.
|
void |
setRichMediaImpressionsUrl(String value)
Sets the value of the richMediaImpressionsUrl property.
|
void |
setSslManualOverride(SslManualOverride value)
Sets the value of the sslManualOverride property.
|
void |
setSslScanResult(SslScanResult value)
Sets the value of the sslScanResult property.
|
void |
setStudioCreativeId(Long value)
Sets the value of the studioCreativeId property.
|
void |
setSurveyUrl(String value)
Sets the value of the surveyUrl property.
|
void |
setTotalFileSize(Long value)
Sets the value of the totalFileSize property.
|
getAdvertiserId, getAppliedLabels, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPolicyViolations, getPreviewUrl, getSize, setAdvertiserId, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSizeprotected Long studioCreativeId
protected RichMediaStudioCreativeFormat creativeFormat
protected RichMediaStudioCreativeArtworkType artworkType
protected Long totalFileSize
protected String surveyUrl
protected String allImpressionsUrl
protected String richMediaImpressionsUrl
protected String backupImageImpressionsUrl
protected String overrideCss
protected String requiredFlashPluginVersion
protected Integer duration
protected RichMediaStudioCreativeBillingAttribute billingAttribute
protected List<RichMediaStudioChildAssetProperty> richMediaStudioChildAssetProperties
protected SslScanResult sslScanResult
protected SslManualOverride sslManualOverride
public Long getStudioCreativeId()
Longpublic void setStudioCreativeId(Long value)
value - allowed object is
Longpublic RichMediaStudioCreativeFormat getCreativeFormat()
RichMediaStudioCreativeFormatpublic void setCreativeFormat(RichMediaStudioCreativeFormat value)
value - allowed object is
RichMediaStudioCreativeFormatpublic RichMediaStudioCreativeArtworkType getArtworkType()
RichMediaStudioCreativeArtworkTypepublic void setArtworkType(RichMediaStudioCreativeArtworkType value)
value - allowed object is
RichMediaStudioCreativeArtworkTypepublic Long getTotalFileSize()
Longpublic void setTotalFileSize(Long value)
value - allowed object is
Longpublic List<String> getAdTagKeys()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the adTagKeys property.
For example, to add a new item, do as follows:
getAdTagKeys().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getCustomKeyValues()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the customKeyValues property.
For example, to add a new item, do as follows:
getCustomKeyValues().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getSurveyUrl()
Stringpublic void setSurveyUrl(String value)
value - allowed object is
Stringpublic String getAllImpressionsUrl()
Stringpublic void setAllImpressionsUrl(String value)
value - allowed object is
Stringpublic String getRichMediaImpressionsUrl()
Stringpublic void setRichMediaImpressionsUrl(String value)
value - allowed object is
Stringpublic String getBackupImageImpressionsUrl()
Stringpublic void setBackupImageImpressionsUrl(String value)
value - allowed object is
Stringpublic String getOverrideCss()
Stringpublic void setOverrideCss(String value)
value - allowed object is
Stringpublic String getRequiredFlashPluginVersion()
Stringpublic void setRequiredFlashPluginVersion(String value)
value - allowed object is
Stringpublic Integer getDuration()
Integerpublic void setDuration(Integer value)
value - allowed object is
Integerpublic RichMediaStudioCreativeBillingAttribute getBillingAttribute()
RichMediaStudioCreativeBillingAttributepublic void setBillingAttribute(RichMediaStudioCreativeBillingAttribute value)
value - allowed object is
RichMediaStudioCreativeBillingAttributepublic List<RichMediaStudioChildAssetProperty> getRichMediaStudioChildAssetProperties()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the richMediaStudioChildAssetProperties property.
For example, to add a new item, do as follows:
getRichMediaStudioChildAssetProperties().add(newItem);
Objects of the following type(s) are allowed in the list
RichMediaStudioChildAssetProperty
public SslScanResult getSslScanResult()
SslScanResultpublic void setSslScanResult(SslScanResult value)
value - allowed object is
SslScanResultpublic SslManualOverride getSslManualOverride()
SslManualOverridepublic void setSslManualOverride(SslManualOverride value)
value - allowed object is
SslManualOverrideCopyright © 2018. All Rights Reserved.