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