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

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

public class AdScheduleTargetList
extends TargetList
implements Serializable

List of ad schedule targets.

See Also:
Serialized Form

Constructor Summary
AdScheduleTargetList()
           
AdScheduleTargetList(Long campaignId, String targetListType, AdScheduleTarget[] targets)
           
 
Method Summary
 boolean equals(Object obj)
           
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
 AdScheduleTarget[] getTargets()
          Gets the targets value for this AdScheduleTargetList.
 AdScheduleTarget getTargets(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setTargets(AdScheduleTarget[] targets)
          Sets the targets value for this AdScheduleTargetList.
 void setTargets(int i, AdScheduleTarget _value)
           
 
Methods inherited from class com.google.api.ads.adwords.v201109.cm.TargetList
getCampaignId, getTargetListType, setCampaignId, setTargetListType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdScheduleTargetList

public AdScheduleTargetList()

AdScheduleTargetList

public AdScheduleTargetList(Long campaignId,
                            String targetListType,
                            AdScheduleTarget[] targets)
Method Detail

getTargets

public AdScheduleTarget[] getTargets()
Gets the targets value for this AdScheduleTargetList.

Returns:
targets * List of ad schedule targets. An empty list means all time is targeted. This field must contain distinct elements. This field must not contain null elements.

setTargets

public void setTargets(AdScheduleTarget[] targets)
Sets the targets value for this AdScheduleTargetList.

Parameters:
targets - * List of ad schedule targets. An empty list means all time is targeted. This field must contain distinct elements. This field must not contain null elements.

getTargets

public AdScheduleTarget getTargets(int i)

setTargets

public void setTargets(int i,
                       AdScheduleTarget _value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class TargetList

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.