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