|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.o.MonthlySearchVolume
public class MonthlySearchVolume
A keyword response value representing search volume for a single
month. An
instance with a null count is valid, indicating
that the information
is unavailable.
| Constructor Summary | |
|---|---|
MonthlySearchVolume()
|
|
MonthlySearchVolume(Integer year,
Integer month,
Long count)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Long |
getCount()
Gets the count value for this MonthlySearchVolume. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Integer |
getMonth()
Gets the month value for this MonthlySearchVolume. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
Integer |
getYear()
Gets the year value for this MonthlySearchVolume. |
int |
hashCode()
|
void |
setCount(Long count)
Sets the count value for this MonthlySearchVolume. |
void |
setMonth(Integer month)
Sets the month value for this MonthlySearchVolume. |
void |
setYear(Integer year)
Sets the year value for this MonthlySearchVolume. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MonthlySearchVolume()
public MonthlySearchVolume(Integer year,
Integer month,
Long count)
| Method Detail |
|---|
public Integer getYear()
public void setYear(Integer year)
year - * The year this search volume occurred in. (i.e. 2009)public Integer getMonth()
public void setMonth(Integer month)
month - * The month this search volume occurred in. Month is 1 indexed,
such that 1=January and 12=December.public Long getCount()
null count
means that data is unavailable or unknown.public void setCount(Long count)
count - * The approximate number of searches in this year/month. A null count
means that data is unavailable or unknown.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||