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

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

public class TrafficEstimatorResult
extends Object
implements Serializable

Contains results of traffic estimation request.

See Also:
Serialized Form

Constructor Summary
TrafficEstimatorResult()
           
TrafficEstimatorResult(CampaignEstimate[] campaignEstimates)
           
 
Method Summary
 boolean equals(Object obj)
           
 CampaignEstimate[] getCampaignEstimates()
          Gets the campaignEstimates value for this TrafficEstimatorResult.
 CampaignEstimate getCampaignEstimates(int i)
           
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 setCampaignEstimates(CampaignEstimate[] campaignEstimates)
          Sets the campaignEstimates value for this TrafficEstimatorResult.
 void setCampaignEstimates(int i, CampaignEstimate _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrafficEstimatorResult

public TrafficEstimatorResult()

TrafficEstimatorResult

public TrafficEstimatorResult(CampaignEstimate[] campaignEstimates)
Method Detail

getCampaignEstimates

public CampaignEstimate[] getCampaignEstimates()
Gets the campaignEstimates value for this TrafficEstimatorResult.

Returns:
campaignEstimates * The estimates for the campaigns specified in the request. They are listed in the same order as the campaigns that were sent in the request.

setCampaignEstimates

public void setCampaignEstimates(CampaignEstimate[] campaignEstimates)
Sets the campaignEstimates value for this TrafficEstimatorResult.

Parameters:
campaignEstimates - * The estimates for the campaigns specified in the request. They are listed in the same order as the campaigns that were sent in the request.

getCampaignEstimates

public CampaignEstimate getCampaignEstimates(int i)

setCampaignEstimates

public void setCampaignEstimates(int i,
                                 CampaignEstimate _value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

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.