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

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

public class UserDomainTargeting
extends Object
implements Serializable

Provides line items the ability to target or exclude users visiting their websites from a list of domains or subdomains.

See Also:
Serialized Form

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

Constructor Detail

UserDomainTargeting

public UserDomainTargeting()

UserDomainTargeting

public UserDomainTargeting(String[] domains,
                           Boolean targeted)
Method Detail

getDomains

public String[] getDomains()
Gets the domains value for this UserDomainTargeting.

Returns:
domains * The domains or subdomains that are being targeted or excluded by the LineItem. This attribute is required and the maximum length of each domain is 67 characters.

setDomains

public void setDomains(String[] domains)
Sets the domains value for this UserDomainTargeting.

Parameters:
domains - * The domains or subdomains that are being targeted or excluded by the LineItem. This attribute is required and the maximum length of each domain is 67 characters.

getDomains

public String getDomains(int i)

setDomains

public void setDomains(int i,
                       String _value)

getTargeted

public Boolean getTargeted()
Gets the targeted value for this UserDomainTargeting.

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

setTargeted

public void setTargeted(Boolean targeted)
Sets the targeted value for this UserDomainTargeting.

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

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.