com.google.api.ads.adwords.v201109.o
Class MonthlySearchVolume

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.o.MonthlySearchVolume
All Implemented Interfaces:
Serializable

public class MonthlySearchVolume
extends Object
implements Serializable

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.

See Also:
Serialized Form

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

MonthlySearchVolume

public MonthlySearchVolume()

MonthlySearchVolume

public MonthlySearchVolume(Integer year,
                           Integer month,
                           Long count)
Method Detail

getYear

public Integer getYear()
Gets the year value for this MonthlySearchVolume.

Returns:
year * The year this search volume occurred in. (i.e. 2009)

setYear

public void setYear(Integer year)
Sets the year value for this MonthlySearchVolume.

Parameters:
year - * The year this search volume occurred in. (i.e. 2009)

getMonth

public Integer getMonth()
Gets the month value for this MonthlySearchVolume.

Returns:
month * The month this search volume occurred in. Month is 1 indexed, such that 1=January and 12=December.

setMonth

public void setMonth(Integer month)
Sets the month value for this MonthlySearchVolume.

Parameters:
month - * The month this search volume occurred in. Month is 1 indexed, such that 1=January and 12=December.

getCount

public Long getCount()
Gets the count value for this MonthlySearchVolume.

Returns:
count * The approximate number of searches in this year/month. A null count means that data is unavailable or unknown.

setCount

public void setCount(Long count)
Sets the count value for this MonthlySearchVolume.

Parameters:
count - * The approximate number of searches in this year/month. A null count means that data is unavailable or unknown.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2011. All Rights Reserved.