public class DynamicSearchAd extends Ad
Java class for DynamicSearchAd complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DynamicSearchAd">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}Ad">
<sequence>
<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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
path1 |
protected String |
path2 |
protected String |
text |
protected String |
textPart2 |
adFormatPreference, devicePreference, editorialStatus, finalAppUrls, finalMobileUrls, finalUrls, finalUrlSuffix, forwardCompatibilityMap, id, status, trackingUrlTemplate, type, urlCustomParameters| Constructor and Description |
|---|
DynamicSearchAd() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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 path1
protected String path2
protected String text
protected String textPart2
public 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()
StringCopyright © 2024. All rights reserved.