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