public class CampaignEstimate extends Object
Java class for CampaignEstimate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignEstimate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AdGroupEstimates" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfAdGroupEstimate" minOccurs="0"/>
<element name="CampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfAdGroupEstimate |
adGroupEstimates |
protected Long |
campaignId |
| Constructor and Description |
|---|
CampaignEstimate() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfAdGroupEstimate |
getAdGroupEstimates()
Gets the value of the adGroupEstimates property.
|
Long |
getCampaignId()
Gets the value of the campaignId property.
|
void |
setAdGroupEstimates(ArrayOfAdGroupEstimate value)
Sets the value of the adGroupEstimates property.
|
void |
setCampaignId(Long value)
Sets the value of the campaignId property.
|
protected ArrayOfAdGroupEstimate adGroupEstimates
protected Long campaignId
public ArrayOfAdGroupEstimate getAdGroupEstimates()
ArrayOfAdGroupEstimatepublic void setAdGroupEstimates(ArrayOfAdGroupEstimate value)
value - allowed object is
ArrayOfAdGroupEstimatepublic Long getCampaignId()
LongCopyright © 2024. All rights reserved.