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