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 - public Boolean getIncludeDescendants()
public void setIncludeDescendants(Boolean includeDescendants)
includeDescendants - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.