public class ImageAd extends Ad
Java class for ImageAd complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageAd">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Ad">
<sequence>
<element name="image" type="{https://adwords.google.com/api/adwords/cm/v201809}Image" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="adToCopyImageFrom" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adToCopyImageFrom |
protected Image |
image |
protected String |
name |
adType, automated, devicePreference, displayUrl, finalAppUrls, finalMobileUrls, finalUrls, finalUrlSuffix, id, systemManagedEntitySource, trackingUrlTemplate, type, url, urlCustomParameters, urlData| Constructor and Description |
|---|
ImageAd() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdToCopyImageFrom()
Gets the value of the adToCopyImageFrom property.
|
Image |
getImage()
Gets the value of the image property.
|
String |
getName()
Gets the value of the name property.
|
void |
setAdToCopyImageFrom(Long value)
Sets the value of the adToCopyImageFrom property.
|
void |
setImage(Image value)
Sets the value of the image 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 Image image
protected String name
protected Long adToCopyImageFrom
public Image getImage()
Imagepublic void setImage(Image value)
value - allowed object is
Imagepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Long getAdToCopyImageFrom()
LongCopyright © 2023. All rights reserved.