public class UserList extends Object
Java class for UserList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserList">
<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="isReadOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="status" type="{https://adwords.google.com/api/adwords/rm/v201809}UserListMembershipStatus" minOccurs="0"/>
<element name="integrationCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="accessReason" type="{https://adwords.google.com/api/adwords/rm/v201809}AccessReason" minOccurs="0"/>
<element name="accountUserListStatus" type="{https://adwords.google.com/api/adwords/rm/v201809}AccountUserListStatus" minOccurs="0"/>
<element name="membershipLifeSpan" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="size" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="sizeRange" type="{https://adwords.google.com/api/adwords/rm/v201809}SizeRange" minOccurs="0"/>
<element name="sizeForSearch" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="sizeRangeForSearch" type="{https://adwords.google.com/api/adwords/rm/v201809}SizeRange" minOccurs="0"/>
<element name="listType" type="{https://adwords.google.com/api/adwords/rm/v201809}UserListType" minOccurs="0"/>
<element name="isEligibleForSearch" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isEligibleForDisplay" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="closingReason" type="{https://adwords.google.com/api/adwords/rm/v201809}UserListClosingReason" minOccurs="0"/>
<element name="UserList.Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccessReason |
accessReason |
protected AccountUserListStatus |
accountUserListStatus |
protected UserListClosingReason |
closingReason |
protected String |
description |
protected Long |
id |
protected String |
integrationCode |
protected Boolean |
isEligibleForDisplay |
protected Boolean |
isEligibleForSearch |
protected Boolean |
isReadOnly |
protected UserListType |
listType |
protected Long |
membershipLifeSpan |
protected String |
name |
protected Long |
size |
protected Long |
sizeForSearch |
protected SizeRange |
sizeRange |
protected SizeRange |
sizeRangeForSearch |
protected UserListMembershipStatus |
status |
protected String |
userListType |
| Constructor and Description |
|---|
UserList() |
| Modifier and Type | Method and Description |
|---|---|
AccessReason |
getAccessReason()
Gets the value of the accessReason property.
|
AccountUserListStatus |
getAccountUserListStatus()
Gets the value of the accountUserListStatus property.
|
UserListClosingReason |
getClosingReason()
Gets the value of the closingReason property.
|
String |
getDescription()
Gets the value of the description property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getIntegrationCode()
Gets the value of the integrationCode property.
|
UserListType |
getListType()
Gets the value of the listType property.
|
Long |
getMembershipLifeSpan()
Gets the value of the membershipLifeSpan property.
|
String |
getName()
Gets the value of the name property.
|
Long |
getSize()
Gets the value of the size property.
|
Long |
getSizeForSearch()
Gets the value of the sizeForSearch property.
|
SizeRange |
getSizeRange()
Gets the value of the sizeRange property.
|
SizeRange |
getSizeRangeForSearch()
Gets the value of the sizeRangeForSearch property.
|
UserListMembershipStatus |
getStatus()
Gets the value of the status property.
|
String |
getUserListType()
Gets the value of the userListType property.
|
Boolean |
isIsEligibleForDisplay()
Gets the value of the isEligibleForDisplay property.
|
Boolean |
isIsEligibleForSearch()
Gets the value of the isEligibleForSearch property.
|
Boolean |
isIsReadOnly()
Gets the value of the isReadOnly property.
|
void |
setAccessReason(AccessReason value)
Sets the value of the accessReason property.
|
void |
setAccountUserListStatus(AccountUserListStatus value)
Sets the value of the accountUserListStatus property.
|
void |
setClosingReason(UserListClosingReason value)
Sets the value of the closingReason property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setIntegrationCode(String value)
Sets the value of the integrationCode property.
|
void |
setIsEligibleForDisplay(Boolean value)
Sets the value of the isEligibleForDisplay property.
|
void |
setIsEligibleForSearch(Boolean value)
Sets the value of the isEligibleForSearch property.
|
void |
setIsReadOnly(Boolean value)
Sets the value of the isReadOnly property.
|
void |
setListType(UserListType value)
Sets the value of the listType property.
|
void |
setMembershipLifeSpan(Long value)
Sets the value of the membershipLifeSpan property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSize(Long value)
Sets the value of the size property.
|
void |
setSizeForSearch(Long value)
Sets the value of the sizeForSearch property.
|
void |
setSizeRange(SizeRange value)
Sets the value of the sizeRange property.
|
void |
setSizeRangeForSearch(SizeRange value)
Sets the value of the sizeRangeForSearch property.
|
void |
setStatus(UserListMembershipStatus value)
Sets the value of the status property.
|
void |
setUserListType(String value)
Sets the value of the userListType property.
|
protected Long id
protected Boolean isReadOnly
protected String name
protected String description
protected UserListMembershipStatus status
protected String integrationCode
protected AccessReason accessReason
protected AccountUserListStatus accountUserListStatus
protected Long membershipLifeSpan
protected Long size
protected SizeRange sizeRange
protected Long sizeForSearch
protected SizeRange sizeRangeForSearch
protected UserListType listType
protected Boolean isEligibleForSearch
protected Boolean isEligibleForDisplay
protected UserListClosingReason closingReason
protected String userListType
public void setId(Long value)
value - allowed object is
Longpublic Boolean isIsReadOnly()
Booleanpublic void setIsReadOnly(Boolean value)
value - allowed object is
Booleanpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic UserListMembershipStatus getStatus()
UserListMembershipStatuspublic void setStatus(UserListMembershipStatus value)
value - allowed object is
UserListMembershipStatuspublic String getIntegrationCode()
Stringpublic void setIntegrationCode(String value)
value - allowed object is
Stringpublic AccessReason getAccessReason()
AccessReasonpublic void setAccessReason(AccessReason value)
value - allowed object is
AccessReasonpublic AccountUserListStatus getAccountUserListStatus()
AccountUserListStatuspublic void setAccountUserListStatus(AccountUserListStatus value)
value - allowed object is
AccountUserListStatuspublic Long getMembershipLifeSpan()
Longpublic void setMembershipLifeSpan(Long value)
value - allowed object is
Longpublic void setSize(Long value)
value - allowed object is
Longpublic SizeRange getSizeRange()
SizeRangepublic void setSizeRange(SizeRange value)
value - allowed object is
SizeRangepublic Long getSizeForSearch()
Longpublic void setSizeForSearch(Long value)
value - allowed object is
Longpublic SizeRange getSizeRangeForSearch()
SizeRangepublic void setSizeRangeForSearch(SizeRange value)
value - allowed object is
SizeRangepublic UserListType getListType()
UserListTypepublic void setListType(UserListType value)
value - allowed object is
UserListTypepublic Boolean isIsEligibleForSearch()
Booleanpublic void setIsEligibleForSearch(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsEligibleForDisplay()
Booleanpublic void setIsEligibleForDisplay(Boolean value)
value - allowed object is
Booleanpublic UserListClosingReason getClosingReason()
UserListClosingReasonpublic void setClosingReason(UserListClosingReason value)
value - allowed object is
UserListClosingReasonpublic String getUserListType()
StringCopyright © 2023. All rights reserved.