com.google.api.ads.dfp.axis.v201208
Class DeviceCategoryTargeting

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

public class DeviceCategoryTargeting
extends Object
implements Serializable

Represents device categories that are being targeted or excluded by the LineItem.

See Also:
Serialized Form

Constructor Summary
DeviceCategoryTargeting()
           
DeviceCategoryTargeting(Technology[] targetedDeviceCategories, Technology[] excludedDeviceCategories)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Technology[] getExcludedDeviceCategories()
          Gets the excludedDeviceCategories value for this DeviceCategoryTargeting.
 Technology getExcludedDeviceCategories(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 Technology[] getTargetedDeviceCategories()
          Gets the targetedDeviceCategories value for this DeviceCategoryTargeting.
 Technology getTargetedDeviceCategories(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setExcludedDeviceCategories(int i, Technology _value)
           
 void setExcludedDeviceCategories(Technology[] excludedDeviceCategories)
          Sets the excludedDeviceCategories value for this DeviceCategoryTargeting.
 void setTargetedDeviceCategories(int i, Technology _value)
           
 void setTargetedDeviceCategories(Technology[] targetedDeviceCategories)
          Sets the targetedDeviceCategories value for this DeviceCategoryTargeting.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceCategoryTargeting

public DeviceCategoryTargeting()

DeviceCategoryTargeting

public DeviceCategoryTargeting(Technology[] targetedDeviceCategories,
                               Technology[] excludedDeviceCategories)
Method Detail

getTargetedDeviceCategories

public Technology[] getTargetedDeviceCategories()
Gets the targetedDeviceCategories value for this DeviceCategoryTargeting.

Returns:
targetedDeviceCategories * Device categories that are being targeted by the LineItem.

setTargetedDeviceCategories

public void setTargetedDeviceCategories(Technology[] targetedDeviceCategories)
Sets the targetedDeviceCategories value for this DeviceCategoryTargeting.

Parameters:
targetedDeviceCategories - * Device categories that are being targeted by the LineItem.

getTargetedDeviceCategories

public Technology getTargetedDeviceCategories(int i)

setTargetedDeviceCategories

public void setTargetedDeviceCategories(int i,
                                        Technology _value)

getExcludedDeviceCategories

public Technology[] getExcludedDeviceCategories()
Gets the excludedDeviceCategories value for this DeviceCategoryTargeting.

Returns:
excludedDeviceCategories * Device categories that are being excluded by the LineItem.

setExcludedDeviceCategories

public void setExcludedDeviceCategories(Technology[] excludedDeviceCategories)
Sets the excludedDeviceCategories value for this DeviceCategoryTargeting.

Parameters:
excludedDeviceCategories - * Device categories that are being excluded by the LineItem.

getExcludedDeviceCategories

public Technology getExcludedDeviceCategories(int i)

setExcludedDeviceCategories

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