public class AdGroupEstimate extends Estimate
Java class for AdGroupEstimate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdGroupEstimate">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/o/v201809}Estimate">
<sequence>
<element name="adGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="keywordEstimates" type="{https://adwords.google.com/api/adwords/o/v201809}KeywordEstimate" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adGroupId |
protected List<KeywordEstimate> |
keywordEstimates |
estimateType| Constructor and Description |
|---|
AdGroupEstimate() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
List<KeywordEstimate> |
getKeywordEstimates()
Gets the value of the keywordEstimates property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
getEstimateType, setEstimateTypeprotected Long adGroupId
protected List<KeywordEstimate> keywordEstimates
public Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic List<KeywordEstimate> getKeywordEstimates()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the keywordEstimates property.
For example, to add a new item, do as follows:
getKeywordEstimates().add(newItem);
Objects of the following type(s) are allowed in the list
KeywordEstimate
Copyright © 2023. All rights reserved.