public class GetKeywordDemographicsResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="KeywordDemographicResult" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfKeywordDemographicResult" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfKeywordDemographicResult |
keywordDemographicResult |
| Constructor and Description |
|---|
GetKeywordDemographicsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfKeywordDemographicResult |
getKeywordDemographicResult()
Gets the value of the keywordDemographicResult property.
|
void |
setKeywordDemographicResult(ArrayOfKeywordDemographicResult value)
Sets the value of the keywordDemographicResult property.
|
protected ArrayOfKeywordDemographicResult keywordDemographicResult
public ArrayOfKeywordDemographicResult getKeywordDemographicResult()
ArrayOfKeywordDemographicResultpublic void setKeywordDemographicResult(ArrayOfKeywordDemographicResult value)
value - allowed object is
ArrayOfKeywordDemographicResultCopyright © 2024. All rights reserved.