com.google.api.adwords.v10
Class KeywordRequest

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

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

See Also:
Serialized Form

Constructor Summary
KeywordRequest()
           
KeywordRequest(java.lang.Long id, java.lang.Long maxCpc, java.lang.Boolean negative, 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 getId()
          Gets the id value for this KeywordRequest.
 java.lang.Long getMaxCpc()
          Gets the maxCpc value for this KeywordRequest.
 java.lang.Boolean getNegative()
          Gets the negative value for this KeywordRequest.
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 KeywordRequest.
 KeywordType getType()
          Gets the type value for this KeywordRequest.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setId(java.lang.Long id)
          Sets the id value for this KeywordRequest.
 void setMaxCpc(java.lang.Long maxCpc)
          Sets the maxCpc value for this KeywordRequest.
 void setNegative(java.lang.Boolean negative)
          Sets the negative value for this KeywordRequest.
 void setText(java.lang.String text)
          Sets the text value for this KeywordRequest.
 void setType(KeywordType type)
          Sets the type value for this KeywordRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeywordRequest

public KeywordRequest()

KeywordRequest

public KeywordRequest(java.lang.Long id,
                      java.lang.Long maxCpc,
                      java.lang.Boolean negative,
                      java.lang.String text,
                      KeywordType type)
Method Detail

getId

public java.lang.Long getId()
Gets the id value for this KeywordRequest.

Returns:
id

setId

public void setId(java.lang.Long id)
Sets the id value for this KeywordRequest.

Parameters:
id -

getMaxCpc

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

Returns:
maxCpc

setMaxCpc

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

Parameters:
maxCpc -

getNegative

public java.lang.Boolean getNegative()
Gets the negative value for this KeywordRequest.

Returns:
negative

setNegative

public void setNegative(java.lang.Boolean negative)
Sets the negative value for this KeywordRequest.

Parameters:
negative -

getText

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

Returns:
text

setText

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

Parameters:
text -

getType

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

Returns:
type

setType

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

Parameters:
type -

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.