com.google.api.ads.dfp.axis.v201111
Class ContentTargeting

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201111.ContentTargeting
All Implemented Interfaces:
Serializable

public class ContentTargeting
extends Object
implements Serializable

Used to target LineItems to specific videos on a publisher's site.

See Also:
Serialized Form

Constructor Summary
ContentTargeting()
           
ContentTargeting(long[] targetedContentIds)
           
 
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
 long[] getTargetedContentIds()
          Gets the targetedContentIds value for this ContentTargeting.
 long getTargetedContentIds(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setTargetedContentIds(int i, long _value)
           
 void setTargetedContentIds(long[] targetedContentIds)
          Sets the targetedContentIds value for this ContentTargeting.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentTargeting

public ContentTargeting()

ContentTargeting

public ContentTargeting(long[] targetedContentIds)
Method Detail

getTargetedContentIds

public long[] getTargetedContentIds()
Gets the targetedContentIds value for this ContentTargeting.

Returns:
targetedContentIds * The IDs of content being targeted by the LineItem.

setTargetedContentIds

public void setTargetedContentIds(long[] targetedContentIds)
Sets the targetedContentIds value for this ContentTargeting.

Parameters:
targetedContentIds - * The IDs of content being targeted by the LineItem.

getTargetedContentIds

public long getTargetedContentIds(int i)

setTargetedContentIds

public void setTargetedContentIds(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 © 2012. All Rights Reserved.