public class GetHistoricalKeywordPerformanceRequest 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="TimeInterval" type="{https://bingads.microsoft.com/AdInsight/v13}TimeInterval" minOccurs="0"/>
<element name="TargetAdPosition" type="{https://bingads.microsoft.com/AdInsight/v13}AdPosition" minOccurs="0"/>
<element name="MatchTypes" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfMatchType" minOccurs="0"/>
<element name="Language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PublisherCountries" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
<element name="Devices" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfstring |
devices |
protected ArrayOfstring |
keywords |
protected String |
language |
protected ArrayOfMatchType |
matchTypes |
protected ArrayOfstring |
publisherCountries |
protected AdPosition |
targetAdPosition |
protected TimeInterval |
timeInterval |
| Constructor and Description |
|---|
GetHistoricalKeywordPerformanceRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfstring |
getDevices()
Gets the value of the devices property.
|
ArrayOfstring |
getKeywords()
Gets the value of the keywords property.
|
String |
getLanguage()
Gets the value of the language property.
|
ArrayOfMatchType |
getMatchTypes()
Gets the value of the matchTypes property.
|
ArrayOfstring |
getPublisherCountries()
Gets the value of the publisherCountries property.
|
AdPosition |
getTargetAdPosition()
Gets the value of the targetAdPosition property.
|
TimeInterval |
getTimeInterval()
Gets the value of the timeInterval property.
|
void |
setDevices(ArrayOfstring value)
Sets the value of the devices property.
|
void |
setKeywords(ArrayOfstring value)
Sets the value of the keywords property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setMatchTypes(ArrayOfMatchType value)
Sets the value of the matchTypes property.
|
void |
setPublisherCountries(ArrayOfstring value)
Sets the value of the publisherCountries property.
|
void |
setTargetAdPosition(AdPosition value)
Sets the value of the targetAdPosition property.
|
void |
setTimeInterval(TimeInterval value)
Sets the value of the timeInterval property.
|
protected ArrayOfstring keywords
protected TimeInterval timeInterval
protected AdPosition targetAdPosition
protected ArrayOfMatchType matchTypes
protected String language
protected ArrayOfstring publisherCountries
protected ArrayOfstring devices
public GetHistoricalKeywordPerformanceRequest()
public ArrayOfstring getKeywords()
ArrayOfstringpublic void setKeywords(ArrayOfstring value)
value - allowed object is
ArrayOfstringpublic TimeInterval getTimeInterval()
TimeIntervalpublic void setTimeInterval(TimeInterval value)
value - allowed object is
TimeIntervalpublic AdPosition getTargetAdPosition()
AdPositionpublic void setTargetAdPosition(AdPosition value)
value - allowed object is
AdPositionpublic ArrayOfMatchType getMatchTypes()
ArrayOfMatchTypepublic void setMatchTypes(ArrayOfMatchType value)
value - allowed object is
ArrayOfMatchTypepublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic ArrayOfstring getPublisherCountries()
ArrayOfstringpublic void setPublisherCountries(ArrayOfstring value)
value - allowed object is
ArrayOfstringpublic ArrayOfstring getDevices()
ArrayOfstringpublic void setDevices(ArrayOfstring value)
value - allowed object is
ArrayOfstringCopyright © 2024. All rights reserved.