public class VideoAdExtension extends AdExtension
Java class for VideoAdExtension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VideoAdExtension">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}AdExtension">
<sequence>
<element name="ActionText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AlternativeText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DisplayText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FinalAppUrls" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfAppUrl" minOccurs="0"/>
<element name="FinalMobileUrls" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
<element name="FinalUrlSuffix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FinalUrls" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ThumbnailId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="ThumbnailUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TrackingUrlTemplate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UrlCustomParameters" type="{https://bingads.microsoft.com/CampaignManagement/v13}CustomParameters" minOccurs="0"/>
<element name="VideoId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actionText |
protected String |
alternativeText |
protected String |
displayText |
protected ArrayOfAppUrl |
finalAppUrls |
protected ArrayOfstring |
finalMobileUrls |
protected ArrayOfstring |
finalUrls |
protected String |
finalUrlSuffix |
protected String |
name |
protected Long |
thumbnailId |
protected String |
thumbnailUrl |
protected String |
trackingUrlTemplate |
protected CustomParameters |
urlCustomParameters |
protected Long |
videoId |
devicePreference, forwardCompatibilityMap, id, scheduling, status, type, version| Constructor and Description |
|---|
VideoAdExtension() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionText()
Gets the value of the actionText property.
|
String |
getAlternativeText()
Gets the value of the alternativeText property.
|
String |
getDisplayText()
Gets the value of the displayText property.
|
ArrayOfAppUrl |
getFinalAppUrls()
Gets the value of the finalAppUrls property.
|
ArrayOfstring |
getFinalMobileUrls()
Gets the value of the finalMobileUrls property.
|
ArrayOfstring |
getFinalUrls()
Gets the value of the finalUrls property.
|
String |
getFinalUrlSuffix()
Gets the value of the finalUrlSuffix property.
|
String |
getName()
Gets the value of the name property.
|
Long |
getThumbnailId()
Gets the value of the thumbnailId property.
|
String |
getThumbnailUrl()
Gets the value of the thumbnailUrl property.
|
String |
getTrackingUrlTemplate()
Gets the value of the trackingUrlTemplate property.
|
CustomParameters |
getUrlCustomParameters()
Gets the value of the urlCustomParameters property.
|
Long |
getVideoId()
Gets the value of the videoId property.
|
void |
setActionText(String value)
Sets the value of the actionText property.
|
void |
setAlternativeText(String value)
Sets the value of the alternativeText property.
|
void |
setDisplayText(String value)
Sets the value of the displayText property.
|
void |
setFinalAppUrls(ArrayOfAppUrl value)
Sets the value of the finalAppUrls property.
|
void |
setFinalMobileUrls(ArrayOfstring value)
Sets the value of the finalMobileUrls property.
|
void |
setFinalUrls(ArrayOfstring value)
Sets the value of the finalUrls property.
|
void |
setFinalUrlSuffix(String value)
Sets the value of the finalUrlSuffix property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setThumbnailId(Long value)
Sets the value of the thumbnailId property.
|
void |
setThumbnailUrl(String value)
Sets the value of the thumbnailUrl property.
|
void |
setTrackingUrlTemplate(String value)
Sets the value of the trackingUrlTemplate property.
|
void |
setUrlCustomParameters(CustomParameters value)
Sets the value of the urlCustomParameters property.
|
void |
setVideoId(Long value)
Sets the value of the videoId property.
|
getDevicePreference, getForwardCompatibilityMap, getId, getScheduling, getStatus, getType, getVersion, setDevicePreference, setForwardCompatibilityMap, setId, setScheduling, setStatus, setType, setVersionprotected String actionText
protected String alternativeText
protected String displayText
protected ArrayOfAppUrl finalAppUrls
protected ArrayOfstring finalMobileUrls
protected String finalUrlSuffix
protected ArrayOfstring finalUrls
protected String name
protected Long thumbnailId
protected String thumbnailUrl
protected String trackingUrlTemplate
protected CustomParameters urlCustomParameters
protected Long videoId
public String getActionText()
Stringpublic void setActionText(String value)
value - allowed object is
Stringpublic String getAlternativeText()
Stringpublic void setAlternativeText(String value)
value - allowed object is
Stringpublic String getDisplayText()
Stringpublic void setDisplayText(String value)
value - allowed object is
Stringpublic ArrayOfAppUrl getFinalAppUrls()
ArrayOfAppUrlpublic void setFinalAppUrls(ArrayOfAppUrl value)
value - allowed object is
ArrayOfAppUrlpublic ArrayOfstring getFinalMobileUrls()
ArrayOfstringpublic void setFinalMobileUrls(ArrayOfstring value)
value - allowed object is
ArrayOfstringpublic String getFinalUrlSuffix()
Stringpublic void setFinalUrlSuffix(String value)
value - allowed object is
Stringpublic ArrayOfstring getFinalUrls()
ArrayOfstringpublic void setFinalUrls(ArrayOfstring value)
value - allowed object is
ArrayOfstringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Long getThumbnailId()
Longpublic void setThumbnailId(Long value)
value - allowed object is
Longpublic String getThumbnailUrl()
Stringpublic void setThumbnailUrl(String value)
value - allowed object is
Stringpublic String getTrackingUrlTemplate()
Stringpublic void setTrackingUrlTemplate(String value)
value - allowed object is
Stringpublic CustomParameters getUrlCustomParameters()
CustomParameterspublic void setUrlCustomParameters(CustomParameters value)
value - allowed object is
CustomParameterspublic Long getVideoId()
LongCopyright © 2024. All rights reserved.