public class GetKeywordTrafficEstimatesRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CampaignEstimators" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfCampaignEstimator" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCampaignEstimator |
campaignEstimators |
| Constructor and Description |
|---|
GetKeywordTrafficEstimatesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCampaignEstimator |
getCampaignEstimators()
Gets the value of the campaignEstimators property.
|
void |
setCampaignEstimators(ArrayOfCampaignEstimator value)
Sets the value of the campaignEstimators property.
|
protected ArrayOfCampaignEstimator campaignEstimators
public ArrayOfCampaignEstimator getCampaignEstimators()
ArrayOfCampaignEstimatorpublic void setCampaignEstimators(ArrayOfCampaignEstimator value)
value - allowed object is
ArrayOfCampaignEstimatorCopyright © 2024. All rights reserved.