public class ProductSearchQueryPerformanceReportFilter extends Object
Java class for ProductSearchQueryPerformanceReportFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductSearchQueryPerformanceReportFilter">
<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="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="AssetGroupStatus" type="{https://bingads.microsoft.com/Reporting/v13}AssetGroupStatusReportFilter" minOccurs="0"/>
<element name="CampaignStatus" type="{https://bingads.microsoft.com/Reporting/v13}CampaignStatusReportFilter" minOccurs="0"/>
<element name="ExcludeZeroClicks" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Language" type="{https://bingads.microsoft.com/Reporting/v13}LanguageReportFilter" minOccurs="0"/>
<element name="SearchQueries" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Collection<AccountStatusReportFilter> |
accountStatus |
protected Collection<AdGroupStatusReportFilter> |
adGroupStatus |
protected Collection<AdStatusReportFilter> |
adStatus |
protected Collection<AdTypeReportFilter> |
adType |
protected Collection<AssetGroupStatusReportFilter> |
assetGroupStatus |
protected Collection<CampaignStatusReportFilter> |
campaignStatus |
protected Boolean |
excludeZeroClicks |
protected Collection<LanguageReportFilter> |
language |
protected ArrayOfstring |
searchQueries |
| Constructor and Description |
|---|
ProductSearchQueryPerformanceReportFilter() |
| Modifier and Type | Method and Description |
|---|---|
Collection<AccountStatusReportFilter> |
getAccountStatus()
Gets the value of the accountStatus 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<AssetGroupStatusReportFilter> |
getAssetGroupStatus()
Gets the value of the assetGroupStatus property.
|
Collection<CampaignStatusReportFilter> |
getCampaignStatus()
Gets the value of the campaignStatus property.
|
Boolean |
getExcludeZeroClicks()
Gets the value of the excludeZeroClicks property.
|
Collection<LanguageReportFilter> |
getLanguage()
Gets the value of the language property.
|
ArrayOfstring |
getSearchQueries()
Gets the value of the searchQueries property.
|
void |
setAccountStatus(Collection<AccountStatusReportFilter> value)
Sets the value of the accountStatus 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 |
setAssetGroupStatus(Collection<AssetGroupStatusReportFilter> value)
Sets the value of the assetGroupStatus property.
|
void |
setCampaignStatus(Collection<CampaignStatusReportFilter> value)
Sets the value of the campaignStatus property.
|
void |
setExcludeZeroClicks(Boolean value)
Sets the value of the excludeZeroClicks property.
|
void |
setLanguage(Collection<LanguageReportFilter> value)
Sets the value of the language property.
|
void |
setSearchQueries(ArrayOfstring value)
Sets the value of the searchQueries property.
|
protected Collection<AccountStatusReportFilter> accountStatus
protected Collection<AdGroupStatusReportFilter> adGroupStatus
protected Collection<AdStatusReportFilter> adStatus
protected Collection<AdTypeReportFilter> adType
protected Collection<AssetGroupStatusReportFilter> assetGroupStatus
protected Collection<CampaignStatusReportFilter> campaignStatus
protected Boolean excludeZeroClicks
protected Collection<LanguageReportFilter> language
protected ArrayOfstring searchQueries
public ProductSearchQueryPerformanceReportFilter()
public Collection<AccountStatusReportFilter> getAccountStatus()
Stringpublic void setAccountStatus(Collection<AccountStatusReportFilter> 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<AssetGroupStatusReportFilter> getAssetGroupStatus()
Stringpublic void setAssetGroupStatus(Collection<AssetGroupStatusReportFilter> value)
value - allowed object is
Stringpublic Collection<CampaignStatusReportFilter> getCampaignStatus()
Stringpublic void setCampaignStatus(Collection<CampaignStatusReportFilter> value)
value - allowed object is
Stringpublic Boolean getExcludeZeroClicks()
Booleanpublic void setExcludeZeroClicks(Boolean value)
value - allowed object is
Booleanpublic Collection<LanguageReportFilter> getLanguage()
Stringpublic void setLanguage(Collection<LanguageReportFilter> value)
value - allowed object is
Stringpublic ArrayOfstring getSearchQueries()
ArrayOfstringpublic void setSearchQueries(ArrayOfstring value)
value - allowed object is
ArrayOfstringCopyright © 2023. All rights reserved.