public class KeywordDemographicResult extends Object
Java class for KeywordDemographicResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeywordDemographicResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Keyword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="KeywordDemographics" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfKeywordDemographic" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
keyword |
protected ArrayOfKeywordDemographic |
keywordDemographics |
| Constructor and Description |
|---|
KeywordDemographicResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyword()
Gets the value of the keyword property.
|
ArrayOfKeywordDemographic |
getKeywordDemographics()
Gets the value of the keywordDemographics property.
|
void |
setKeyword(String value)
Sets the value of the keyword property.
|
void |
setKeywordDemographics(ArrayOfKeywordDemographic value)
Sets the value of the keywordDemographics property.
|
protected String keyword
protected ArrayOfKeywordDemographic keywordDemographics
public String getKeyword()
Stringpublic void setKeyword(String value)
value - allowed object is
Stringpublic ArrayOfKeywordDemographic getKeywordDemographics()
ArrayOfKeywordDemographicpublic void setKeywordDemographics(ArrayOfKeywordDemographic value)
value - allowed object is
ArrayOfKeywordDemographicCopyright © 2024. All rights reserved.