public abstract class BaseFlashRedirectCreative extends HasDestinationUrlCreative
Java class for BaseFlashRedirectCreative complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseFlashRedirectCreative">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201805}HasDestinationUrlCreative">
<sequence>
<element name="flashUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fallbackUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fallbackPreviewUrl" 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 String |
fallbackPreviewUrl |
protected String |
fallbackUrl |
protected String |
flashUrl |
protected SslManualOverride |
sslManualOverride |
protected SslScanResult |
sslScanResult |
destinationUrl, destinationUrlTypeadvertiserId, appliedLabels, customFieldValues, id, lastModifiedDateTime, name, policyViolations, previewUrl, size| Constructor and Description |
|---|
BaseFlashRedirectCreative() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFallbackPreviewUrl()
Gets the value of the fallbackPreviewUrl property.
|
String |
getFallbackUrl()
Gets the value of the fallbackUrl property.
|
String |
getFlashUrl()
Gets the value of the flashUrl property.
|
SslManualOverride |
getSslManualOverride()
Gets the value of the sslManualOverride property.
|
SslScanResult |
getSslScanResult()
Gets the value of the sslScanResult property.
|
void |
setFallbackPreviewUrl(String value)
Sets the value of the fallbackPreviewUrl property.
|
void |
setFallbackUrl(String value)
Sets the value of the fallbackUrl property.
|
void |
setFlashUrl(String value)
Sets the value of the flashUrl 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 String flashUrl
protected String fallbackUrl
protected String fallbackPreviewUrl
protected SslScanResult sslScanResult
protected SslManualOverride sslManualOverride
public String getFlashUrl()
Stringpublic void setFlashUrl(String value)
value - allowed object is
Stringpublic String getFallbackUrl()
Stringpublic void setFallbackUrl(String value)
value - allowed object is
Stringpublic String getFallbackPreviewUrl()
Stringpublic void setFallbackPreviewUrl(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.