com.microsoft.bingads.v13.campaignmanagement.ResponsiveAd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of microsoft.bingads Show documentation
Show all versions of microsoft.bingads Show documentation
The Bing Ads Java SDK is a library improving developer experience when working with the Bing Ads services by providing high-level access to features such as Bulk API, OAuth Authorization and SOAP API.
package com.microsoft.bingads.v13.campaignmanagement;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
/**
* Java class for ResponsiveAd complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
{@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ResponsiveAd", propOrder = {
"businessName",
"callToAction",
"callToActionLanguage",
"descriptions",
"headline",
"headlines",
"images",
"impressionTrackingUrls",
"longHeadline",
"longHeadlineString",
"longHeadlines",
"text",
"videos"
})
public class ResponsiveAd
extends Ad
{
@XmlElement(name = "BusinessName", nillable = true)
protected String businessName;
@XmlElement(name = "CallToAction", nillable = true)
@XmlSchemaType(name = "string")
protected CallToAction callToAction;
@XmlElement(name = "CallToActionLanguage", nillable = true)
@XmlSchemaType(name = "string")
protected LanguageName callToActionLanguage;
@XmlElement(name = "Descriptions", nillable = true)
protected ArrayOfAssetLink descriptions;
@XmlElement(name = "Headline", nillable = true)
protected String headline;
@XmlElement(name = "Headlines", nillable = true)
protected ArrayOfAssetLink headlines;
@XmlElement(name = "Images", nillable = true)
protected ArrayOfAssetLink images;
@XmlElement(name = "ImpressionTrackingUrls", nillable = true)
protected ArrayOfstring impressionTrackingUrls;
@XmlElement(name = "LongHeadline", nillable = true)
protected AssetLink longHeadline;
@XmlElement(name = "LongHeadlineString", nillable = true)
protected String longHeadlineString;
@XmlElement(name = "LongHeadlines", nillable = true)
protected ArrayOfAssetLink longHeadlines;
@XmlElement(name = "Text", nillable = true)
protected String text;
@XmlElement(name = "Videos", nillable = true)
protected ArrayOfAssetLink videos;
/**
* Gets the value of the businessName property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBusinessName() {
return businessName;
}
/**
* Sets the value of the businessName property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBusinessName(String value) {
this.businessName = value;
}
/**
* Gets the value of the callToAction property.
*
* @return
* possible object is
* {@link CallToAction }
*
*/
public CallToAction getCallToAction() {
return callToAction;
}
/**
* Sets the value of the callToAction property.
*
* @param value
* allowed object is
* {@link CallToAction }
*
*/
public void setCallToAction(CallToAction value) {
this.callToAction = value;
}
/**
* Gets the value of the callToActionLanguage property.
*
* @return
* possible object is
* {@link LanguageName }
*
*/
public LanguageName getCallToActionLanguage() {
return callToActionLanguage;
}
/**
* Sets the value of the callToActionLanguage property.
*
* @param value
* allowed object is
* {@link LanguageName }
*
*/
public void setCallToActionLanguage(LanguageName value) {
this.callToActionLanguage = value;
}
/**
* Gets the value of the descriptions property.
*
* @return
* possible object is
* {@link ArrayOfAssetLink }
*
*/
public ArrayOfAssetLink getDescriptions() {
return descriptions;
}
/**
* Sets the value of the descriptions property.
*
* @param value
* allowed object is
* {@link ArrayOfAssetLink }
*
*/
public void setDescriptions(ArrayOfAssetLink value) {
this.descriptions = value;
}
/**
* Gets the value of the headline property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getHeadline() {
return headline;
}
/**
* Sets the value of the headline property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setHeadline(String value) {
this.headline = value;
}
/**
* Gets the value of the headlines property.
*
* @return
* possible object is
* {@link ArrayOfAssetLink }
*
*/
public ArrayOfAssetLink getHeadlines() {
return headlines;
}
/**
* Sets the value of the headlines property.
*
* @param value
* allowed object is
* {@link ArrayOfAssetLink }
*
*/
public void setHeadlines(ArrayOfAssetLink value) {
this.headlines = value;
}
/**
* Gets the value of the images property.
*
* @return
* possible object is
* {@link ArrayOfAssetLink }
*
*/
public ArrayOfAssetLink getImages() {
return images;
}
/**
* Sets the value of the images property.
*
* @param value
* allowed object is
* {@link ArrayOfAssetLink }
*
*/
public void setImages(ArrayOfAssetLink value) {
this.images = value;
}
/**
* Gets the value of the impressionTrackingUrls property.
*
* @return
* possible object is
* {@link ArrayOfstring }
*
*/
public ArrayOfstring getImpressionTrackingUrls() {
return impressionTrackingUrls;
}
/**
* Sets the value of the impressionTrackingUrls property.
*
* @param value
* allowed object is
* {@link ArrayOfstring }
*
*/
public void setImpressionTrackingUrls(ArrayOfstring value) {
this.impressionTrackingUrls = value;
}
/**
* Gets the value of the longHeadline property.
*
* @return
* possible object is
* {@link AssetLink }
*
*/
public AssetLink getLongHeadline() {
return longHeadline;
}
/**
* Sets the value of the longHeadline property.
*
* @param value
* allowed object is
* {@link AssetLink }
*
*/
public void setLongHeadline(AssetLink value) {
this.longHeadline = value;
}
/**
* Gets the value of the longHeadlineString property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLongHeadlineString() {
return longHeadlineString;
}
/**
* Sets the value of the longHeadlineString property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLongHeadlineString(String value) {
this.longHeadlineString = value;
}
/**
* Gets the value of the longHeadlines property.
*
* @return
* possible object is
* {@link ArrayOfAssetLink }
*
*/
public ArrayOfAssetLink getLongHeadlines() {
return longHeadlines;
}
/**
* Sets the value of the longHeadlines property.
*
* @param value
* allowed object is
* {@link ArrayOfAssetLink }
*
*/
public void setLongHeadlines(ArrayOfAssetLink value) {
this.longHeadlines = value;
}
/**
* Gets the value of the text property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getText() {
return text;
}
/**
* Sets the value of the text property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setText(String value) {
this.text = value;
}
/**
* Gets the value of the videos property.
*
* @return
* possible object is
* {@link ArrayOfAssetLink }
*
*/
public ArrayOfAssetLink getVideos() {
return videos;
}
/**
* Sets the value of the videos property.
*
* @param value
* allowed object is
* {@link ArrayOfAssetLink }
*
*/
public void setVideos(ArrayOfAssetLink value) {
this.videos = value;
}
}