public class SharedSetServiceInterfacequeryResponse 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}SharedSetPage" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected SharedSetPage |
rval |
| Constructor and Description |
|---|
SharedSetServiceInterfacequeryResponse() |
| Modifier and Type | Method and Description |
|---|---|
SharedSetPage |
getRval()
Gets the value of the rval property.
|
void |
setRval(SharedSetPage value)
Sets the value of the rval property.
|
protected SharedSetPage rval
public SharedSetServiceInterfacequeryResponse()
public SharedSetPage getRval()
SharedSetPagepublic void setRval(SharedSetPage value)
value - allowed object is
SharedSetPageCopyright © 2023. All rights reserved.