public class Ad extends Object
Java class for Ad complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Ad">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AdFormatPreference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DevicePreference" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="EditorialStatus" type="{https://bingads.microsoft.com/CampaignManagement/v13}AdEditorialStatus" 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="ForwardCompatibilityMap" type="{http://schemas.datacontract.org/2004/07/System.Collections.Generic}ArrayOfKeyValuePairOfstringstring" minOccurs="0"/>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="Status" type="{https://bingads.microsoft.com/CampaignManagement/v13}AdStatus" minOccurs="0"/>
<element name="TrackingUrlTemplate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Type" type="{https://bingads.microsoft.com/CampaignManagement/v13}AdType" minOccurs="0"/>
<element name="UrlCustomParameters" type="{https://bingads.microsoft.com/CampaignManagement/v13}CustomParameters" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
adFormatPreference |
protected Long |
devicePreference |
protected AdEditorialStatus |
editorialStatus |
protected ArrayOfAppUrl |
finalAppUrls |
protected ArrayOfstring |
finalMobileUrls |
protected ArrayOfstring |
finalUrls |
protected String |
finalUrlSuffix |
protected ArrayOfKeyValuePairOfstringstring |
forwardCompatibilityMap |
protected Long |
id |
protected AdStatus |
status |
protected String |
trackingUrlTemplate |
protected AdType |
type |
protected CustomParameters |
urlCustomParameters |
| Constructor and Description |
|---|
Ad() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdFormatPreference()
Gets the value of the adFormatPreference property.
|
Long |
getDevicePreference()
Gets the value of the devicePreference property.
|
AdEditorialStatus |
getEditorialStatus()
Gets the value of the editorialStatus 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.
|
ArrayOfKeyValuePairOfstringstring |
getForwardCompatibilityMap()
Gets the value of the forwardCompatibilityMap property.
|
Long |
getId()
Gets the value of the id property.
|
AdStatus |
getStatus()
Gets the value of the status property.
|
String |
getTrackingUrlTemplate()
Gets the value of the trackingUrlTemplate property.
|
AdType |
getType()
Gets the value of the type property.
|
CustomParameters |
getUrlCustomParameters()
Gets the value of the urlCustomParameters property.
|
void |
setAdFormatPreference(String value)
Sets the value of the adFormatPreference property.
|
void |
setDevicePreference(Long value)
Sets the value of the devicePreference property.
|
void |
setEditorialStatus(AdEditorialStatus value)
Sets the value of the editorialStatus 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 |
setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
Sets the value of the forwardCompatibilityMap property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setStatus(AdStatus value)
Sets the value of the status property.
|
void |
setTrackingUrlTemplate(String value)
Sets the value of the trackingUrlTemplate property.
|
void |
setType(AdType value)
Sets the value of the type property.
|
void |
setUrlCustomParameters(CustomParameters value)
Sets the value of the urlCustomParameters property.
|
protected String adFormatPreference
protected Long devicePreference
protected AdEditorialStatus editorialStatus
protected ArrayOfAppUrl finalAppUrls
protected ArrayOfstring finalMobileUrls
protected String finalUrlSuffix
protected ArrayOfstring finalUrls
protected ArrayOfKeyValuePairOfstringstring forwardCompatibilityMap
protected Long id
protected AdStatus status
protected String trackingUrlTemplate
protected AdType type
protected CustomParameters urlCustomParameters
public String getAdFormatPreference()
Stringpublic void setAdFormatPreference(String value)
value - allowed object is
Stringpublic Long getDevicePreference()
Longpublic void setDevicePreference(Long value)
value - allowed object is
Longpublic AdEditorialStatus getEditorialStatus()
AdEditorialStatuspublic void setEditorialStatus(AdEditorialStatus value)
value - allowed object is
AdEditorialStatuspublic 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 ArrayOfKeyValuePairOfstringstring getForwardCompatibilityMap()
ArrayOfKeyValuePairOfstringstringpublic void setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
value - allowed object is
ArrayOfKeyValuePairOfstringstringpublic void setId(Long value)
value - allowed object is
Longpublic AdStatus getStatus()
AdStatuspublic void setStatus(AdStatus value)
value - allowed object is
AdStatuspublic String getTrackingUrlTemplate()
Stringpublic void setTrackingUrlTemplate(String value)
value - allowed object is
Stringpublic AdType getType()
AdTypepublic void setType(AdType value)
value - allowed object is
AdTypepublic CustomParameters getUrlCustomParameters()
CustomParameterspublic void setUrlCustomParameters(CustomParameters value)
value - allowed object is
CustomParametersCopyright © 2024. All rights reserved.