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