public class AdUnitTargeting extends Object
Java class for AdUnitTargeting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdUnitTargeting">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="adUnitId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="includeDescendants" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
adUnitId |
protected Boolean |
includeDescendants |
| Constructor and Description |
|---|
AdUnitTargeting() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdUnitId()
Gets the value of the adUnitId property.
|
Boolean |
isIncludeDescendants()
Gets the value of the includeDescendants property.
|
void |
setAdUnitId(String value)
Sets the value of the adUnitId property.
|
void |
setIncludeDescendants(Boolean value)
Sets the value of the includeDescendants property.
|
protected String adUnitId
protected Boolean includeDescendants
public String getAdUnitId()
Stringpublic void setAdUnitId(String value)
value - allowed object is
Stringpublic Boolean isIncludeDescendants()
BooleanCopyright © 2018. All Rights Reserved.