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