public class UserListConversionType extends Object
Java class for UserListConversionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserListConversionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="category" type="{https://adwords.google.com/api/adwords/rm/v201809}UserListConversionType.Category" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected UserListConversionTypeCategory |
category |
protected Long |
id |
protected String |
name |
| Constructor and Description |
|---|
UserListConversionType() |
| Modifier and Type | Method and Description |
|---|---|
UserListConversionTypeCategory |
getCategory()
Gets the value of the category property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCategory(UserListConversionTypeCategory value)
Sets the value of the category property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected Long id
protected String name
protected UserListConversionTypeCategory category
public void setId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic UserListConversionTypeCategory getCategory()
UserListConversionTypeCategorypublic void setCategory(UserListConversionTypeCategory value)
value - allowed object is
UserListConversionTypeCategoryCopyright © 2023. All rights reserved.