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