public class KeywordOpportunity extends Opportunity
Java class for KeywordOpportunity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeywordOpportunity">
<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="AdGroupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="CampaignName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Competition" 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="MatchType" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="MonthlySearches" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="SuggestedBid" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="SuggestedKeyword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adGroupId |
protected String |
adGroupName |
protected Long |
campaignId |
protected String |
campaignName |
protected Double |
competition |
protected Double |
estimatedIncreaseInClicks |
protected Double |
estimatedIncreaseInCost |
protected Long |
estimatedIncreaseInImpressions |
protected Integer |
matchType |
protected Long |
monthlySearches |
protected Double |
suggestedBid |
protected String |
suggestedKeyword |
opportunityKey| Constructor and Description |
|---|
KeywordOpportunity() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
String |
getAdGroupName()
Gets the value of the adGroupName property.
|
Long |
getCampaignId()
Gets the value of the campaignId property.
|
String |
getCampaignName()
Gets the value of the campaignName property.
|
Double |
getCompetition()
Gets the value of the competition 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.
|
Integer |
getMatchType()
Gets the value of the matchType property.
|
Long |
getMonthlySearches()
Gets the value of the monthlySearches property.
|
Double |
getSuggestedBid()
Gets the value of the suggestedBid property.
|
String |
getSuggestedKeyword()
Gets the value of the suggestedKeyword property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
void |
setAdGroupName(String value)
Sets the value of the adGroupName property.
|
void |
setCampaignId(Long value)
Sets the value of the campaignId property.
|
void |
setCampaignName(String value)
Sets the value of the campaignName property.
|
void |
setCompetition(Double value)
Sets the value of the competition 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 |
setMatchType(Integer value)
Sets the value of the matchType property.
|
void |
setMonthlySearches(Long value)
Sets the value of the monthlySearches property.
|
void |
setSuggestedBid(Double value)
Sets the value of the suggestedBid property.
|
void |
setSuggestedKeyword(String value)
Sets the value of the suggestedKeyword property.
|
getOpportunityKey, setOpportunityKeyprotected Long adGroupId
protected String adGroupName
protected Long campaignId
protected String campaignName
protected Double competition
protected Double estimatedIncreaseInClicks
protected Double estimatedIncreaseInCost
protected Long estimatedIncreaseInImpressions
protected Integer matchType
protected Long monthlySearches
protected Double suggestedBid
protected String suggestedKeyword
public Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic String getAdGroupName()
Stringpublic void setAdGroupName(String value)
value - allowed object is
Stringpublic Long getCampaignId()
Longpublic void setCampaignId(Long value)
value - allowed object is
Longpublic String getCampaignName()
Stringpublic void setCampaignName(String value)
value - allowed object is
Stringpublic Double getCompetition()
Doublepublic void setCompetition(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 Integer getMatchType()
Integerpublic void setMatchType(Integer value)
value - allowed object is
Integerpublic Long getMonthlySearches()
Longpublic void setMonthlySearches(Long value)
value - allowed object is
Longpublic Double getSuggestedBid()
Doublepublic void setSuggestedBid(Double value)
value - allowed object is
Doublepublic String getSuggestedKeyword()
StringCopyright © 2024. All rights reserved.