public class CriterionUserList extends Criterion
Java class for CriterionUserList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CriterionUserList">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Criterion">
<sequence>
<element name="userListId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="userListName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userListMembershipStatus" type="{https://adwords.google.com/api/adwords/cm/v201809}CriterionUserList.MembershipStatus" minOccurs="0"/>
<element name="userListEligibleForSearch" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="userListEligibleForDisplay" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
userListEligibleForDisplay |
protected Boolean |
userListEligibleForSearch |
protected Long |
userListId |
protected CriterionUserListMembershipStatus |
userListMembershipStatus |
protected String |
userListName |
criterionType, id, type| Constructor and Description |
|---|
CriterionUserList() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getUserListId()
Gets the value of the userListId property.
|
CriterionUserListMembershipStatus |
getUserListMembershipStatus()
Gets the value of the userListMembershipStatus property.
|
String |
getUserListName()
Gets the value of the userListName property.
|
Boolean |
isUserListEligibleForDisplay()
Gets the value of the userListEligibleForDisplay property.
|
Boolean |
isUserListEligibleForSearch()
Gets the value of the userListEligibleForSearch property.
|
void |
setUserListEligibleForDisplay(Boolean value)
Sets the value of the userListEligibleForDisplay property.
|
void |
setUserListEligibleForSearch(Boolean value)
Sets the value of the userListEligibleForSearch property.
|
void |
setUserListId(Long value)
Sets the value of the userListId property.
|
void |
setUserListMembershipStatus(CriterionUserListMembershipStatus value)
Sets the value of the userListMembershipStatus property.
|
void |
setUserListName(String value)
Sets the value of the userListName property.
|
getCriterionType, getId, getType, setCriterionType, setId, setTypeprotected Long userListId
protected String userListName
protected CriterionUserListMembershipStatus userListMembershipStatus
protected Boolean userListEligibleForSearch
protected Boolean userListEligibleForDisplay
public Long getUserListId()
Longpublic void setUserListId(Long value)
value - allowed object is
Longpublic String getUserListName()
Stringpublic void setUserListName(String value)
value - allowed object is
Stringpublic CriterionUserListMembershipStatus getUserListMembershipStatus()
CriterionUserListMembershipStatuspublic void setUserListMembershipStatus(CriterionUserListMembershipStatus value)
value - allowed object is
CriterionUserListMembershipStatuspublic Boolean isUserListEligibleForSearch()
Booleanpublic void setUserListEligibleForSearch(Boolean value)
value - allowed object is
Booleanpublic Boolean isUserListEligibleForDisplay()
BooleanCopyright © 2023. All rights reserved.