com.google.api.ads.dfp.axis.v201206
Class DeviceCapabilityTargeting

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

public class DeviceCapabilityTargeting
extends Object
implements Serializable

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

See Also:
Serialized Form

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

Constructor Detail

DeviceCapabilityTargeting

public DeviceCapabilityTargeting()

DeviceCapabilityTargeting

public DeviceCapabilityTargeting(Technology[] targetedDeviceCapabilities,
                                 Technology[] excludedDeviceCapabilities)
Method Detail

getTargetedDeviceCapabilities

public Technology[] getTargetedDeviceCapabilities()
Gets the targetedDeviceCapabilities value for this DeviceCapabilityTargeting.

Returns:
targetedDeviceCapabilities * Device capabilities that are being targeted by the LineItem.

setTargetedDeviceCapabilities

public void setTargetedDeviceCapabilities(Technology[] targetedDeviceCapabilities)
Sets the targetedDeviceCapabilities value for this DeviceCapabilityTargeting.

Parameters:
targetedDeviceCapabilities - * Device capabilities that are being targeted by the LineItem.

getTargetedDeviceCapabilities

public Technology getTargetedDeviceCapabilities(int i)

setTargetedDeviceCapabilities

public void setTargetedDeviceCapabilities(int i,
                                          Technology _value)

getExcludedDeviceCapabilities

public Technology[] getExcludedDeviceCapabilities()
Gets the excludedDeviceCapabilities value for this DeviceCapabilityTargeting.

Returns:
excludedDeviceCapabilities * Device capabilities that are being excluded by the LineItem.

setExcludedDeviceCapabilities

public void setExcludedDeviceCapabilities(Technology[] excludedDeviceCapabilities)
Sets the excludedDeviceCapabilities value for this DeviceCapabilityTargeting.

Parameters:
excludedDeviceCapabilities - * Device capabilities that are being excluded by the LineItem.

getExcludedDeviceCapabilities

public Technology getExcludedDeviceCapabilities(int i)

setExcludedDeviceCapabilities

public void setExcludedDeviceCapabilities(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.