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