public class TargetingIdeaServiceInterfacegetResponse 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/o/v201809}TargetingIdeaPage" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected TargetingIdeaPage |
rval |
| Constructor and Description |
|---|
TargetingIdeaServiceInterfacegetResponse() |
| Modifier and Type | Method and Description |
|---|---|
TargetingIdeaPage |
getRval()
Gets the value of the rval property.
|
void |
setRval(TargetingIdeaPage value)
Sets the value of the rval property.
|
protected TargetingIdeaPage rval
public TargetingIdeaServiceInterfacegetResponse()
public TargetingIdeaPage getRval()
TargetingIdeaPagepublic void setRval(TargetingIdeaPage value)
value - allowed object is
TargetingIdeaPageCopyright © 2023. All rights reserved.