public class FlyerAdExtension extends AdExtension
Java class for FlyerAdExtension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlyerAdExtension">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}AdExtension">
<sequence>
<element name="Description" 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="FlyerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ImageMediaIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
<element name="ImageMediaUrls" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
<element name="StoreId" type="{http://www.w3.org/2001/XMLSchema}long" 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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected ArrayOfAppUrl |
finalAppUrls |
protected ArrayOfstring |
finalMobileUrls |
protected ArrayOfstring |
finalUrls |
protected String |
finalUrlSuffix |
protected String |
flyerName |
protected ArrayOflong |
imageMediaIds |
protected ArrayOfstring |
imageMediaUrls |
protected Long |
storeId |
protected String |
trackingUrlTemplate |
protected CustomParameters |
urlCustomParameters |
devicePreference, forwardCompatibilityMap, id, scheduling, status, type, version| Constructor and Description |
|---|
FlyerAdExtension() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description 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 |
getFlyerName()
Gets the value of the flyerName property.
|
ArrayOflong |
getImageMediaIds()
Gets the value of the imageMediaIds property.
|
ArrayOfstring |
getImageMediaUrls()
Gets the value of the imageMediaUrls property.
|
Long |
getStoreId()
Gets the value of the storeId property.
|
String |
getTrackingUrlTemplate()
Gets the value of the trackingUrlTemplate property.
|
CustomParameters |
getUrlCustomParameters()
Gets the value of the urlCustomParameters property.
|
void |
setDescription(String value)
Sets the value of the description 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 |
setFlyerName(String value)
Sets the value of the flyerName property.
|
void |
setImageMediaIds(ArrayOflong value)
Sets the value of the imageMediaIds property.
|
void |
setImageMediaUrls(ArrayOfstring value)
Sets the value of the imageMediaUrls property.
|
void |
setStoreId(Long value)
Sets the value of the storeId property.
|
void |
setTrackingUrlTemplate(String value)
Sets the value of the trackingUrlTemplate property.
|
void |
setUrlCustomParameters(CustomParameters value)
Sets the value of the urlCustomParameters property.
|
getDevicePreference, getForwardCompatibilityMap, getId, getScheduling, getStatus, getType, getVersion, setDevicePreference, setForwardCompatibilityMap, setId, setScheduling, setStatus, setType, setVersionprotected String description
protected ArrayOfAppUrl finalAppUrls
protected ArrayOfstring finalMobileUrls
protected String finalUrlSuffix
protected ArrayOfstring finalUrls
protected String flyerName
protected ArrayOflong imageMediaIds
protected ArrayOfstring imageMediaUrls
protected Long storeId
protected String trackingUrlTemplate
protected CustomParameters urlCustomParameters
public String getDescription()
Stringpublic void setDescription(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 getFlyerName()
Stringpublic void setFlyerName(String value)
value - allowed object is
Stringpublic ArrayOflong getImageMediaIds()
ArrayOflongpublic void setImageMediaIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic ArrayOfstring getImageMediaUrls()
ArrayOfstringpublic void setImageMediaUrls(ArrayOfstring value)
value - allowed object is
ArrayOfstringpublic Long getStoreId()
Longpublic void setStoreId(Long value)
value - allowed object is
Longpublic String getTrackingUrlTemplate()
Stringpublic void setTrackingUrlTemplate(String value)
value - allowed object is
Stringpublic CustomParameters getUrlCustomParameters()
CustomParameterspublic void setUrlCustomParameters(CustomParameters value)
value - allowed object is
CustomParametersCopyright © 2024. All rights reserved.