com.google.api.adwords.v11
Class AdGroupEstimate

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

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

See Also:
Serialized Form

Constructor Summary
AdGroupEstimate()
           
AdGroupEstimate(java.lang.Integer id, KeywordEstimate[] keywordEstimates)
           
 
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.Integer getId()
          Gets the id value for this AdGroupEstimate.
 KeywordEstimate[] getKeywordEstimates()
          Gets the keywordEstimates value for this AdGroupEstimate.
 KeywordEstimate getKeywordEstimates(int i)
           
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
 int hashCode()
           
 void setId(java.lang.Integer id)
          Sets the id value for this AdGroupEstimate.
 void setKeywordEstimates(int i, KeywordEstimate _value)
           
 void setKeywordEstimates(KeywordEstimate[] keywordEstimates)
          Sets the keywordEstimates value for this AdGroupEstimate.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdGroupEstimate

public AdGroupEstimate()

AdGroupEstimate

public AdGroupEstimate(java.lang.Integer id,
                       KeywordEstimate[] keywordEstimates)
Method Detail

getId

public java.lang.Integer getId()
Gets the id value for this AdGroupEstimate.

Returns:
id

setId

public void setId(java.lang.Integer id)
Sets the id value for this AdGroupEstimate.

Parameters:
id -

getKeywordEstimates

public KeywordEstimate[] getKeywordEstimates()
Gets the keywordEstimates value for this AdGroupEstimate.

Returns:
keywordEstimates

setKeywordEstimates

public void setKeywordEstimates(KeywordEstimate[] keywordEstimates)
Sets the keywordEstimates value for this AdGroupEstimate.

Parameters:
keywordEstimates -

getKeywordEstimates

public KeywordEstimate getKeywordEstimates(int i)

setKeywordEstimates

public void setKeywordEstimates(int i,
                                KeywordEstimate _value)

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.