public class ShowcaseAd extends Ad
Java class for ShowcaseAd complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShowcaseAd">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Ad">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="headline" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="collapsedImage" type="{https://adwords.google.com/api/adwords/cm/v201809}Image" minOccurs="0"/>
<element name="expandedImage" type="{https://adwords.google.com/api/adwords/cm/v201809}Image" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Image |
collapsedImage |
protected String |
description |
protected Image |
expandedImage |
protected String |
headline |
protected String |
name |
adType, automated, devicePreference, displayUrl, finalAppUrls, finalMobileUrls, finalUrls, finalUrlSuffix, id, systemManagedEntitySource, trackingUrlTemplate, type, url, urlCustomParameters, urlData| Constructor and Description |
|---|
ShowcaseAd() |
| Modifier and Type | Method and Description |
|---|---|
Image |
getCollapsedImage()
Gets the value of the collapsedImage property.
|
String |
getDescription()
Gets the value of the description property.
|
Image |
getExpandedImage()
Gets the value of the expandedImage property.
|
String |
getHeadline()
Gets the value of the headline property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCollapsedImage(Image value)
Sets the value of the collapsedImage property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setExpandedImage(Image value)
Sets the value of the expandedImage property.
|
void |
setHeadline(String value)
Sets the value of the headline property.
|
void |
setName(String value)
Sets the value of the name property.
|
getAdType, getDevicePreference, getDisplayUrl, getFinalAppUrls, getFinalMobileUrls, getFinalUrls, getFinalUrlSuffix, getId, getSystemManagedEntitySource, getTrackingUrlTemplate, getType, getUrl, getUrlCustomParameters, getUrlData, isAutomated, setAdType, setAutomated, setDevicePreference, setDisplayUrl, setFinalUrlSuffix, setId, setSystemManagedEntitySource, setTrackingUrlTemplate, setType, setUrl, setUrlCustomParametersprotected String name
protected String headline
protected String description
protected Image collapsedImage
protected Image expandedImage
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getHeadline()
Stringpublic void setHeadline(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Image getCollapsedImage()
Imagepublic void setCollapsedImage(Image value)
value - allowed object is
Imagepublic Image getExpandedImage()
ImageCopyright © 2023. All rights reserved.