|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.api.ads.dfp.v201111.AdUnitTargeting
public class AdUnitTargeting
Represents targeted or excluded ad units.
| Constructor Summary | |
|---|---|
AdUnitTargeting()
|
|
AdUnitTargeting(String adUnitId,
Boolean includeDescendants)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getAdUnitId()
Gets the adUnitId value for this AdUnitTargeting. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Boolean |
getIncludeDescendants()
Gets the includeDescendants value for this AdUnitTargeting. |
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 |
setAdUnitId(String adUnitId)
Sets the adUnitId value for this AdUnitTargeting. |
void |
setIncludeDescendants(Boolean includeDescendants)
Sets the includeDescendants value for this AdUnitTargeting. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdUnitTargeting()
public AdUnitTargeting(String adUnitId,
Boolean includeDescendants)
| Method Detail |
|---|
public String getAdUnitId()
public void setAdUnitId(String adUnitId)
adUnitId - * Included or excluded ad unit id.public Boolean getIncludeDescendants()
true which means targeting this ad unit will target
all of its
descendants.public void setIncludeDescendants(Boolean includeDescendants)
includeDescendants - * Whether or not all descendants are included (or excluded) as
part of
including (or excluding) this ad unit. By default,
the value is true which means targeting this ad unit will target
all of its
descendants.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 | ||||||||