public class SearchQueryPerformanceReportFilter extends Object
Java class for SearchQueryPerformanceReportFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchQueryPerformanceReportFilter">
<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="CampaignStatus" type="{https://bingads.microsoft.com/Reporting/v13}CampaignStatusReportFilter" minOccurs="0"/>
<element name="DeliveredMatchType" type="{https://bingads.microsoft.com/Reporting/v13}DeliveredMatchTypeReportFilter" minOccurs="0"/>
<element name="ExcludeZeroClicks" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="KeywordStatus" type="{https://bingads.microsoft.com/Reporting/v13}KeywordStatusReportFilter" 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<CampaignStatusReportFilter> |
campaignStatus |
protected Collection<DeliveredMatchTypeReportFilter> |
deliveredMatchType |
protected Boolean |
excludeZeroClicks |
protected Collection<KeywordStatusReportFilter> |
keywordStatus |
protected Collection<LanguageReportFilter> |
language |
protected ArrayOfstring |
searchQueries |
| Constructor and Description |
|---|
SearchQueryPerformanceReportFilter() |
| 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<CampaignStatusReportFilter> |
getCampaignStatus()
Gets the value of the campaignStatus property.
|
Collection<DeliveredMatchTypeReportFilter> |
getDeliveredMatchType()
Gets the value of the deliveredMatchType property.
|
Boolean |
getExcludeZeroClicks()
Gets the value of the excludeZeroClicks property.
|
Collection<KeywordStatusReportFilter> |
getKeywordStatus()
Gets the value of the keywordStatus 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 |
setCampaignStatus(Collection<CampaignStatusReportFilter> value)
Sets the value of the campaignStatus property.
|
void |
setDeliveredMatchType(Collection<DeliveredMatchTypeReportFilter> value)
Sets the value of the deliveredMatchType property.
|
void |
setExcludeZeroClicks(Boolean value)
Sets the value of the excludeZeroClicks property.
|
void |
setKeywordStatus(Collection<KeywordStatusReportFilter> value)
Sets the value of the keywordStatus 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<CampaignStatusReportFilter> campaignStatus
protected Collection<DeliveredMatchTypeReportFilter> deliveredMatchType
protected Boolean excludeZeroClicks
protected Collection<KeywordStatusReportFilter> keywordStatus
protected Collection<LanguageReportFilter> language
protected ArrayOfstring searchQueries
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<CampaignStatusReportFilter> getCampaignStatus()
Stringpublic void setCampaignStatus(Collection<CampaignStatusReportFilter> value)
value - allowed object is
Stringpublic Collection<DeliveredMatchTypeReportFilter> getDeliveredMatchType()
Stringpublic void setDeliveredMatchType(Collection<DeliveredMatchTypeReportFilter> value)
value - allowed object is
Stringpublic Boolean getExcludeZeroClicks()
Booleanpublic void setExcludeZeroClicks(Boolean value)
value - allowed object is
Booleanpublic Collection<KeywordStatusReportFilter> getKeywordStatus()
Stringpublic void setKeywordStatus(Collection<KeywordStatusReportFilter> value)
value - allowed object is
Stringpublic 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.