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

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

public class CampaignEstimate
extends Estimate
implements Serializable

Represents the estimate results for a single campaign.

See Also:
Serialized Form

Constructor Summary
CampaignEstimate()
           
CampaignEstimate(String estimateType, Long campaignId, AdGroupEstimate[] adGroupEstimates)
           
 
Method Summary
 boolean equals(Object obj)
           
 AdGroupEstimate[] getAdGroupEstimates()
          Gets the adGroupEstimates value for this CampaignEstimate.
 AdGroupEstimate getAdGroupEstimates(int i)
           
 Long getCampaignId()
          Gets the campaignId value for this CampaignEstimate.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
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 setAdGroupEstimates(AdGroupEstimate[] adGroupEstimates)
          Sets the adGroupEstimates value for this CampaignEstimate.
 void setAdGroupEstimates(int i, AdGroupEstimate _value)
           
 void setCampaignId(Long campaignId)
          Sets the campaignId value for this CampaignEstimate.
 
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

CampaignEstimate

public CampaignEstimate()

CampaignEstimate

public CampaignEstimate(String estimateType,
                        Long campaignId,
                        AdGroupEstimate[] adGroupEstimates)
Method Detail

getCampaignId

public Long getCampaignId()
Gets the campaignId value for this CampaignEstimate.

Returns:
campaignId * The campaignId of the campaign specified in the request. This will be null for new campaigns.

setCampaignId

public void setCampaignId(Long campaignId)
Sets the campaignId value for this CampaignEstimate.

Parameters:
campaignId - * The campaignId of the campaign specified in the request. This will be null for new campaigns.

getAdGroupEstimates

public AdGroupEstimate[] getAdGroupEstimates()
Gets the adGroupEstimates value for this CampaignEstimate.

Returns:
adGroupEstimates * The estimates for the ad groups belonging to this campaign in the request. They will be returned in the same order that they were sent in the request.

setAdGroupEstimates

public void setAdGroupEstimates(AdGroupEstimate[] adGroupEstimates)
Sets the adGroupEstimates value for this CampaignEstimate.

Parameters:
adGroupEstimates - * The estimates for the ad groups belonging to this campaign in the request. They will be returned in the same order that they were sent in the request.

getAdGroupEstimates

public AdGroupEstimate getAdGroupEstimates(int i)

setAdGroupEstimates

public void setAdGroupEstimates(int i,
                                AdGroupEstimate _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.