com.google.api.ads.adwords.v201109.o
Class AdGroupEstimate

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.o.Estimate
      extended by com.google.api.ads.adwords.v201109.o.AdGroupEstimate
All Implemented Interfaces:
Serializable

public class AdGroupEstimate
extends Estimate
implements Serializable

Represents the estimate results for a single ad group.

See Also:
Serialized Form

Constructor Summary
AdGroupEstimate()
           
AdGroupEstimate(String estimateType, Long adGroupId, KeywordEstimate[] keywordEstimates)
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getAdGroupId()
          Gets the adGroupId value for this AdGroupEstimate.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 KeywordEstimate[] getKeywordEstimates()
          Gets the keywordEstimates value for this AdGroupEstimate.
 KeywordEstimate getKeywordEstimates(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAdGroupId(Long adGroupId)
          Sets the adGroupId 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 com.google.api.ads.adwords.v201109.o.Estimate
getEstimateType, setEstimateType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdGroupEstimate

public AdGroupEstimate()

AdGroupEstimate

public AdGroupEstimate(String estimateType,
                       Long adGroupId,
                       KeywordEstimate[] keywordEstimates)
Method Detail

getAdGroupId

public Long getAdGroupId()
Gets the adGroupId value for this AdGroupEstimate.

Returns:
adGroupId * The adGroupId of the ad group specified in the request. This will be null for new ad groups.

setAdGroupId

public void setAdGroupId(Long adGroupId)
Sets the adGroupId value for this AdGroupEstimate.

Parameters:
adGroupId - * The adGroupId of the ad group specified in the request. This will be null for new ad groups.

getKeywordEstimates

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

Returns:
keywordEstimates * The estimates for the keywords specified in the request. The list of estimates are returned in the same order as the keywords that were sent in the request.

setKeywordEstimates

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

Parameters:
keywordEstimates - * The estimates for the keywords specified in the request. The list of estimates are returned in the same order as the keywords that were sent in the request.

getKeywordEstimates

public KeywordEstimate getKeywordEstimates(int i)

setKeywordEstimates

public void setKeywordEstimates(int i,
                                KeywordEstimate _value)

equals

public boolean equals(Object obj)
Overrides:
equals in class Estimate

hashCode

public int hashCode()
Overrides:
hashCode in class Estimate

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2011. All Rights Reserved.