com.google.api.ads.adwords.v201109.cm
Class CampaignTargetSelector

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

public class CampaignTargetSelector
extends Object
implements Serializable

A campaign targeting selector to specify which targets to return.

See Also:
Serialized Form

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

Constructor Detail

CampaignTargetSelector

public CampaignTargetSelector()

CampaignTargetSelector

public CampaignTargetSelector(long[] campaignIds)
Method Detail

getCampaignIds

public long[] getCampaignIds()
Gets the campaignIds value for this CampaignTargetSelector.

Returns:
campaignIds * List of ids for the campaigns that targets are being retrieved. This field must contain distinct elements. This field must not contain null elements.

setCampaignIds

public void setCampaignIds(long[] campaignIds)
Sets the campaignIds value for this CampaignTargetSelector.

Parameters:
campaignIds - * List of ids for the campaigns that targets are being retrieved. This field must contain distinct elements. This field must not contain null elements.

getCampaignIds

public long getCampaignIds(int i)

setCampaignIds

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