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