public class CampaignBudgetRecommendation extends RecommendationBase
Java class for CampaignBudgetRecommendation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CampaignBudgetRecommendation">
<complexContent>
<extension base="{https://bingads.microsoft.com/AdInsight/v13}RecommendationBase">
<sequence>
<element name="BudgetPoints" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfBudgetPoint" minOccurs="0"/>
<element name="BudgetType" type="{https://bingads.microsoft.com/AdInsight/v13}BudgetLimitType" minOccurs="0"/>
<element name="CurrentBudget" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="RecommendedBudget" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfBudgetPoint |
budgetPoints |
protected BudgetLimitType |
budgetType |
protected Double |
currentBudget |
protected Double |
recommendedBudget |
accountId, adGroupId, campaignId, currentClicks, currentConversions, currentCost, currentImpressions, dismissed, estimatedIncreaseInClicks, estimatedIncreaseInConversions, estimatedIncreaseInCost, estimatedIncreaseInImpressions, recommendationHash, recommendationId, recommendationType, type| Constructor and Description |
|---|
CampaignBudgetRecommendation() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfBudgetPoint |
getBudgetPoints()
Gets the value of the budgetPoints property.
|
BudgetLimitType |
getBudgetType()
Gets the value of the budgetType property.
|
Double |
getCurrentBudget()
Gets the value of the currentBudget property.
|
Double |
getRecommendedBudget()
Gets the value of the recommendedBudget property.
|
void |
setBudgetPoints(ArrayOfBudgetPoint value)
Sets the value of the budgetPoints property.
|
void |
setBudgetType(BudgetLimitType value)
Sets the value of the budgetType property.
|
void |
setCurrentBudget(Double value)
Sets the value of the currentBudget property.
|
void |
setRecommendedBudget(Double value)
Sets the value of the recommendedBudget property.
|
getAccountId, getAdGroupId, getCampaignId, getCurrentClicks, getCurrentConversions, getCurrentCost, getCurrentImpressions, getDismissed, getEstimatedIncreaseInClicks, getEstimatedIncreaseInConversions, getEstimatedIncreaseInCost, getEstimatedIncreaseInImpressions, getRecommendationHash, getRecommendationId, getRecommendationType, getType, setAccountId, setAdGroupId, setCampaignId, setCurrentClicks, setCurrentConversions, setCurrentCost, setCurrentImpressions, setDismissed, setEstimatedIncreaseInClicks, setEstimatedIncreaseInConversions, setEstimatedIncreaseInCost, setEstimatedIncreaseInImpressions, setRecommendationHash, setRecommendationId, setRecommendationType, setTypeprotected ArrayOfBudgetPoint budgetPoints
protected BudgetLimitType budgetType
protected Double currentBudget
protected Double recommendedBudget
public ArrayOfBudgetPoint getBudgetPoints()
ArrayOfBudgetPointpublic void setBudgetPoints(ArrayOfBudgetPoint value)
value - allowed object is
ArrayOfBudgetPointpublic BudgetLimitType getBudgetType()
BudgetLimitTypepublic void setBudgetType(BudgetLimitType value)
value - allowed object is
BudgetLimitTypepublic Double getCurrentBudget()
Doublepublic void setCurrentBudget(Double value)
value - allowed object is
Doublepublic Double getRecommendedBudget()
DoubleCopyright © 2024. All rights reserved.