public class SearchCampaignChangeHistoryReportFilter extends Object
Java class for SearchCampaignChangeHistoryReportFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchCampaignChangeHistoryReportFilter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AdDistribution" type="{https://bingads.microsoft.com/Reporting/v13}AdDistributionReportFilter" minOccurs="0"/>
<element name="HowChanged" type="{https://bingads.microsoft.com/Reporting/v13}ChangeTypeReportFilter" minOccurs="0"/>
<element name="ItemChanged" type="{https://bingads.microsoft.com/Reporting/v13}ChangeEntityReportFilter" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Collection<AdDistributionReportFilter> |
adDistribution |
protected Collection<ChangeTypeReportFilter> |
howChanged |
protected Collection<ChangeEntityReportFilter> |
itemChanged |
| Constructor and Description |
|---|
SearchCampaignChangeHistoryReportFilter() |
| Modifier and Type | Method and Description |
|---|---|
Collection<AdDistributionReportFilter> |
getAdDistribution()
Gets the value of the adDistribution property.
|
Collection<ChangeTypeReportFilter> |
getHowChanged()
Gets the value of the howChanged property.
|
Collection<ChangeEntityReportFilter> |
getItemChanged()
Gets the value of the itemChanged property.
|
void |
setAdDistribution(Collection<AdDistributionReportFilter> value)
Sets the value of the adDistribution property.
|
void |
setHowChanged(Collection<ChangeTypeReportFilter> value)
Sets the value of the howChanged property.
|
void |
setItemChanged(Collection<ChangeEntityReportFilter> value)
Sets the value of the itemChanged property.
|
protected Collection<AdDistributionReportFilter> adDistribution
protected Collection<ChangeTypeReportFilter> howChanged
protected Collection<ChangeEntityReportFilter> itemChanged
public SearchCampaignChangeHistoryReportFilter()
public Collection<AdDistributionReportFilter> getAdDistribution()
Stringpublic void setAdDistribution(Collection<AdDistributionReportFilter> value)
value - allowed object is
Stringpublic Collection<ChangeTypeReportFilter> getHowChanged()
Stringpublic void setHowChanged(Collection<ChangeTypeReportFilter> value)
value - allowed object is
Stringpublic Collection<ChangeEntityReportFilter> getItemChanged()
Stringpublic void setItemChanged(Collection<ChangeEntityReportFilter> value)
value - allowed object is
StringCopyright © 2023. All rights reserved.