public class SuggestedAdUnitServiceInterfacegetSuggestedAdUnitsByStatementResponse extends Object
Java class for getSuggestedAdUnitsByStatementResponse element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="getSuggestedAdUnitsByStatementResponse">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rval" type="{https://www.google.com/apis/ads/publisher/v201711}SuggestedAdUnitPage" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected SuggestedAdUnitPage |
rval |
| Constructor and Description |
|---|
SuggestedAdUnitServiceInterfacegetSuggestedAdUnitsByStatementResponse() |
| Modifier and Type | Method and Description |
|---|---|
SuggestedAdUnitPage |
getRval()
Gets the value of the rval property.
|
void |
setRval(SuggestedAdUnitPage value)
Sets the value of the rval property.
|
protected SuggestedAdUnitPage rval
public SuggestedAdUnitServiceInterfacegetSuggestedAdUnitsByStatementResponse()
public SuggestedAdUnitPage getRval()
SuggestedAdUnitPagepublic void setRval(SuggestedAdUnitPage value)
value - allowed object is
SuggestedAdUnitPageCopyright © 2018. All Rights Reserved.