public class FlashCreative extends BaseFlashCreative
Creative that displays a Flash-based ad. If the Flash ad cannot
load, a fallback image is displayed instead.
Java class for FlashCreative complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlashCreative">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201802}BaseFlashCreative">
<sequence>
<element name="swiffyAsset" type="{https://www.google.com/apis/ads/publisher/v201802}SwiffyFallbackAsset" minOccurs="0"/>
<element name="createSwiffyAsset" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="lockedOrientation" type="{https://www.google.com/apis/ads/publisher/v201802}LockedOrientation" minOccurs="0"/>
<element name="clickTagOverlayEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
clickTagOverlayEnabled |
protected Boolean |
createSwiffyAsset |
protected LockedOrientation |
lockedOrientation |
protected SwiffyFallbackAsset |
swiffyAsset |
clickTagRequired, fallbackImageAsset, flashAsset, overrideSize, sslManualOverride, sslScanResultdestinationUrl, destinationUrlTypeadvertiserId, appliedLabels, customFieldValues, id, lastModifiedDateTime, name, policyViolations, previewUrl, size| Constructor and Description |
|---|
FlashCreative() |
| Modifier and Type | Method and Description |
|---|---|
LockedOrientation |
getLockedOrientation()
Gets the value of the lockedOrientation property.
|
SwiffyFallbackAsset |
getSwiffyAsset()
Gets the value of the swiffyAsset property.
|
Boolean |
isClickTagOverlayEnabled()
Gets the value of the clickTagOverlayEnabled property.
|
Boolean |
isCreateSwiffyAsset()
Gets the value of the createSwiffyAsset property.
|
void |
setClickTagOverlayEnabled(Boolean value)
Sets the value of the clickTagOverlayEnabled property.
|
void |
setCreateSwiffyAsset(Boolean value)
Sets the value of the createSwiffyAsset property.
|
void |
setLockedOrientation(LockedOrientation value)
Sets the value of the lockedOrientation property.
|
void |
setSwiffyAsset(SwiffyFallbackAsset value)
Sets the value of the swiffyAsset 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 SwiffyFallbackAsset swiffyAsset
protected Boolean createSwiffyAsset
protected LockedOrientation lockedOrientation
protected Boolean clickTagOverlayEnabled
public SwiffyFallbackAsset getSwiffyAsset()
SwiffyFallbackAssetpublic void setSwiffyAsset(SwiffyFallbackAsset value)
value - allowed object is
SwiffyFallbackAssetpublic Boolean isCreateSwiffyAsset()
Booleanpublic void setCreateSwiffyAsset(Boolean value)
value - allowed object is
Booleanpublic LockedOrientation getLockedOrientation()
LockedOrientationpublic void setLockedOrientation(LockedOrientation value)
value - allowed object is
LockedOrientationpublic Boolean isClickTagOverlayEnabled()
BooleanCopyright © 2018. All Rights Reserved.