public class GetEstimatedPositionByKeywordsRequest 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="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
<element name="MaxBid" type="{http://www.w3.org/2001/XMLSchema}double" 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="MatchTypes" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfMatchType" 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adGroupId |
protected Long |
campaignId |
protected CurrencyCode |
currencyCode |
protected ArrayOfstring |
keywords |
protected String |
language |
protected ArrayOflong |
locationIds |
protected ArrayOfMatchType |
matchTypes |
protected Double |
maxBid |
| Constructor and Description |
|---|
GetEstimatedPositionByKeywordsRequest() |
| 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.
|
ArrayOfstring |
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.
|
ArrayOfMatchType |
getMatchTypes()
Gets the value of the matchTypes property.
|
Double |
getMaxBid()
Gets the value of the maxBid 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 |
setKeywords(ArrayOfstring 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 |
setMatchTypes(ArrayOfMatchType value)
Sets the value of the matchTypes property.
|
void |
setMaxBid(Double value)
Sets the value of the maxBid property.
|
protected ArrayOfstring keywords
protected Double maxBid
protected String language
protected ArrayOflong locationIds
protected CurrencyCode currencyCode
protected ArrayOfMatchType matchTypes
protected Long campaignId
protected Long adGroupId
public GetEstimatedPositionByKeywordsRequest()
public ArrayOfstring getKeywords()
ArrayOfstringpublic void setKeywords(ArrayOfstring value)
value - allowed object is
ArrayOfstringpublic Double getMaxBid()
Doublepublic void setMaxBid(Double value)
value - allowed object is
Doublepublic 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 ArrayOfMatchType getMatchTypes()
ArrayOfMatchTypepublic void setMatchTypes(ArrayOfMatchType value)
value - allowed object is
ArrayOfMatchTypepublic Long getCampaignId()
Longpublic void setCampaignId(Long value)
value - allowed object is
Longpublic Long getAdGroupId()
LongCopyright © 2024. All rights reserved.