public class KeywordIdEstimatedPosition extends Object
Java class for KeywordIdEstimatedPosition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeywordIdEstimatedPosition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="KeywordId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="KeywordEstimatedPosition" type="{https://bingads.microsoft.com/AdInsight/v13}KeywordEstimatedPosition" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected KeywordEstimatedPosition |
keywordEstimatedPosition |
protected Long |
keywordId |
| Constructor and Description |
|---|
KeywordIdEstimatedPosition() |
| Modifier and Type | Method and Description |
|---|---|
KeywordEstimatedPosition |
getKeywordEstimatedPosition()
Gets the value of the keywordEstimatedPosition property.
|
Long |
getKeywordId()
Gets the value of the keywordId property.
|
void |
setKeywordEstimatedPosition(KeywordEstimatedPosition value)
Sets the value of the keywordEstimatedPosition property.
|
void |
setKeywordId(Long value)
Sets the value of the keywordId property.
|
protected Long keywordId
protected KeywordEstimatedPosition keywordEstimatedPosition
public Long getKeywordId()
Longpublic void setKeywordId(Long value)
value - allowed object is
Longpublic KeywordEstimatedPosition getKeywordEstimatedPosition()
KeywordEstimatedPositionpublic void setKeywordEstimatedPosition(KeywordEstimatedPosition value)
value - allowed object is
KeywordEstimatedPositionCopyright © 2024. All rights reserved.