public class FlashOverlayCreative extends BaseFlashCreative
Creative that displays a Flash-based ad and is
served via VAST XML. Overlays cover part of the video content
they are displayed on top of. This creative is read-only.
Java class for FlashOverlayCreative complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlashOverlayCreative">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201708}BaseFlashCreative">
<sequence>
<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/v201708}ConversionEvent_TrackingUrlsMapEntry" maxOccurs="unbounded" minOccurs="0"/>
<element name="customParameters" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="apiFramework" type="{https://www.google.com/apis/ads/publisher/v201708}ApiFramework" minOccurs="0"/>
<element name="duration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="vastPreviewUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lockedOrientation" type="{https://www.google.com/apis/ads/publisher/v201708}LockedOrientation" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ApiFramework |
apiFramework |
protected List<Long> |
companionCreativeIds |
protected String |
customParameters |
protected Integer |
duration |
protected LockedOrientation |
lockedOrientation |
protected List<ConversionEventTrackingUrlsMapEntry> |
trackingUrls |
protected String |
vastPreviewUrl |
clickTagRequired, fallbackImageAsset, flashAsset, overrideSize, sslManualOverride, sslScanResultdestinationUrl, destinationUrlTypeadvertiserId, appliedLabels, customFieldValues, id, lastModifiedDateTime, name, policyViolations, previewUrl, size| Constructor and Description |
|---|
FlashOverlayCreative() |
| Modifier and Type | Method and Description |
|---|---|
ApiFramework |
getApiFramework()
Gets the value of the apiFramework property.
|
List<Long> |
getCompanionCreativeIds()
Gets the value of the companionCreativeIds property.
|
String |
getCustomParameters()
Gets the value of the customParameters property.
|
Integer |
getDuration()
Gets the value of the duration property.
|
LockedOrientation |
getLockedOrientation()
Gets the value of the lockedOrientation property.
|
List<ConversionEventTrackingUrlsMapEntry> |
getTrackingUrls()
Gets the value of the trackingUrls property.
|
String |
getVastPreviewUrl()
Gets the value of the vastPreviewUrl property.
|
void |
setApiFramework(ApiFramework value)
Sets the value of the apiFramework property.
|
void |
setCustomParameters(String value)
Sets the value of the customParameters property.
|
void |
setDuration(Integer value)
Sets the value of the duration property.
|
void |
setLockedOrientation(LockedOrientation value)
Sets the value of the lockedOrientation property.
|
void |
setVastPreviewUrl(String value)
Sets the value of the vastPreviewUrl property.
|
getFallbackImageAsset, getFlashAsset, getSslManualOverride, getSslScanResult, isClickTagRequired, isOverrideSize, setClickTagRequired, setFallbackImageAsset, setFlashAsset, setOverrideSize, setSslManualOverride, setSslScanResultgetDestinationUrl, getDestinationUrlType, setDestinationUrl, setDestinationUrlTypegetAdvertiserId, getAppliedLabels, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPolicyViolations, getPreviewUrl, getSize, setAdvertiserId, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSizeprotected List<ConversionEventTrackingUrlsMapEntry> trackingUrls
protected String customParameters
protected ApiFramework apiFramework
protected Integer duration
protected String vastPreviewUrl
protected LockedOrientation lockedOrientation
public 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 getCustomParameters()
Stringpublic void setCustomParameters(String value)
value - allowed object is
Stringpublic ApiFramework getApiFramework()
ApiFrameworkpublic void setApiFramework(ApiFramework value)
value - allowed object is
ApiFrameworkpublic Integer getDuration()
Integerpublic void setDuration(Integer value)
value - allowed object is
Integerpublic String getVastPreviewUrl()
Stringpublic void setVastPreviewUrl(String value)
value - allowed object is
Stringpublic LockedOrientation getLockedOrientation()
LockedOrientationpublic void setLockedOrientation(LockedOrientation value)
value - allowed object is
LockedOrientationCopyright © 2018. All Rights Reserved.