public class BidOpportunity extends Opportunity
Java class for BidOpportunity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BidOpportunity">
<complexContent>
<extension base="{https://bingads.microsoft.com/AdInsight/v13}Opportunity">
<sequence>
<element name="AdGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="CampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="CurrentBid" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="EstimatedIncreaseInClicks" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="EstimatedIncreaseInCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="EstimatedIncreaseInImpressions" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="KeywordId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="MatchType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SuggestedBid" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adGroupId |
protected Long |
campaignId |
protected Double |
currentBid |
protected Double |
estimatedIncreaseInClicks |
protected Double |
estimatedIncreaseInCost |
protected Long |
estimatedIncreaseInImpressions |
protected Long |
keywordId |
protected String |
matchType |
protected Double |
suggestedBid |
opportunityKey| Constructor and Description |
|---|
BidOpportunity() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
Long |
getCampaignId()
Gets the value of the campaignId property.
|
Double |
getCurrentBid()
Gets the value of the currentBid property.
|
Double |
getEstimatedIncreaseInClicks()
Gets the value of the estimatedIncreaseInClicks property.
|
Double |
getEstimatedIncreaseInCost()
Gets the value of the estimatedIncreaseInCost property.
|
Long |
getEstimatedIncreaseInImpressions()
Gets the value of the estimatedIncreaseInImpressions property.
|
Long |
getKeywordId()
Gets the value of the keywordId property.
|
String |
getMatchType()
Gets the value of the matchType property.
|
Double |
getSuggestedBid()
Gets the value of the suggestedBid property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
void |
setCampaignId(Long value)
Sets the value of the campaignId property.
|
void |
setCurrentBid(Double value)
Sets the value of the currentBid property.
|
void |
setEstimatedIncreaseInClicks(Double value)
Sets the value of the estimatedIncreaseInClicks property.
|
void |
setEstimatedIncreaseInCost(Double value)
Sets the value of the estimatedIncreaseInCost property.
|
void |
setEstimatedIncreaseInImpressions(Long value)
Sets the value of the estimatedIncreaseInImpressions property.
|
void |
setKeywordId(Long value)
Sets the value of the keywordId property.
|
void |
setMatchType(String value)
Sets the value of the matchType property.
|
void |
setSuggestedBid(Double value)
Sets the value of the suggestedBid property.
|
getOpportunityKey, setOpportunityKeyprotected Long adGroupId
protected Long campaignId
protected Double currentBid
protected Double estimatedIncreaseInClicks
protected Double estimatedIncreaseInCost
protected Long estimatedIncreaseInImpressions
protected Long keywordId
protected String matchType
protected Double suggestedBid
public Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic Long getCampaignId()
Longpublic void setCampaignId(Long value)
value - allowed object is
Longpublic Double getCurrentBid()
Doublepublic void setCurrentBid(Double value)
value - allowed object is
Doublepublic Double getEstimatedIncreaseInClicks()
Doublepublic void setEstimatedIncreaseInClicks(Double value)
value - allowed object is
Doublepublic Double getEstimatedIncreaseInCost()
Doublepublic void setEstimatedIncreaseInCost(Double value)
value - allowed object is
Doublepublic Long getEstimatedIncreaseInImpressions()
Longpublic void setEstimatedIncreaseInImpressions(Long value)
value - allowed object is
Longpublic Long getKeywordId()
Longpublic void setKeywordId(Long value)
value - allowed object is
Longpublic String getMatchType()
Stringpublic void setMatchType(String value)
value - allowed object is
Stringpublic Double getSuggestedBid()
DoubleCopyright © 2024. All rights reserved.