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

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

public class TrafficEstimatorSelector
extends Object
implements Serializable

Contains a list of campaigns to perform a traffic estimate on.

See Also:
Serialized Form

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

Constructor Detail

TrafficEstimatorSelector

public TrafficEstimatorSelector()

TrafficEstimatorSelector

public TrafficEstimatorSelector(CampaignEstimateRequest[] campaignEstimateRequests)
Method Detail

getCampaignEstimateRequests

public CampaignEstimateRequest[] getCampaignEstimateRequests()
Gets the campaignEstimateRequests value for this TrafficEstimatorSelector.

Returns:
campaignEstimateRequests * A list of all campaigns to estimate.

To create a Keyword estimates request, use null campaign id. The maximum size of this collection is 5. This field must contain distinct elements. This field must not contain null elements. This field must contain at least one element. This field is required and should not be null.


setCampaignEstimateRequests

public void setCampaignEstimateRequests(CampaignEstimateRequest[] campaignEstimateRequests)
Sets the campaignEstimateRequests value for this TrafficEstimatorSelector.

Parameters:
campaignEstimateRequests - * A list of all campaigns to estimate.

To create a Keyword estimates request, use null campaign id. The maximum size of this collection is 5. This field must contain distinct elements. This field must not contain null elements. This field must contain at least one element. This field is required and should not be null.


getCampaignEstimateRequests

public CampaignEstimateRequest getCampaignEstimateRequests(int i)

setCampaignEstimateRequests

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