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