public class AdExtension extends Object
Java class for AdExtension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdExtension">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DevicePreference" type="{http://www.w3.org/2001/XMLSchema}long" 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="Scheduling" type="{https://bingads.microsoft.com/CampaignManagement/v13}Schedule" minOccurs="0"/>
<element name="Status" type="{https://bingads.microsoft.com/CampaignManagement/v13}AdExtensionStatus" minOccurs="0"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Version" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
devicePreference |
protected ArrayOfKeyValuePairOfstringstring |
forwardCompatibilityMap |
protected Long |
id |
protected Schedule |
scheduling |
protected AdExtensionStatus |
status |
protected String |
type |
protected Integer |
version |
| Constructor and Description |
|---|
AdExtension() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDevicePreference()
Gets the value of the devicePreference property.
|
ArrayOfKeyValuePairOfstringstring |
getForwardCompatibilityMap()
Gets the value of the forwardCompatibilityMap property.
|
Long |
getId()
Gets the value of the id property.
|
Schedule |
getScheduling()
Gets the value of the scheduling property.
|
AdExtensionStatus |
getStatus()
Gets the value of the status property.
|
String |
getType()
Gets the value of the type property.
|
Integer |
getVersion()
Gets the value of the version property.
|
void |
setDevicePreference(Long value)
Sets the value of the devicePreference property.
|
void |
setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
Sets the value of the forwardCompatibilityMap property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setScheduling(Schedule value)
Sets the value of the scheduling property.
|
void |
setStatus(AdExtensionStatus value)
Sets the value of the status property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setVersion(Integer value)
Sets the value of the version property.
|
protected Long devicePreference
protected ArrayOfKeyValuePairOfstringstring forwardCompatibilityMap
protected Long id
protected Schedule scheduling
protected AdExtensionStatus status
protected String type
protected Integer version
public Long getDevicePreference()
Longpublic void setDevicePreference(Long value)
value - allowed object is
Longpublic ArrayOfKeyValuePairOfstringstring getForwardCompatibilityMap()
ArrayOfKeyValuePairOfstringstringpublic void setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
value - allowed object is
ArrayOfKeyValuePairOfstringstringpublic void setId(Long value)
value - allowed object is
Longpublic Schedule getScheduling()
Schedulepublic void setScheduling(Schedule value)
value - allowed object is
Schedulepublic AdExtensionStatus getStatus()
AdExtensionStatuspublic void setStatus(AdExtensionStatus value)
value - allowed object is
AdExtensionStatuspublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic Integer getVersion()
IntegerCopyright © 2024. All rights reserved.