|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.api.ads.dfp.v201111.UserDomainTargeting
public class UserDomainTargeting
Provides line items the ability to target or exclude users visiting their websites from a list of domains or subdomains.
| 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 |
|---|
public UserDomainTargeting()
public UserDomainTargeting(String[] domains,
Boolean targeted)
| Method Detail |
|---|
public String[] getDomains()
LineItem. This attribute is required and the
maximum length of each
domain is 67 characters.public void setDomains(String[] domains)
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.public String getDomains(int i)
public void setDomains(int i,
String _value)
public Boolean getTargeted()
true.public void setTargeted(Boolean targeted)
targeted - * Indicates whether domains should be targeted or excluded. This
attribute is
optional and defaults to true.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||