public class CampaignEstimator extends Object
Java class for CampaignEstimator complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignEstimator">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AdGroupEstimators" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfAdGroupEstimator" minOccurs="0"/>
<element name="CampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="Criteria" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfCriterion" minOccurs="0"/>
<element name="DailyBudget" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="NegativeKeywords" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfNegativeKeyword" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfAdGroupEstimator |
adGroupEstimators |
protected Long |
campaignId |
protected ArrayOfCriterion |
criteria |
protected Double |
dailyBudget |
protected ArrayOfNegativeKeyword |
negativeKeywords |
| Constructor and Description |
|---|
CampaignEstimator() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfAdGroupEstimator |
getAdGroupEstimators()
Gets the value of the adGroupEstimators property.
|
Long |
getCampaignId()
Gets the value of the campaignId property.
|
ArrayOfCriterion |
getCriteria()
Gets the value of the criteria property.
|
Double |
getDailyBudget()
Gets the value of the dailyBudget property.
|
ArrayOfNegativeKeyword |
getNegativeKeywords()
Gets the value of the negativeKeywords property.
|
void |
setAdGroupEstimators(ArrayOfAdGroupEstimator value)
Sets the value of the adGroupEstimators property.
|
void |
setCampaignId(Long value)
Sets the value of the campaignId property.
|
void |
setCriteria(ArrayOfCriterion value)
Sets the value of the criteria property.
|
void |
setDailyBudget(Double value)
Sets the value of the dailyBudget property.
|
void |
setNegativeKeywords(ArrayOfNegativeKeyword value)
Sets the value of the negativeKeywords property.
|
protected ArrayOfAdGroupEstimator adGroupEstimators
protected Long campaignId
protected ArrayOfCriterion criteria
protected Double dailyBudget
protected ArrayOfNegativeKeyword negativeKeywords
public ArrayOfAdGroupEstimator getAdGroupEstimators()
ArrayOfAdGroupEstimatorpublic void setAdGroupEstimators(ArrayOfAdGroupEstimator value)
value - allowed object is
ArrayOfAdGroupEstimatorpublic Long getCampaignId()
Longpublic void setCampaignId(Long value)
value - allowed object is
Longpublic ArrayOfCriterion getCriteria()
ArrayOfCriterionpublic void setCriteria(ArrayOfCriterion value)
value - allowed object is
ArrayOfCriterionpublic Double getDailyBudget()
Doublepublic void setDailyBudget(Double value)
value - allowed object is
Doublepublic ArrayOfNegativeKeyword getNegativeKeywords()
ArrayOfNegativeKeywordpublic void setNegativeKeywords(ArrayOfNegativeKeyword value)
value - allowed object is
ArrayOfNegativeKeywordCopyright © 2024. All rights reserved.