public class KeywordEstimate extends Estimate
Java class for KeywordEstimate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeywordEstimate">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/o/v201809}Estimate">
<sequence>
<element name="criterionId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="min" type="{https://adwords.google.com/api/adwords/o/v201809}StatsEstimate" minOccurs="0"/>
<element name="max" type="{https://adwords.google.com/api/adwords/o/v201809}StatsEstimate" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
criterionId |
protected StatsEstimate |
max |
protected StatsEstimate |
min |
estimateType| Constructor and Description |
|---|
KeywordEstimate() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCriterionId()
Gets the value of the criterionId property.
|
StatsEstimate |
getMax()
Gets the value of the max property.
|
StatsEstimate |
getMin()
Gets the value of the min property.
|
void |
setCriterionId(Long value)
Sets the value of the criterionId property.
|
void |
setMax(StatsEstimate value)
Sets the value of the max property.
|
void |
setMin(StatsEstimate value)
Sets the value of the min property.
|
getEstimateType, setEstimateTypeprotected Long criterionId
protected StatsEstimate min
protected StatsEstimate max
public Long getCriterionId()
Longpublic void setCriterionId(Long value)
value - allowed object is
Longpublic StatsEstimate getMin()
StatsEstimatepublic void setMin(StatsEstimate value)
value - allowed object is
StatsEstimatepublic StatsEstimate getMax()
StatsEstimatepublic void setMax(StatsEstimate value)
value - allowed object is
StatsEstimateCopyright © 2023. All rights reserved.