public class BudgetOpportunity extends Opportunity
Java class for BudgetOpportunity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BudgetOpportunity">
<complexContent>
<extension base="{https://bingads.microsoft.com/AdInsight/v13}Opportunity">
<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="CampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="CurrentBudget" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="IncreaseInClicks" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="IncreaseInImpressions" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="PercentageIncreaseInClicks" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="PercentageIncreaseInImpressions" type="{http://www.w3.org/2001/XMLSchema}int" 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 Long |
campaignId |
protected Double |
currentBudget |
protected Double |
increaseInClicks |
protected Long |
increaseInImpressions |
protected Integer |
percentageIncreaseInClicks |
protected Integer |
percentageIncreaseInImpressions |
protected Double |
recommendedBudget |
opportunityKey| Constructor and Description |
|---|
BudgetOpportunity() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfBudgetPoint |
getBudgetPoints()
Gets the value of the budgetPoints property.
|
BudgetLimitType |
getBudgetType()
Gets the value of the budgetType property.
|
Long |
getCampaignId()
Gets the value of the campaignId property.
|
Double |
getCurrentBudget()
Gets the value of the currentBudget property.
|
Double |
getIncreaseInClicks()
Gets the value of the increaseInClicks property.
|
Long |
getIncreaseInImpressions()
Gets the value of the increaseInImpressions property.
|
Integer |
getPercentageIncreaseInClicks()
Gets the value of the percentageIncreaseInClicks property.
|
Integer |
getPercentageIncreaseInImpressions()
Gets the value of the percentageIncreaseInImpressions 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 |
setCampaignId(Long value)
Sets the value of the campaignId property.
|
void |
setCurrentBudget(Double value)
Sets the value of the currentBudget property.
|
void |
setIncreaseInClicks(Double value)
Sets the value of the increaseInClicks property.
|
void |
setIncreaseInImpressions(Long value)
Sets the value of the increaseInImpressions property.
|
void |
setPercentageIncreaseInClicks(Integer value)
Sets the value of the percentageIncreaseInClicks property.
|
void |
setPercentageIncreaseInImpressions(Integer value)
Sets the value of the percentageIncreaseInImpressions property.
|
void |
setRecommendedBudget(Double value)
Sets the value of the recommendedBudget property.
|
getOpportunityKey, setOpportunityKeyprotected ArrayOfBudgetPoint budgetPoints
protected BudgetLimitType budgetType
protected Long campaignId
protected Double currentBudget
protected Double increaseInClicks
protected Long increaseInImpressions
protected Integer percentageIncreaseInClicks
protected Integer percentageIncreaseInImpressions
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 Long getCampaignId()
Longpublic void setCampaignId(Long value)
value - allowed object is
Longpublic Double getCurrentBudget()
Doublepublic void setCurrentBudget(Double value)
value - allowed object is
Doublepublic Double getIncreaseInClicks()
Doublepublic void setIncreaseInClicks(Double value)
value - allowed object is
Doublepublic Long getIncreaseInImpressions()
Longpublic void setIncreaseInImpressions(Long value)
value - allowed object is
Longpublic Integer getPercentageIncreaseInClicks()
Integerpublic void setPercentageIncreaseInClicks(Integer value)
value - allowed object is
Integerpublic Integer getPercentageIncreaseInImpressions()
Integerpublic void setPercentageIncreaseInImpressions(Integer value)
value - allowed object is
Integerpublic Double getRecommendedBudget()
DoubleCopyright © 2024. All rights reserved.