com.google.api.ads.dfp.axis.v201201
Class DeviceManufacturerTargeting

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

public class DeviceManufacturerTargeting
extends Object
implements Serializable

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

See Also:
Serialized Form

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

Constructor Detail

DeviceManufacturerTargeting

public DeviceManufacturerTargeting()

DeviceManufacturerTargeting

public DeviceManufacturerTargeting(Boolean isTargeted,
                                   Technology[] deviceManufacturers)
Method Detail

getIsTargeted

public Boolean getIsTargeted()
Gets the isTargeted value for this DeviceManufacturerTargeting.

Returns:
isTargeted * Indicates whether device manufacturers should be targeted or excluded. This attribute is optional and defaults to true.

setIsTargeted

public void setIsTargeted(Boolean isTargeted)
Sets the isTargeted value for this DeviceManufacturerTargeting.

Parameters:
isTargeted - * Indicates whether device manufacturers should be targeted or excluded. This attribute is optional and defaults to true.

getDeviceManufacturers

public Technology[] getDeviceManufacturers()
Gets the deviceManufacturers value for this DeviceManufacturerTargeting.

Returns:
deviceManufacturers * Device manufacturers that are being targeted or excluded by the LineItem.

setDeviceManufacturers

public void setDeviceManufacturers(Technology[] deviceManufacturers)
Sets the deviceManufacturers value for this DeviceManufacturerTargeting.

Parameters:
deviceManufacturers - * Device manufacturers that are being targeted or excluded by the LineItem.

getDeviceManufacturers

public Technology getDeviceManufacturers(int i)

setDeviceManufacturers

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