Package software.xdev.brevo.model
Class GetExtendedList
java.lang.Object
software.xdev.brevo.model.GetExtendedList
GetExtendedList
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCampaignStatsItem(GetExtendedListAllOfCampaignStats campaignStatsItem) campaignStats(List<GetExtendedListAllOfCampaignStats> campaignStats) dynamicList(Boolean dynamicList) booleanGet campaignStatsCreation UTC date-time of the list (YYYY-MM-DDTHH:mm:ss.SSSZ)Status telling if the list is dynamic or not (true=dynamic, false=not dynamic)ID of the foldergetId()ID of the listgetName()Name of the listNumber of blacklisted contacts in the listNumber of contacts in the listNumber of unique contacts in the listinthashCode()voidsetCampaignStats(List<GetExtendedListAllOfCampaignStats> campaignStats) voidsetCreatedAt(String createdAt) voidsetDynamicList(Boolean dynamicList) voidsetFolderId(Long folderId) voidvoidvoidsetTotalBlacklisted(Long totalBlacklisted) voidsetTotalSubscribers(Long totalSubscribers) voidsetUniqueSubscribers(Long uniqueSubscribers) toString()totalBlacklisted(Long totalBlacklisted) totalSubscribers(Long totalSubscribers) Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.uniqueSubscribers(Long uniqueSubscribers)
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_TOTAL_BLACKLISTED
- See Also:
-
JSON_PROPERTY_TOTAL_SUBSCRIBERS
- See Also:
-
JSON_PROPERTY_UNIQUE_SUBSCRIBERS
- See Also:
-
JSON_PROPERTY_FOLDER_ID
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_CAMPAIGN_STATS
- See Also:
-
JSON_PROPERTY_DYNAMIC_LIST
- See Also:
-
-
Constructor Details
-
GetExtendedList
public GetExtendedList()
-
-
Method Details
-
id
-
getId
ID of the list- Returns:
- id
-
setId
-
name
-
getName
Name of the list- Returns:
- name
-
setName
-
totalBlacklisted
-
getTotalBlacklisted
Number of blacklisted contacts in the list- Returns:
- totalBlacklisted
-
setTotalBlacklisted
-
totalSubscribers
-
getTotalSubscribers
Number of contacts in the list- Returns:
- totalSubscribers
-
setTotalSubscribers
-
uniqueSubscribers
-
getUniqueSubscribers
Number of unique contacts in the list- Returns:
- uniqueSubscribers
-
setUniqueSubscribers
-
folderId
-
getFolderId
ID of the folder- Returns:
- folderId
-
setFolderId
-
createdAt
-
getCreatedAt
Creation UTC date-time of the list (YYYY-MM-DDTHH:mm:ss.SSSZ)- Returns:
- createdAt
-
setCreatedAt
-
campaignStats
public GetExtendedList campaignStats(@Nullable List<GetExtendedListAllOfCampaignStats> campaignStats) -
addCampaignStatsItem
-
getCampaignStats
Get campaignStats- Returns:
- campaignStats
-
setCampaignStats
-
dynamicList
-
getDynamicList
Status telling if the list is dynamic or not (true=dynamic, false=not dynamic)- Returns:
- dynamicList
-
setDynamicList
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-