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