com.google.api.ads.dfp.axis.v201203
Class BrowserTargeting

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

public class BrowserTargeting
extends Object
implements Serializable

Represents browsers that are being targeted or excluded by the LineItem.

See Also:
Serialized Form

Constructor Summary
BrowserTargeting()
           
BrowserTargeting(Boolean isTargeted, Technology[] browsers)
           
 
Method Summary
 boolean equals(Object obj)
           
 Technology[] getBrowsers()
          Gets the browsers value for this BrowserTargeting.
 Technology getBrowsers(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Boolean getIsTargeted()
          Gets the isTargeted value for this BrowserTargeting.
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 setBrowsers(int i, Technology _value)
           
 void setBrowsers(Technology[] browsers)
          Sets the browsers value for this BrowserTargeting.
 void setIsTargeted(Boolean isTargeted)
          Sets the isTargeted value for this BrowserTargeting.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserTargeting

public BrowserTargeting()

BrowserTargeting

public BrowserTargeting(Boolean isTargeted,
                        Technology[] browsers)
Method Detail

getIsTargeted

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

Returns:
isTargeted * Indicates whether browsers 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 BrowserTargeting.

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

getBrowsers

public Technology[] getBrowsers()
Gets the browsers value for this BrowserTargeting.

Returns:
browsers * Browsers that are being targeted or excluded by the LineItem.

setBrowsers

public void setBrowsers(Technology[] browsers)
Sets the browsers value for this BrowserTargeting.

Parameters:
browsers - * Browsers that are being targeted or excluded by the LineItem.

getBrowsers

public Technology getBrowsers(int i)

setBrowsers

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