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

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.TargetList
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AdScheduleTargetList

public abstract class TargetList
extends Object
implements Serializable

Targets list abstract class (a list of a given type of targets along with their campaign ID).

See Also:
Serialized Form

Constructor Summary
TargetList()
           
TargetList(Long campaignId, String targetListType)
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getCampaignId()
          Gets the campaignId value for this TargetList.
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
 String getTargetListType()
          Gets the targetListType value for this TargetList.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCampaignId(Long campaignId)
          Sets the campaignId value for this TargetList.
 void setTargetListType(String targetListType)
          Sets the targetListType value for this TargetList.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetList

public TargetList()

TargetList

public TargetList(Long campaignId,
                  String targetListType)
Method Detail

getCampaignId

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

Returns:
campaignId * Id of campaign having its targets operated on. This field is required and should not be null.

setCampaignId

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

Parameters:
campaignId - * Id of campaign having its targets operated on. This field is required and should not be null.

getTargetListType

public String getTargetListType()
Gets the targetListType value for this TargetList.

Returns:
targetListType * Indicates that this instance is a subtype of TargetList. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

setTargetListType

public void setTargetListType(String targetListType)
Sets the targetListType value for this TargetList.

Parameters:
targetListType - * Indicates that this instance is a subtype of TargetList. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

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.