com.google.api.adwords.v11
Class KeywordVariation

java.lang.Object
  extended by com.google.api.adwords.v11.KeywordVariation
All Implemented Interfaces:
java.io.Serializable

public class KeywordVariation
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
KeywordVariation()
           
KeywordVariation(int advertiserCompetitionScale, java.lang.String language, int searchVolumeScale, java.lang.String text)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getAdvertiserCompetitionScale()
          Gets the advertiserCompetitionScale value for this KeywordVariation.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getLanguage()
          Gets the language value for this KeywordVariation.
 int getSearchVolumeScale()
          Gets the searchVolumeScale value for this KeywordVariation.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getText()
          Gets the text value for this KeywordVariation.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAdvertiserCompetitionScale(int advertiserCompetitionScale)
          Sets the advertiserCompetitionScale value for this KeywordVariation.
 void setLanguage(java.lang.String language)
          Sets the language value for this KeywordVariation.
 void setSearchVolumeScale(int searchVolumeScale)
          Sets the searchVolumeScale value for this KeywordVariation.
 void setText(java.lang.String text)
          Sets the text value for this KeywordVariation.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeywordVariation

public KeywordVariation()

KeywordVariation

public KeywordVariation(int advertiserCompetitionScale,
                        java.lang.String language,
                        int searchVolumeScale,
                        java.lang.String text)
Method Detail

getAdvertiserCompetitionScale

public int getAdvertiserCompetitionScale()
Gets the advertiserCompetitionScale value for this KeywordVariation.

Returns:
advertiserCompetitionScale

setAdvertiserCompetitionScale

public void setAdvertiserCompetitionScale(int advertiserCompetitionScale)
Sets the advertiserCompetitionScale value for this KeywordVariation.

Parameters:
advertiserCompetitionScale -

getLanguage

public java.lang.String getLanguage()
Gets the language value for this KeywordVariation.

Returns:
language

setLanguage

public void setLanguage(java.lang.String language)
Sets the language value for this KeywordVariation.

Parameters:
language -

getSearchVolumeScale

public int getSearchVolumeScale()
Gets the searchVolumeScale value for this KeywordVariation.

Returns:
searchVolumeScale

setSearchVolumeScale

public void setSearchVolumeScale(int searchVolumeScale)
Sets the searchVolumeScale value for this KeywordVariation.

Parameters:
searchVolumeScale -

getText

public java.lang.String getText()
Gets the text value for this KeywordVariation.

Returns:
text

setText

public void setText(java.lang.String text)
Sets the text value for this KeywordVariation.

Parameters:
text -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2005 Google Corp. All Rights Reserved.