public class CriterionUserInterest extends Criterion
Java class for CriterionUserInterest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CriterionUserInterest">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Criterion">
<sequence>
<element name="userInterestId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="userInterestParentId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="userInterestName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
userInterestId |
protected String |
userInterestName |
protected Long |
userInterestParentId |
criterionType, id, type| Constructor and Description |
|---|
CriterionUserInterest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getUserInterestId()
Gets the value of the userInterestId property.
|
String |
getUserInterestName()
Gets the value of the userInterestName property.
|
Long |
getUserInterestParentId()
Gets the value of the userInterestParentId property.
|
void |
setUserInterestId(Long value)
Sets the value of the userInterestId property.
|
void |
setUserInterestName(String value)
Sets the value of the userInterestName property.
|
void |
setUserInterestParentId(Long value)
Sets the value of the userInterestParentId property.
|
getCriterionType, getId, getType, setCriterionType, setId, setTypeprotected Long userInterestId
protected Long userInterestParentId
protected String userInterestName
public Long getUserInterestId()
Longpublic void setUserInterestId(Long value)
value - allowed object is
Longpublic Long getUserInterestParentId()
Longpublic void setUserInterestParentId(Long value)
value - allowed object is
Longpublic String getUserInterestName()
StringCopyright © 2023. All rights reserved.