public class AdUnitTargeting extends Object implements Serializable
| Constructor and Description |
|---|
AdUnitTargeting() |
AdUnitTargeting(String adUnitId,
Boolean includeDescendants) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
toString() |
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 static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All rights reserved.