public class KeywordHistoricalPerformance extends Object
Java class for KeywordHistoricalPerformance complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeywordHistoricalPerformance">
<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="KeywordKPIs" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfKeywordKPI" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
keyword |
protected ArrayOfKeywordKPI |
keywordKPIs |
| Constructor and Description |
|---|
KeywordHistoricalPerformance() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyword()
Gets the value of the keyword property.
|
ArrayOfKeywordKPI |
getKeywordKPIs()
Gets the value of the keywordKPIs property.
|
void |
setKeyword(String value)
Sets the value of the keyword property.
|
void |
setKeywordKPIs(ArrayOfKeywordKPI value)
Sets the value of the keywordKPIs property.
|
protected String keyword
protected ArrayOfKeywordKPI keywordKPIs
public String getKeyword()
Stringpublic void setKeyword(String value)
value - allowed object is
Stringpublic ArrayOfKeywordKPI getKeywordKPIs()
ArrayOfKeywordKPIpublic void setKeywordKPIs(ArrayOfKeywordKPI value)
value - allowed object is
ArrayOfKeywordKPICopyright © 2024. All rights reserved.