public class DataExclusion extends Object
Java class for DataExclusion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataExclusion">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CampaignAssociations" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfCampaignAssociation" minOccurs="0"/>
<element name="CampaignTypeFilter" type="{https://bingads.microsoft.com/CampaignManagement/v13}CampaignType" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DeviceTypeFilter" type="{https://bingads.microsoft.com/CampaignManagement/v13}DeviceType" minOccurs="0"/>
<element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCampaignAssociation |
campaignAssociations |
protected Collection<CampaignType> |
campaignTypeFilter |
protected String |
description |
protected DeviceType |
deviceTypeFilter |
protected Calendar |
endDate |
protected Long |
id |
protected String |
name |
protected Calendar |
startDate |
| Constructor and Description |
|---|
DataExclusion() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCampaignAssociation |
getCampaignAssociations()
Gets the value of the campaignAssociations property.
|
Collection<CampaignType> |
getCampaignTypeFilter()
Gets the value of the campaignTypeFilter property.
|
String |
getDescription()
Gets the value of the description property.
|
DeviceType |
getDeviceTypeFilter()
Gets the value of the deviceTypeFilter property.
|
Calendar |
getEndDate()
Gets the value of the endDate property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
Calendar |
getStartDate()
Gets the value of the startDate property.
|
void |
setCampaignAssociations(ArrayOfCampaignAssociation value)
Sets the value of the campaignAssociations property.
|
void |
setCampaignTypeFilter(Collection<CampaignType> value)
Sets the value of the campaignTypeFilter property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDeviceTypeFilter(DeviceType value)
Sets the value of the deviceTypeFilter property.
|
void |
setEndDate(Calendar value)
Sets the value of the endDate property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStartDate(Calendar value)
Sets the value of the startDate property.
|
protected ArrayOfCampaignAssociation campaignAssociations
protected Collection<CampaignType> campaignTypeFilter
protected String description
protected DeviceType deviceTypeFilter
protected Calendar endDate
protected Long id
protected String name
protected Calendar startDate
public ArrayOfCampaignAssociation getCampaignAssociations()
ArrayOfCampaignAssociationpublic void setCampaignAssociations(ArrayOfCampaignAssociation value)
value - allowed object is
ArrayOfCampaignAssociationpublic Collection<CampaignType> getCampaignTypeFilter()
Stringpublic void setCampaignTypeFilter(Collection<CampaignType> value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic DeviceType getDeviceTypeFilter()
DeviceTypepublic void setDeviceTypeFilter(DeviceType value)
value - allowed object is
DeviceTypepublic Calendar getEndDate()
Stringpublic void setEndDate(Calendar value)
value - allowed object is
Stringpublic void setId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Calendar getStartDate()
StringCopyright © 2024. All rights reserved.