public class VastRedirectCreative extends Creative
Creative that points to an externally hosted VAST ad and is
served via VAST XML as a VAST Wrapper.
Java class for VastRedirectCreative complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VastRedirectCreative">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201805}Creative">
<sequence>
<element name="vastXmlUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vastRedirectType" type="{https://www.google.com/apis/ads/publisher/v201805}VastRedirectType" minOccurs="0"/>
<element name="duration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="companionCreativeIds" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
<element name="trackingUrls" type="{https://www.google.com/apis/ads/publisher/v201805}ConversionEvent_TrackingUrlsMapEntry" maxOccurs="unbounded" minOccurs="0"/>
<element name="vastPreviewUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sslScanResult" type="{https://www.google.com/apis/ads/publisher/v201805}SslScanResult" minOccurs="0"/>
<element name="sslManualOverride" type="{https://www.google.com/apis/ads/publisher/v201805}SslManualOverride" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Long> |
companionCreativeIds |
protected Integer |
duration |
protected SslManualOverride |
sslManualOverride |
protected SslScanResult |
sslScanResult |
protected List<ConversionEventTrackingUrlsMapEntry> |
trackingUrls |
protected String |
vastPreviewUrl |
protected VastRedirectType |
vastRedirectType |
protected String |
vastXmlUrl |
advertiserId, appliedLabels, customFieldValues, id, lastModifiedDateTime, name, policyViolations, previewUrl, size| Constructor and Description |
|---|
VastRedirectCreative() |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
getCompanionCreativeIds()
Gets the value of the companionCreativeIds property.
|
Integer |
getDuration()
Gets the value of the duration property.
|
SslManualOverride |
getSslManualOverride()
Gets the value of the sslManualOverride property.
|
SslScanResult |
getSslScanResult()
Gets the value of the sslScanResult property.
|
List<ConversionEventTrackingUrlsMapEntry> |
getTrackingUrls()
Gets the value of the trackingUrls property.
|
String |
getVastPreviewUrl()
Gets the value of the vastPreviewUrl property.
|
VastRedirectType |
getVastRedirectType()
Gets the value of the vastRedirectType property.
|
String |
getVastXmlUrl()
Gets the value of the vastXmlUrl property.
|
void |
setDuration(Integer value)
Sets the value of the duration property.
|
void |
setSslManualOverride(SslManualOverride value)
Sets the value of the sslManualOverride property.
|
void |
setSslScanResult(SslScanResult value)
Sets the value of the sslScanResult property.
|
void |
setVastPreviewUrl(String value)
Sets the value of the vastPreviewUrl property.
|
void |
setVastRedirectType(VastRedirectType value)
Sets the value of the vastRedirectType property.
|
void |
setVastXmlUrl(String value)
Sets the value of the vastXmlUrl property.
|
getAdvertiserId, getAppliedLabels, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPolicyViolations, getPreviewUrl, getSize, setAdvertiserId, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSizeprotected String vastXmlUrl
protected VastRedirectType vastRedirectType
protected Integer duration
protected List<ConversionEventTrackingUrlsMapEntry> trackingUrls
protected String vastPreviewUrl
protected SslScanResult sslScanResult
protected SslManualOverride sslManualOverride
public String getVastXmlUrl()
Stringpublic void setVastXmlUrl(String value)
value - allowed object is
Stringpublic VastRedirectType getVastRedirectType()
VastRedirectTypepublic void setVastRedirectType(VastRedirectType value)
value - allowed object is
VastRedirectTypepublic Integer getDuration()
Integerpublic void setDuration(Integer value)
value - allowed object is
Integerpublic List<Long> getCompanionCreativeIds()
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 companionCreativeIds property.
For example, to add a new item, do as follows:
getCompanionCreativeIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<ConversionEventTrackingUrlsMapEntry> getTrackingUrls()
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 trackingUrls property.
For example, to add a new item, do as follows:
getTrackingUrls().add(newItem);
Objects of the following type(s) are allowed in the list
ConversionEventTrackingUrlsMapEntry
public String getVastPreviewUrl()
Stringpublic void setVastPreviewUrl(String value)
value - allowed object is
Stringpublic 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.