com.google.api.adwords.v11
Class Keyword

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

public class Keyword
extends Criterion
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Keyword()
           
Keyword(java.lang.Long maxCpc, java.lang.Long minCpc, java.lang.Long proxyMaxCpc, java.lang.String text, KeywordType type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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.Long getMaxCpc()
          Gets the maxCpc value for this Keyword.
 java.lang.Long getMinCpc()
          Gets the minCpc value for this Keyword.
 java.lang.Long getProxyMaxCpc()
          Gets the proxyMaxCpc value for this Keyword.
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 Keyword.
 KeywordType getType()
          Gets the type value for this Keyword.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setMaxCpc(java.lang.Long maxCpc)
          Sets the maxCpc value for this Keyword.
 void setMinCpc(java.lang.Long minCpc)
          Sets the minCpc value for this Keyword.
 void setProxyMaxCpc(java.lang.Long proxyMaxCpc)
          Sets the proxyMaxCpc value for this Keyword.
 void setText(java.lang.String text)
          Sets the text value for this Keyword.
 void setType(KeywordType type)
          Sets the type value for this Keyword.
 
Methods inherited from class com.google.api.adwords.v11.Criterion
getAdGroupId, getCriterionType, getDestinationUrl, getExemptionRequest, getId, getLanguage, getNegative, getPaused, getStatus, setAdGroupId, setCriterionType, setDestinationUrl, setExemptionRequest, setId, setLanguage, setNegative, setPaused, setStatus
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Keyword

public Keyword()

Keyword

public Keyword(java.lang.Long maxCpc,
               java.lang.Long minCpc,
               java.lang.Long proxyMaxCpc,
               java.lang.String text,
               KeywordType type)
Method Detail

getMaxCpc

public java.lang.Long getMaxCpc()
Gets the maxCpc value for this Keyword.

Returns:
maxCpc

setMaxCpc

public void setMaxCpc(java.lang.Long maxCpc)
Sets the maxCpc value for this Keyword.

Parameters:
maxCpc -

getMinCpc

public java.lang.Long getMinCpc()
Gets the minCpc value for this Keyword.

Returns:
minCpc

setMinCpc

public void setMinCpc(java.lang.Long minCpc)
Sets the minCpc value for this Keyword.

Parameters:
minCpc -

getProxyMaxCpc

public java.lang.Long getProxyMaxCpc()
Gets the proxyMaxCpc value for this Keyword.

Returns:
proxyMaxCpc

setProxyMaxCpc

public void setProxyMaxCpc(java.lang.Long proxyMaxCpc)
Sets the proxyMaxCpc value for this Keyword.

Parameters:
proxyMaxCpc -

getText

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

Returns:
text

setText

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

Parameters:
text -

getType

public KeywordType getType()
Gets the type value for this Keyword.

Returns:
type

setType

public void setType(KeywordType type)
Sets the type value for this Keyword.

Parameters:
type -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Criterion

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.