public class AdPerformanceReportFilter extends Object
Java class for AdPerformanceReportFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdPerformanceReportFilter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AccountStatus" type="{https://bingads.microsoft.com/Reporting/v13}AccountStatusReportFilter" minOccurs="0"/>
<element name="AdDistribution" type="{https://bingads.microsoft.com/Reporting/v13}AdDistributionReportFilter" minOccurs="0"/>
<element name="AdGroupStatus" type="{https://bingads.microsoft.com/Reporting/v13}AdGroupStatusReportFilter" minOccurs="0"/>
<element name="AdStatus" type="{https://bingads.microsoft.com/Reporting/v13}AdStatusReportFilter" minOccurs="0"/>
<element name="AdType" type="{https://bingads.microsoft.com/Reporting/v13}AdTypeReportFilter" minOccurs="0"/>
<element name="CampaignStatus" type="{https://bingads.microsoft.com/Reporting/v13}CampaignStatusReportFilter" minOccurs="0"/>
<element name="DeviceType" type="{https://bingads.microsoft.com/Reporting/v13}DeviceTypeReportFilter" minOccurs="0"/>
<element name="Language" type="{https://bingads.microsoft.com/Reporting/v13}LanguageReportFilter" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Collection<AccountStatusReportFilter> |
accountStatus |
protected Collection<AdDistributionReportFilter> |
adDistribution |
protected Collection<AdGroupStatusReportFilter> |
adGroupStatus |
protected Collection<AdStatusReportFilter> |
adStatus |
protected Collection<AdTypeReportFilter> |
adType |
protected Collection<CampaignStatusReportFilter> |
campaignStatus |
protected Collection<DeviceTypeReportFilter> |
deviceType |
protected Collection<LanguageReportFilter> |
language |
| Constructor and Description |
|---|
AdPerformanceReportFilter() |
| Modifier and Type | Method and Description |
|---|---|
Collection<AccountStatusReportFilter> |
getAccountStatus()
Gets the value of the accountStatus property.
|
Collection<AdDistributionReportFilter> |
getAdDistribution()
Gets the value of the adDistribution property.
|
Collection<AdGroupStatusReportFilter> |
getAdGroupStatus()
Gets the value of the adGroupStatus property.
|
Collection<AdStatusReportFilter> |
getAdStatus()
Gets the value of the adStatus property.
|
Collection<AdTypeReportFilter> |
getAdType()
Gets the value of the adType property.
|
Collection<CampaignStatusReportFilter> |
getCampaignStatus()
Gets the value of the campaignStatus property.
|
Collection<DeviceTypeReportFilter> |
getDeviceType()
Gets the value of the deviceType property.
|
Collection<LanguageReportFilter> |
getLanguage()
Gets the value of the language property.
|
void |
setAccountStatus(Collection<AccountStatusReportFilter> value)
Sets the value of the accountStatus property.
|
void |
setAdDistribution(Collection<AdDistributionReportFilter> value)
Sets the value of the adDistribution property.
|
void |
setAdGroupStatus(Collection<AdGroupStatusReportFilter> value)
Sets the value of the adGroupStatus property.
|
void |
setAdStatus(Collection<AdStatusReportFilter> value)
Sets the value of the adStatus property.
|
void |
setAdType(Collection<AdTypeReportFilter> value)
Sets the value of the adType property.
|
void |
setCampaignStatus(Collection<CampaignStatusReportFilter> value)
Sets the value of the campaignStatus property.
|
void |
setDeviceType(Collection<DeviceTypeReportFilter> value)
Sets the value of the deviceType property.
|
void |
setLanguage(Collection<LanguageReportFilter> value)
Sets the value of the language property.
|
protected Collection<AccountStatusReportFilter> accountStatus
protected Collection<AdDistributionReportFilter> adDistribution
protected Collection<AdGroupStatusReportFilter> adGroupStatus
protected Collection<AdStatusReportFilter> adStatus
protected Collection<AdTypeReportFilter> adType
protected Collection<CampaignStatusReportFilter> campaignStatus
protected Collection<DeviceTypeReportFilter> deviceType
protected Collection<LanguageReportFilter> language
public Collection<AccountStatusReportFilter> getAccountStatus()
Stringpublic void setAccountStatus(Collection<AccountStatusReportFilter> value)
value - allowed object is
Stringpublic Collection<AdDistributionReportFilter> getAdDistribution()
Stringpublic void setAdDistribution(Collection<AdDistributionReportFilter> value)
value - allowed object is
Stringpublic Collection<AdGroupStatusReportFilter> getAdGroupStatus()
Stringpublic void setAdGroupStatus(Collection<AdGroupStatusReportFilter> value)
value - allowed object is
Stringpublic Collection<AdStatusReportFilter> getAdStatus()
Stringpublic void setAdStatus(Collection<AdStatusReportFilter> value)
value - allowed object is
Stringpublic Collection<AdTypeReportFilter> getAdType()
Stringpublic void setAdType(Collection<AdTypeReportFilter> value)
value - allowed object is
Stringpublic Collection<CampaignStatusReportFilter> getCampaignStatus()
Stringpublic void setCampaignStatus(Collection<CampaignStatusReportFilter> value)
value - allowed object is
Stringpublic Collection<DeviceTypeReportFilter> getDeviceType()
Stringpublic void setDeviceType(Collection<DeviceTypeReportFilter> value)
value - allowed object is
Stringpublic Collection<LanguageReportFilter> getLanguage()
Stringpublic void setLanguage(Collection<LanguageReportFilter> value)
value - allowed object is
StringCopyright © 2023. All rights reserved.