public class ThirdPartyCreative extends Creative
Creative that is served by a 3rd-party vendor.
Java class for ThirdPartyCreative complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ThirdPartyCreative">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201708}Creative">
<sequence>
<element name="snippet" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="expandedSnippet" type="{http://www.w3.org/2001/XMLSchema}string" 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="lockedOrientation" type="{https://www.google.com/apis/ads/publisher/v201708}LockedOrientation" minOccurs="0"/>
<element name="isSafeFrameCompatible" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
expandedSnippet |
protected Boolean |
isSafeFrameCompatible |
protected LockedOrientation |
lockedOrientation |
protected String |
snippet |
protected SslManualOverride |
sslManualOverride |
protected SslScanResult |
sslScanResult |
advertiserId, appliedLabels, customFieldValues, id, lastModifiedDateTime, name, policyViolations, previewUrl, size| Constructor and Description |
|---|
ThirdPartyCreative() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpandedSnippet()
Gets the value of the expandedSnippet property.
|
LockedOrientation |
getLockedOrientation()
Gets the value of the lockedOrientation property.
|
String |
getSnippet()
Gets the value of the snippet property.
|
SslManualOverride |
getSslManualOverride()
Gets the value of the sslManualOverride property.
|
SslScanResult |
getSslScanResult()
Gets the value of the sslScanResult property.
|
Boolean |
isIsSafeFrameCompatible()
Gets the value of the isSafeFrameCompatible property.
|
void |
setExpandedSnippet(String value)
Sets the value of the expandedSnippet property.
|
void |
setIsSafeFrameCompatible(Boolean value)
Sets the value of the isSafeFrameCompatible property.
|
void |
setLockedOrientation(LockedOrientation value)
Sets the value of the lockedOrientation property.
|
void |
setSnippet(String value)
Sets the value of the snippet property.
|
void |
setSslManualOverride(SslManualOverride value)
Sets the value of the sslManualOverride property.
|
void |
setSslScanResult(SslScanResult value)
Sets the value of the sslScanResult property.
|
getAdvertiserId, getAppliedLabels, getCustomFieldValues, getId, getLastModifiedDateTime, getName, getPolicyViolations, getPreviewUrl, getSize, setAdvertiserId, setId, setLastModifiedDateTime, setName, setPreviewUrl, setSizeprotected String snippet
protected String expandedSnippet
protected SslScanResult sslScanResult
protected SslManualOverride sslManualOverride
protected LockedOrientation lockedOrientation
protected Boolean isSafeFrameCompatible
public String getSnippet()
Stringpublic void setSnippet(String value)
value - allowed object is
Stringpublic String getExpandedSnippet()
Stringpublic void setExpandedSnippet(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
SslManualOverridepublic LockedOrientation getLockedOrientation()
LockedOrientationpublic void setLockedOrientation(LockedOrientation value)
value - allowed object is
LockedOrientationpublic Boolean isIsSafeFrameCompatible()
BooleanCopyright © 2018. All Rights Reserved.