public class SimilarUserList extends UserList
Java class for SimilarUserList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimilarUserList">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/rm/v201809}UserList">
<sequence>
<element name="seedUserListId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="seedUserListName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="seedUserListDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="seedUserListStatus" type="{https://adwords.google.com/api/adwords/rm/v201809}UserListMembershipStatus" minOccurs="0"/>
<element name="seedListSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
seedListSize |
protected String |
seedUserListDescription |
protected Long |
seedUserListId |
protected String |
seedUserListName |
protected UserListMembershipStatus |
seedUserListStatus |
accessReason, accountUserListStatus, closingReason, description, id, integrationCode, isEligibleForDisplay, isEligibleForSearch, isReadOnly, listType, membershipLifeSpan, name, size, sizeForSearch, sizeRange, sizeRangeForSearch, status, userListType| Constructor and Description |
|---|
SimilarUserList() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getSeedListSize()
Gets the value of the seedListSize property.
|
String |
getSeedUserListDescription()
Gets the value of the seedUserListDescription property.
|
Long |
getSeedUserListId()
Gets the value of the seedUserListId property.
|
String |
getSeedUserListName()
Gets the value of the seedUserListName property.
|
UserListMembershipStatus |
getSeedUserListStatus()
Gets the value of the seedUserListStatus property.
|
void |
setSeedListSize(Long value)
Sets the value of the seedListSize property.
|
void |
setSeedUserListDescription(String value)
Sets the value of the seedUserListDescription property.
|
void |
setSeedUserListId(Long value)
Sets the value of the seedUserListId property.
|
void |
setSeedUserListName(String value)
Sets the value of the seedUserListName property.
|
void |
setSeedUserListStatus(UserListMembershipStatus value)
Sets the value of the seedUserListStatus property.
|
getAccessReason, getAccountUserListStatus, getClosingReason, getDescription, getId, getIntegrationCode, getListType, getMembershipLifeSpan, getName, getSize, getSizeForSearch, getSizeRange, getSizeRangeForSearch, getStatus, getUserListType, isIsEligibleForDisplay, isIsEligibleForSearch, isIsReadOnly, setAccessReason, setAccountUserListStatus, setClosingReason, setDescription, setId, setIntegrationCode, setIsEligibleForDisplay, setIsEligibleForSearch, setIsReadOnly, setListType, setMembershipLifeSpan, setName, setSize, setSizeForSearch, setSizeRange, setSizeRangeForSearch, setStatus, setUserListTypeprotected Long seedUserListId
protected String seedUserListName
protected String seedUserListDescription
protected UserListMembershipStatus seedUserListStatus
protected Long seedListSize
public Long getSeedUserListId()
Longpublic void setSeedUserListId(Long value)
value - allowed object is
Longpublic String getSeedUserListName()
Stringpublic void setSeedUserListName(String value)
value - allowed object is
Stringpublic String getSeedUserListDescription()
Stringpublic void setSeedUserListDescription(String value)
value - allowed object is
Stringpublic UserListMembershipStatus getSeedUserListStatus()
UserListMembershipStatuspublic void setSeedUserListStatus(UserListMembershipStatus value)
value - allowed object is
UserListMembershipStatuspublic Long getSeedListSize()
LongCopyright © 2023. All rights reserved.