public class ResponsiveAd extends Ad
Java class for ResponsiveAd complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponsiveAd">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}Ad">
<sequence>
<element name="BusinessName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CallToAction" type="{https://bingads.microsoft.com/CampaignManagement/v13}CallToAction" minOccurs="0"/>
<element name="CallToActionLanguage" type="{https://bingads.microsoft.com/CampaignManagement/v13}LanguageName" minOccurs="0"/>
<element name="Descriptions" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfAssetLink" minOccurs="0"/>
<element name="Headline" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Headlines" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfAssetLink" minOccurs="0"/>
<element name="Images" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfAssetLink" minOccurs="0"/>
<element name="ImpressionTrackingUrls" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
<element name="LongHeadline" type="{https://bingads.microsoft.com/CampaignManagement/v13}AssetLink" minOccurs="0"/>
<element name="LongHeadlineString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LongHeadlines" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfAssetLink" minOccurs="0"/>
<element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="VerifiedTrackingSettings" type="{https://bingads.microsoft.com/CampaignManagement/v13}VerifiedTrackingSetting" minOccurs="0"/>
<element name="Videos" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfAssetLink" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
businessName |
protected CallToAction |
callToAction |
protected LanguageName |
callToActionLanguage |
protected ArrayOfAssetLink |
descriptions |
protected String |
headline |
protected ArrayOfAssetLink |
headlines |
protected ArrayOfAssetLink |
images |
protected ArrayOfstring |
impressionTrackingUrls |
protected AssetLink |
longHeadline |
protected ArrayOfAssetLink |
longHeadlines |
protected String |
longHeadlineString |
protected String |
text |
protected VerifiedTrackingSetting |
verifiedTrackingSettings |
protected ArrayOfAssetLink |
videos |
adFormatPreference, devicePreference, editorialStatus, finalAppUrls, finalMobileUrls, finalUrls, finalUrlSuffix, forwardCompatibilityMap, id, status, trackingUrlTemplate, type, urlCustomParameters| Constructor and Description |
|---|
ResponsiveAd() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBusinessName()
Gets the value of the businessName property.
|
CallToAction |
getCallToAction()
Gets the value of the callToAction property.
|
LanguageName |
getCallToActionLanguage()
Gets the value of the callToActionLanguage property.
|
ArrayOfAssetLink |
getDescriptions()
Gets the value of the descriptions property.
|
String |
getHeadline()
Gets the value of the headline property.
|
ArrayOfAssetLink |
getHeadlines()
Gets the value of the headlines property.
|
ArrayOfAssetLink |
getImages()
Gets the value of the images property.
|
ArrayOfstring |
getImpressionTrackingUrls()
Gets the value of the impressionTrackingUrls property.
|
AssetLink |
getLongHeadline()
Gets the value of the longHeadline property.
|
ArrayOfAssetLink |
getLongHeadlines()
Gets the value of the longHeadlines property.
|
String |
getLongHeadlineString()
Gets the value of the longHeadlineString property.
|
String |
getText()
Gets the value of the text property.
|
VerifiedTrackingSetting |
getVerifiedTrackingSettings()
Gets the value of the verifiedTrackingSettings property.
|
ArrayOfAssetLink |
getVideos()
Gets the value of the videos property.
|
void |
setBusinessName(String value)
Sets the value of the businessName property.
|
void |
setCallToAction(CallToAction value)
Sets the value of the callToAction property.
|
void |
setCallToActionLanguage(LanguageName value)
Sets the value of the callToActionLanguage property.
|
void |
setDescriptions(ArrayOfAssetLink value)
Sets the value of the descriptions property.
|
void |
setHeadline(String value)
Sets the value of the headline property.
|
void |
setHeadlines(ArrayOfAssetLink value)
Sets the value of the headlines property.
|
void |
setImages(ArrayOfAssetLink value)
Sets the value of the images property.
|
void |
setImpressionTrackingUrls(ArrayOfstring value)
Sets the value of the impressionTrackingUrls property.
|
void |
setLongHeadline(AssetLink value)
Sets the value of the longHeadline property.
|
void |
setLongHeadlines(ArrayOfAssetLink value)
Sets the value of the longHeadlines property.
|
void |
setLongHeadlineString(String value)
Sets the value of the longHeadlineString property.
|
void |
setText(String value)
Sets the value of the text property.
|
void |
setVerifiedTrackingSettings(VerifiedTrackingSetting value)
Sets the value of the verifiedTrackingSettings property.
|
void |
setVideos(ArrayOfAssetLink value)
Sets the value of the videos 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 businessName
protected CallToAction callToAction
protected LanguageName callToActionLanguage
protected ArrayOfAssetLink descriptions
protected String headline
protected ArrayOfAssetLink headlines
protected ArrayOfAssetLink images
protected ArrayOfstring impressionTrackingUrls
protected AssetLink longHeadline
protected String longHeadlineString
protected ArrayOfAssetLink longHeadlines
protected String text
protected VerifiedTrackingSetting verifiedTrackingSettings
protected ArrayOfAssetLink videos
public String getBusinessName()
Stringpublic void setBusinessName(String value)
value - allowed object is
Stringpublic CallToAction getCallToAction()
CallToActionpublic void setCallToAction(CallToAction value)
value - allowed object is
CallToActionpublic LanguageName getCallToActionLanguage()
LanguageNamepublic void setCallToActionLanguage(LanguageName value)
value - allowed object is
LanguageNamepublic ArrayOfAssetLink getDescriptions()
ArrayOfAssetLinkpublic void setDescriptions(ArrayOfAssetLink value)
value - allowed object is
ArrayOfAssetLinkpublic String getHeadline()
Stringpublic void setHeadline(String value)
value - allowed object is
Stringpublic ArrayOfAssetLink getHeadlines()
ArrayOfAssetLinkpublic void setHeadlines(ArrayOfAssetLink value)
value - allowed object is
ArrayOfAssetLinkpublic ArrayOfAssetLink getImages()
ArrayOfAssetLinkpublic void setImages(ArrayOfAssetLink value)
value - allowed object is
ArrayOfAssetLinkpublic ArrayOfstring getImpressionTrackingUrls()
ArrayOfstringpublic void setImpressionTrackingUrls(ArrayOfstring value)
value - allowed object is
ArrayOfstringpublic AssetLink getLongHeadline()
AssetLinkpublic void setLongHeadline(AssetLink value)
value - allowed object is
AssetLinkpublic String getLongHeadlineString()
Stringpublic void setLongHeadlineString(String value)
value - allowed object is
Stringpublic ArrayOfAssetLink getLongHeadlines()
ArrayOfAssetLinkpublic void setLongHeadlines(ArrayOfAssetLink value)
value - allowed object is
ArrayOfAssetLinkpublic String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic VerifiedTrackingSetting getVerifiedTrackingSettings()
VerifiedTrackingSettingpublic void setVerifiedTrackingSettings(VerifiedTrackingSetting value)
value - allowed object is
VerifiedTrackingSettingpublic ArrayOfAssetLink getVideos()
ArrayOfAssetLinkpublic void setVideos(ArrayOfAssetLink value)
value - allowed object is
ArrayOfAssetLinkCopyright © 2024. All rights reserved.