public class AdGroupServiceInterfacequeryResponse extends Object
Java class for queryResponse element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="queryResponse">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rval" type="{https://adwords.google.com/api/adwords/cm/v201809}AdGroupPage" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected AdGroupPage |
rval |
| Constructor and Description |
|---|
AdGroupServiceInterfacequeryResponse() |
| Modifier and Type | Method and Description |
|---|---|
AdGroupPage |
getRval()
Gets the value of the rval property.
|
void |
setRval(AdGroupPage value)
Sets the value of the rval property.
|
protected AdGroupPage rval
public AdGroupServiceInterfacequeryResponse()
public AdGroupPage getRval()
AdGroupPagepublic void setRval(AdGroupPage value)
value - allowed object is
AdGroupPageCopyright © 2023. All rights reserved.