public class ConversionTrackerServiceInterfacegetResponse extends Object
Java class for getResponse element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="getResponse">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rval" type="{https://adwords.google.com/api/adwords/cm/v201809}ConversionTrackerPage" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected ConversionTrackerPage |
rval |
| Constructor and Description |
|---|
ConversionTrackerServiceInterfacegetResponse() |
| Modifier and Type | Method and Description |
|---|---|
ConversionTrackerPage |
getRval()
Gets the value of the rval property.
|
void |
setRval(ConversionTrackerPage value)
Sets the value of the rval property.
|
protected ConversionTrackerPage rval
public ConversionTrackerServiceInterfacegetResponse()
public ConversionTrackerPage getRval()
ConversionTrackerPagepublic void setRval(ConversionTrackerPage value)
value - allowed object is
ConversionTrackerPageCopyright © 2023. All rights reserved.