public class MonthlySearchVolume extends Object
null count is valid, indicating that the information
is unavailable.
Java class for MonthlySearchVolume complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MonthlySearchVolume">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="year" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="month" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="count" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
count |
protected Integer |
month |
protected Integer |
year |
| Constructor and Description |
|---|
MonthlySearchVolume() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCount()
Gets the value of the count property.
|
Integer |
getMonth()
Gets the value of the month property.
|
Integer |
getYear()
Gets the value of the year property.
|
void |
setCount(Long value)
Sets the value of the count property.
|
void |
setMonth(Integer value)
Sets the value of the month property.
|
void |
setYear(Integer value)
Sets the value of the year property.
|
public Integer getYear()
Integerpublic void setYear(Integer value)
value - allowed object is
Integerpublic Integer getMonth()
Integerpublic void setMonth(Integer value)
value - allowed object is
Integerpublic Long getCount()
LongCopyright © 2023. All rights reserved.