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