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