public class SearchCountsByAttributes extends Object
Java class for SearchCountsByAttributes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchCountsByAttributes">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Device" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="HistoricalSearchCounts" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfHistoricalSearchCountPeriodic" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
device |
protected ArrayOfHistoricalSearchCountPeriodic |
historicalSearchCounts |
| Constructor and Description |
|---|
SearchCountsByAttributes() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDevice()
Gets the value of the device property.
|
ArrayOfHistoricalSearchCountPeriodic |
getHistoricalSearchCounts()
Gets the value of the historicalSearchCounts property.
|
void |
setDevice(String value)
Sets the value of the device property.
|
void |
setHistoricalSearchCounts(ArrayOfHistoricalSearchCountPeriodic value)
Sets the value of the historicalSearchCounts property.
|
protected String device
protected ArrayOfHistoricalSearchCountPeriodic historicalSearchCounts
public String getDevice()
Stringpublic void setDevice(String value)
value - allowed object is
Stringpublic ArrayOfHistoricalSearchCountPeriodic getHistoricalSearchCounts()
ArrayOfHistoricalSearchCountPeriodicpublic void setHistoricalSearchCounts(ArrayOfHistoricalSearchCountPeriodic value)
value - allowed object is
ArrayOfHistoricalSearchCountPeriodicCopyright © 2024. All rights reserved.