public class GmailTeaser extends Object
Java class for GmailTeaser complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GmailTeaser">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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="businessName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="logoImage" type="{https://adwords.google.com/api/adwords/cm/v201809}Image" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
businessName |
protected String |
description |
protected String |
headline |
protected Image |
logoImage |
| Constructor and Description |
|---|
GmailTeaser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBusinessName()
Gets the value of the businessName property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getHeadline()
Gets the value of the headline property.
|
Image |
getLogoImage()
Gets the value of the logoImage property.
|
void |
setBusinessName(String value)
Sets the value of the businessName property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setHeadline(String value)
Sets the value of the headline property.
|
void |
setLogoImage(Image value)
Sets the value of the logoImage property.
|
protected String headline
protected String description
protected String businessName
protected Image logoImage
public String getHeadline()
Stringpublic void setHeadline(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getBusinessName()
Stringpublic void setBusinessName(String value)
value - allowed object is
Stringpublic Image getLogoImage()
ImageCopyright © 2023. All rights reserved.