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