public class PerformAdUnitAction extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="adUnitAction" type="{https://www.google.com/apis/ads/publisher/v201805}AdUnitAction" minOccurs="0"/>
<element name="filterStatement" type="{https://www.google.com/apis/ads/publisher/v201805}Statement" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AdUnitAction |
adUnitAction |
protected Statement |
filterStatement |
| Constructor and Description |
|---|
PerformAdUnitAction() |
| Modifier and Type | Method and Description |
|---|---|
AdUnitAction |
getAdUnitAction()
Gets the value of the adUnitAction property.
|
Statement |
getFilterStatement()
Gets the value of the filterStatement property.
|
void |
setAdUnitAction(AdUnitAction value)
Sets the value of the adUnitAction property.
|
void |
setFilterStatement(Statement value)
Sets the value of the filterStatement property.
|
protected AdUnitAction adUnitAction
protected Statement filterStatement
public AdUnitAction getAdUnitAction()
AdUnitActionpublic void setAdUnitAction(AdUnitAction value)
value - allowed object is
AdUnitActionpublic Statement getFilterStatement()
StatementCopyright © 2018. All Rights Reserved.