public class ProductImage extends Object
Java class for ProductImage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductImage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="productImage" type="{https://adwords.google.com/api/adwords/cm/v201809}Image" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="displayCallToAction" type="{https://adwords.google.com/api/adwords/cm/v201809}DisplayCallToAction" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected DisplayCallToAction |
displayCallToAction |
protected Image |
productImage |
| Constructor and Description |
|---|
ProductImage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
DisplayCallToAction |
getDisplayCallToAction()
Gets the value of the displayCallToAction property.
|
Image |
getProductImage()
Gets the value of the productImage property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisplayCallToAction(DisplayCallToAction value)
Sets the value of the displayCallToAction property.
|
void |
setProductImage(Image value)
Sets the value of the productImage property.
|
protected Image productImage
protected String description
protected DisplayCallToAction displayCallToAction
public Image getProductImage()
Imagepublic void setProductImage(Image value)
value - allowed object is
Imagepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic DisplayCallToAction getDisplayCallToAction()
DisplayCallToActionpublic void setDisplayCallToAction(DisplayCallToAction value)
value - allowed object is
DisplayCallToActionCopyright © 2023. All rights reserved.