public class TextAd extends Ad
Java class for TextAd complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TextAd">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}Ad">
<sequence>
<element name="DestinationUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DisplayUrl" 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="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
destinationUrl |
protected String |
displayUrl |
protected String |
text |
protected String |
title |
adFormatPreference, devicePreference, editorialStatus, finalAppUrls, finalMobileUrls, finalUrls, finalUrlSuffix, forwardCompatibilityMap, id, status, trackingUrlTemplate, type, urlCustomParameters| Constructor and Description |
|---|
TextAd() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationUrl()
Gets the value of the destinationUrl property.
|
String |
getDisplayUrl()
Gets the value of the displayUrl property.
|
String |
getText()
Gets the value of the text property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setDestinationUrl(String value)
Sets the value of the destinationUrl property.
|
void |
setDisplayUrl(String value)
Sets the value of the displayUrl property.
|
void |
setText(String value)
Sets the value of the text property.
|
void |
setTitle(String value)
Sets the value of the title 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 destinationUrl
protected String displayUrl
protected String text
protected String title
public String getDestinationUrl()
Stringpublic void setDestinationUrl(String value)
value - allowed object is
Stringpublic String getDisplayUrl()
Stringpublic void setDisplayUrl(String value)
value - allowed object is
Stringpublic String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic String getTitle()
StringCopyright © 2024. All rights reserved.