public class DynamicSettings extends Object
Java class for DynamicSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DynamicSettings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="landscapeLogoImage" type="{https://adwords.google.com/api/adwords/cm/v201809}Image" minOccurs="0"/>
<element name="pricePrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="promoText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Image |
landscapeLogoImage |
protected String |
pricePrefix |
protected String |
promoText |
| Constructor and Description |
|---|
DynamicSettings() |
| Modifier and Type | Method and Description |
|---|---|
Image |
getLandscapeLogoImage()
Gets the value of the landscapeLogoImage property.
|
String |
getPricePrefix()
Gets the value of the pricePrefix property.
|
String |
getPromoText()
Gets the value of the promoText property.
|
void |
setLandscapeLogoImage(Image value)
Sets the value of the landscapeLogoImage property.
|
void |
setPricePrefix(String value)
Sets the value of the pricePrefix property.
|
void |
setPromoText(String value)
Sets the value of the promoText property.
|
protected Image landscapeLogoImage
protected String pricePrefix
protected String promoText
public Image getLandscapeLogoImage()
Imagepublic void setLandscapeLogoImage(Image value)
value - allowed object is
Imagepublic String getPricePrefix()
Stringpublic void setPricePrefix(String value)
value - allowed object is
Stringpublic String getPromoText()
StringCopyright © 2023. All rights reserved.