public abstract class BaseFlashCreative extends HasDestinationUrlCreative
Java class for BaseFlashCreative complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseFlashCreative">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201708}HasDestinationUrlCreative">
<sequence>
<element name="overrideSize" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="clickTagRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" 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"/>
<element name="flashAsset" type="{https://www.google.com/apis/ads/publisher/v201708}CreativeAsset" minOccurs="0"/>
<element name="fallbackImageAsset" type="{https://www.google.com/apis/ads/publisher/v201708}CreativeAsset" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
clickTagRequired |
protected CreativeAsset |
fallbackImageAsset |
protected CreativeAsset |
flashAsset |
protected Boolean |
overrideSize |
protected SslManualOverride |
sslManualOverride |
protected SslScanResult |
sslScanResult |
destinationUrl, destinationUrlTypeadvertiserId, appliedLabels, customFieldValues, id, lastModifiedDateTime, name, policyViolations, previewUrl, size| Constructor and Description |
|---|
BaseFlashCreative() |
| Modifier and Type | Method and Description |
|---|---|
CreativeAsset |
getFallbackImageAsset()
Gets the value of the fallbackImageAsset property.
|
CreativeAsset |
getFlashAsset()
Gets the value of the flashAsset property.
|
SslManualOverride |
getSslManualOverride()
Gets the value of the sslManualOverride property.
|
SslScanResult |
getSslScanResult()
Gets the value of the sslScanResult property.
|
Boolean |
isClickTagRequired()
Gets the value of the clickTagRequired property.
|
Boolean |
isOverrideSize()
Gets the value of the overrideSize property.
|
void |
setClickTagRequired(Boolean value)
Sets the value of the clickTagRequired property.
|
void |
setFallbackImageAsset(CreativeAsset value)
Sets the value of the fallbackImageAsset property.
|
void |
setFlashAsset(CreativeAsset value)
Sets the value of the flashAsset property.
|
void |
setOverrideSize(Boolean value)
Sets the value of the overrideSize property.
|
void |
setSslManualOverride(SslManualOverride value)
Sets the value of the sslManualOverride property.
|
void |
setSslScanResult(SslScanResult value)
Sets the value of the sslScanResult property.
|
getDestinationUrl, getDestinationUrlType, setDestinationUrl, setDestinationUrlTypegetAdvertiserId, getAppliedLabels, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPolicyViolations, getPreviewUrl, getSize, setAdvertiserId, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSizeprotected Boolean overrideSize
protected Boolean clickTagRequired
protected SslScanResult sslScanResult
protected SslManualOverride sslManualOverride
protected CreativeAsset flashAsset
protected CreativeAsset fallbackImageAsset
public Boolean isOverrideSize()
Booleanpublic void setOverrideSize(Boolean value)
value - allowed object is
Booleanpublic Boolean isClickTagRequired()
Booleanpublic void setClickTagRequired(Boolean value)
value - allowed object is
Booleanpublic SslScanResult getSslScanResult()
SslScanResultpublic void setSslScanResult(SslScanResult value)
value - allowed object is
SslScanResultpublic SslManualOverride getSslManualOverride()
SslManualOverridepublic void setSslManualOverride(SslManualOverride value)
value - allowed object is
SslManualOverridepublic CreativeAsset getFlashAsset()
CreativeAssetpublic void setFlashAsset(CreativeAsset value)
value - allowed object is
CreativeAssetpublic CreativeAsset getFallbackImageAsset()
CreativeAssetpublic void setFallbackImageAsset(CreativeAsset value)
value - allowed object is
CreativeAssetCopyright © 2018. All Rights Reserved.