public class HistoricalSearchCountPeriodic extends Object
Java class for HistoricalSearchCountPeriodic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HistoricalSearchCountPeriodic">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SearchCount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="DayMonthAndYear" type="{https://bingads.microsoft.com/AdInsight/v13}DayMonthAndYear" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DayMonthAndYear |
dayMonthAndYear |
protected Long |
searchCount |
| Constructor and Description |
|---|
HistoricalSearchCountPeriodic() |
| Modifier and Type | Method and Description |
|---|---|
DayMonthAndYear |
getDayMonthAndYear()
Gets the value of the dayMonthAndYear property.
|
Long |
getSearchCount()
Gets the value of the searchCount property.
|
void |
setDayMonthAndYear(DayMonthAndYear value)
Sets the value of the dayMonthAndYear property.
|
void |
setSearchCount(Long value)
Sets the value of the searchCount property.
|
protected Long searchCount
protected DayMonthAndYear dayMonthAndYear
public Long getSearchCount()
Longpublic void setSearchCount(Long value)
value - allowed object is
Longpublic DayMonthAndYear getDayMonthAndYear()
DayMonthAndYearpublic void setDayMonthAndYear(DayMonthAndYear value)
value - allowed object is
DayMonthAndYearCopyright © 2024. All rights reserved.