com.google.api.adwords.v11
Class KeywordEstimate

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

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

See Also:
Serialized Form

Constructor Summary
KeywordEstimate()
           
KeywordEstimate(java.lang.Long id, float lowerAvgPosition, float lowerClicksPerDay, long lowerCpc, float upperAvgPosition, float upperClicksPerDay, long upperCpc)
           
 
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 KeywordEstimate.
 float getLowerAvgPosition()
          Gets the lowerAvgPosition value for this KeywordEstimate.
 float getLowerClicksPerDay()
          Gets the lowerClicksPerDay value for this KeywordEstimate.
 long getLowerCpc()
          Gets the lowerCpc value for this KeywordEstimate.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 float getUpperAvgPosition()
          Gets the upperAvgPosition value for this KeywordEstimate.
 float getUpperClicksPerDay()
          Gets the upperClicksPerDay value for this KeywordEstimate.
 long getUpperCpc()
          Gets the upperCpc value for this KeywordEstimate.
 int hashCode()
           
 void setId(java.lang.Long id)
          Sets the id value for this KeywordEstimate.
 void setLowerAvgPosition(float lowerAvgPosition)
          Sets the lowerAvgPosition value for this KeywordEstimate.
 void setLowerClicksPerDay(float lowerClicksPerDay)
          Sets the lowerClicksPerDay value for this KeywordEstimate.
 void setLowerCpc(long lowerCpc)
          Sets the lowerCpc value for this KeywordEstimate.
 void setUpperAvgPosition(float upperAvgPosition)
          Sets the upperAvgPosition value for this KeywordEstimate.
 void setUpperClicksPerDay(float upperClicksPerDay)
          Sets the upperClicksPerDay value for this KeywordEstimate.
 void setUpperCpc(long upperCpc)
          Sets the upperCpc value for this KeywordEstimate.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeywordEstimate

public KeywordEstimate()

KeywordEstimate

public KeywordEstimate(java.lang.Long id,
                       float lowerAvgPosition,
                       float lowerClicksPerDay,
                       long lowerCpc,
                       float upperAvgPosition,
                       float upperClicksPerDay,
                       long upperCpc)
Method Detail

getId

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

Returns:
id

setId

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

Parameters:
id -

getLowerAvgPosition

public float getLowerAvgPosition()
Gets the lowerAvgPosition value for this KeywordEstimate.

Returns:
lowerAvgPosition

setLowerAvgPosition

public void setLowerAvgPosition(float lowerAvgPosition)
Sets the lowerAvgPosition value for this KeywordEstimate.

Parameters:
lowerAvgPosition -

getLowerClicksPerDay

public float getLowerClicksPerDay()
Gets the lowerClicksPerDay value for this KeywordEstimate.

Returns:
lowerClicksPerDay

setLowerClicksPerDay

public void setLowerClicksPerDay(float lowerClicksPerDay)
Sets the lowerClicksPerDay value for this KeywordEstimate.

Parameters:
lowerClicksPerDay -

getLowerCpc

public long getLowerCpc()
Gets the lowerCpc value for this KeywordEstimate.

Returns:
lowerCpc

setLowerCpc

public void setLowerCpc(long lowerCpc)
Sets the lowerCpc value for this KeywordEstimate.

Parameters:
lowerCpc -

getUpperAvgPosition

public float getUpperAvgPosition()
Gets the upperAvgPosition value for this KeywordEstimate.

Returns:
upperAvgPosition

setUpperAvgPosition

public void setUpperAvgPosition(float upperAvgPosition)
Sets the upperAvgPosition value for this KeywordEstimate.

Parameters:
upperAvgPosition -

getUpperClicksPerDay

public float getUpperClicksPerDay()
Gets the upperClicksPerDay value for this KeywordEstimate.

Returns:
upperClicksPerDay

setUpperClicksPerDay

public void setUpperClicksPerDay(float upperClicksPerDay)
Sets the upperClicksPerDay value for this KeywordEstimate.

Parameters:
upperClicksPerDay -

getUpperCpc

public long getUpperCpc()
Gets the upperCpc value for this KeywordEstimate.

Returns:
upperCpc

setUpperCpc

public void setUpperCpc(long upperCpc)
Sets the upperCpc value for this KeywordEstimate.

Parameters:
upperCpc -

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.