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