public class TrafficEstimatorSelector extends Object
Java class for TrafficEstimatorSelector complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrafficEstimatorSelector">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="campaignEstimateRequests" type="{https://adwords.google.com/api/adwords/o/v201809}CampaignEstimateRequest" maxOccurs="unbounded" minOccurs="0"/>
<element name="platformEstimateRequested" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CampaignEstimateRequest> |
campaignEstimateRequests |
protected Boolean |
platformEstimateRequested |
| Constructor and Description |
|---|
TrafficEstimatorSelector() |
| Modifier and Type | Method and Description |
|---|---|
List<CampaignEstimateRequest> |
getCampaignEstimateRequests()
Gets the value of the campaignEstimateRequests property.
|
Boolean |
isPlatformEstimateRequested()
Gets the value of the platformEstimateRequested property.
|
void |
setPlatformEstimateRequested(Boolean value)
Sets the value of the platformEstimateRequested property.
|
protected List<CampaignEstimateRequest> campaignEstimateRequests
protected Boolean platformEstimateRequested
public List<CampaignEstimateRequest> getCampaignEstimateRequests()
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 campaignEstimateRequests property.
For example, to add a new item, do as follows:
getCampaignEstimateRequests().add(newItem);
Objects of the following type(s) are allowed in the list
CampaignEstimateRequest
public Boolean isPlatformEstimateRequested()
BooleanCopyright © 2023. All rights reserved.