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