public class KeywordIdea extends Object
Java class for KeywordIdea complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeywordIdea">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<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="AdImpressionShare" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Competition" type="{https://bingads.microsoft.com/AdInsight/v13}CompetitionLevel" minOccurs="0"/>
<element name="Keyword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MonthlySearchCounts" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
<element name="Relevance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Source" type="{https://bingads.microsoft.com/AdInsight/v13}SourceType" minOccurs="0"/>
<element name="SuggestedBid" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adGroupId |
protected String |
adGroupName |
protected Double |
adImpressionShare |
protected CompetitionLevel |
competition |
protected String |
keyword |
protected ArrayOflong |
monthlySearchCounts |
protected Double |
relevance |
protected SourceType |
source |
protected Double |
suggestedBid |
| Constructor and Description |
|---|
KeywordIdea() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
String |
getAdGroupName()
Gets the value of the adGroupName property.
|
Double |
getAdImpressionShare()
Gets the value of the adImpressionShare property.
|
CompetitionLevel |
getCompetition()
Gets the value of the competition property.
|
String |
getKeyword()
Gets the value of the keyword property.
|
ArrayOflong |
getMonthlySearchCounts()
Gets the value of the monthlySearchCounts property.
|
Double |
getRelevance()
Gets the value of the relevance property.
|
SourceType |
getSource()
Gets the value of the source property.
|
Double |
getSuggestedBid()
Gets the value of the suggestedBid property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
void |
setAdGroupName(String value)
Sets the value of the adGroupName property.
|
void |
setAdImpressionShare(Double value)
Sets the value of the adImpressionShare property.
|
void |
setCompetition(CompetitionLevel value)
Sets the value of the competition property.
|
void |
setKeyword(String value)
Sets the value of the keyword property.
|
void |
setMonthlySearchCounts(ArrayOflong value)
Sets the value of the monthlySearchCounts property.
|
void |
setRelevance(Double value)
Sets the value of the relevance property.
|
void |
setSource(SourceType value)
Sets the value of the source property.
|
void |
setSuggestedBid(Double value)
Sets the value of the suggestedBid property.
|
protected Long adGroupId
protected String adGroupName
protected Double adImpressionShare
protected CompetitionLevel competition
protected String keyword
protected ArrayOflong monthlySearchCounts
protected Double relevance
protected SourceType source
protected Double suggestedBid
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 Double getAdImpressionShare()
Doublepublic void setAdImpressionShare(Double value)
value - allowed object is
Doublepublic CompetitionLevel getCompetition()
CompetitionLevelpublic void setCompetition(CompetitionLevel value)
value - allowed object is
CompetitionLevelpublic String getKeyword()
Stringpublic void setKeyword(String value)
value - allowed object is
Stringpublic ArrayOflong getMonthlySearchCounts()
ArrayOflongpublic void setMonthlySearchCounts(ArrayOflong value)
value - allowed object is
ArrayOflongpublic Double getRelevance()
Doublepublic void setRelevance(Double value)
value - allowed object is
Doublepublic SourceType getSource()
SourceTypepublic void setSource(SourceType value)
value - allowed object is
SourceTypepublic Double getSuggestedBid()
DoubleCopyright © 2024. All rights reserved.