public class ExpandedTextAd extends Ad
Java class for ExpandedTextAd complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExpandedTextAd">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}Ad">
<sequence>
<element name="Domain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Path1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Path2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TextPart2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TitlePart1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TitlePart2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TitlePart3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
domain |
protected String |
path1 |
protected String |
path2 |
protected String |
text |
protected String |
textPart2 |
protected String |
titlePart1 |
protected String |
titlePart2 |
protected String |
titlePart3 |
adFormatPreference, devicePreference, editorialStatus, finalAppUrls, finalMobileUrls, finalUrls, finalUrlSuffix, forwardCompatibilityMap, id, status, trackingUrlTemplate, type, urlCustomParameters| Constructor and Description |
|---|
ExpandedTextAd() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain()
Gets the value of the domain property.
|
String |
getPath1()
Gets the value of the path1 property.
|
String |
getPath2()
Gets the value of the path2 property.
|
String |
getText()
Gets the value of the text property.
|
String |
getTextPart2()
Gets the value of the textPart2 property.
|
String |
getTitlePart1()
Gets the value of the titlePart1 property.
|
String |
getTitlePart2()
Gets the value of the titlePart2 property.
|
String |
getTitlePart3()
Gets the value of the titlePart3 property.
|
void |
setDomain(String value)
Sets the value of the domain property.
|
void |
setPath1(String value)
Sets the value of the path1 property.
|
void |
setPath2(String value)
Sets the value of the path2 property.
|
void |
setText(String value)
Sets the value of the text property.
|
void |
setTextPart2(String value)
Sets the value of the textPart2 property.
|
void |
setTitlePart1(String value)
Sets the value of the titlePart1 property.
|
void |
setTitlePart2(String value)
Sets the value of the titlePart2 property.
|
void |
setTitlePart3(String value)
Sets the value of the titlePart3 property.
|
getAdFormatPreference, getDevicePreference, getEditorialStatus, getFinalAppUrls, getFinalMobileUrls, getFinalUrls, getFinalUrlSuffix, getForwardCompatibilityMap, getId, getStatus, getTrackingUrlTemplate, getType, getUrlCustomParameters, setAdFormatPreference, setDevicePreference, setEditorialStatus, setFinalAppUrls, setFinalMobileUrls, setFinalUrls, setFinalUrlSuffix, setForwardCompatibilityMap, setId, setStatus, setTrackingUrlTemplate, setType, setUrlCustomParametersprotected String domain
protected String path1
protected String path2
protected String text
protected String textPart2
protected String titlePart1
protected String titlePart2
protected String titlePart3
public String getDomain()
Stringpublic void setDomain(String value)
value - allowed object is
Stringpublic String getPath1()
Stringpublic void setPath1(String value)
value - allowed object is
Stringpublic String getPath2()
Stringpublic void setPath2(String value)
value - allowed object is
Stringpublic String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic String getTextPart2()
Stringpublic void setTextPart2(String value)
value - allowed object is
Stringpublic String getTitlePart1()
Stringpublic void setTitlePart1(String value)
value - allowed object is
Stringpublic String getTitlePart2()
Stringpublic void setTitlePart2(String value)
value - allowed object is
Stringpublic String getTitlePart3()
StringCopyright © 2024. All rights reserved.