public class KeywordEstimateRequest extends EstimateRequest
Java class for KeywordEstimateRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeywordEstimateRequest">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/o/v201809}EstimateRequest">
<sequence>
<element name="keyword" type="{https://adwords.google.com/api/adwords/cm/v201809}Keyword" minOccurs="0"/>
<element name="maxCpc" type="{https://adwords.google.com/api/adwords/cm/v201809}Money" minOccurs="0"/>
<element name="isNegative" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isNegative |
protected Keyword |
keyword |
protected Money |
maxCpc |
estimateRequestType| Constructor and Description |
|---|
KeywordEstimateRequest() |
| Modifier and Type | Method and Description |
|---|---|
Keyword |
getKeyword()
Gets the value of the keyword property.
|
Money |
getMaxCpc()
Gets the value of the maxCpc property.
|
Boolean |
isIsNegative()
Gets the value of the isNegative property.
|
void |
setIsNegative(Boolean value)
Sets the value of the isNegative property.
|
void |
setKeyword(Keyword value)
Sets the value of the keyword property.
|
void |
setMaxCpc(Money value)
Sets the value of the maxCpc property.
|
getEstimateRequestType, setEstimateRequestTypeprotected Keyword keyword
protected Money maxCpc
protected Boolean isNegative
public Keyword getKeyword()
Keywordpublic void setKeyword(Keyword value)
value - allowed object is
Keywordpublic Money getMaxCpc()
Moneypublic void setMaxCpc(Money value)
value - allowed object is
Moneypublic Boolean isIsNegative()
BooleanCopyright © 2023. All rights reserved.