public class GetEstimatedBidByKeywordsRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Keywords" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfKeywordAndMatchType" minOccurs="0"/>
<element name="TargetPositionForAds" type="{https://bingads.microsoft.com/AdInsight/v13}TargetAdPosition" minOccurs="0"/>
<element name="Language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LocationIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
<element name="CurrencyCode" type="{https://bingads.microsoft.com/AdInsight/v13}CurrencyCode" minOccurs="0"/>
<element name="CampaignId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="AdGroupId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="EntityLevelBid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adGroupId |
protected Long |
campaignId |
protected CurrencyCode |
currencyCode |
protected String |
entityLevelBid |
protected ArrayOfKeywordAndMatchType |
keywords |
protected String |
language |
protected ArrayOflong |
locationIds |
protected TargetAdPosition |
targetPositionForAds |
| Constructor and Description |
|---|
GetEstimatedBidByKeywordsRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdGroupId()
Gets the value of the adGroupId property.
|
Long |
getCampaignId()
Gets the value of the campaignId property.
|
CurrencyCode |
getCurrencyCode()
Gets the value of the currencyCode property.
|
String |
getEntityLevelBid()
Gets the value of the entityLevelBid property.
|
ArrayOfKeywordAndMatchType |
getKeywords()
Gets the value of the keywords property.
|
String |
getLanguage()
Gets the value of the language property.
|
ArrayOflong |
getLocationIds()
Gets the value of the locationIds property.
|
TargetAdPosition |
getTargetPositionForAds()
Gets the value of the targetPositionForAds property.
|
void |
setAdGroupId(Long value)
Sets the value of the adGroupId property.
|
void |
setCampaignId(Long value)
Sets the value of the campaignId property.
|
void |
setCurrencyCode(CurrencyCode value)
Sets the value of the currencyCode property.
|
void |
setEntityLevelBid(String value)
Sets the value of the entityLevelBid property.
|
void |
setKeywords(ArrayOfKeywordAndMatchType value)
Sets the value of the keywords property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setLocationIds(ArrayOflong value)
Sets the value of the locationIds property.
|
void |
setTargetPositionForAds(TargetAdPosition value)
Sets the value of the targetPositionForAds property.
|
protected ArrayOfKeywordAndMatchType keywords
protected TargetAdPosition targetPositionForAds
protected String language
protected ArrayOflong locationIds
protected CurrencyCode currencyCode
protected Long campaignId
protected Long adGroupId
protected String entityLevelBid
public ArrayOfKeywordAndMatchType getKeywords()
ArrayOfKeywordAndMatchTypepublic void setKeywords(ArrayOfKeywordAndMatchType value)
value - allowed object is
ArrayOfKeywordAndMatchTypepublic TargetAdPosition getTargetPositionForAds()
TargetAdPositionpublic void setTargetPositionForAds(TargetAdPosition value)
value - allowed object is
TargetAdPositionpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic ArrayOflong getLocationIds()
ArrayOflongpublic void setLocationIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic CurrencyCode getCurrencyCode()
CurrencyCodepublic void setCurrencyCode(CurrencyCode value)
value - allowed object is
CurrencyCodepublic Long getCampaignId()
Longpublic void setCampaignId(Long value)
value - allowed object is
Longpublic Long getAdGroupId()
Longpublic void setAdGroupId(Long value)
value - allowed object is
Longpublic String getEntityLevelBid()
StringCopyright © 2024. All rights reserved.