Package software.xdev.brevo.model
Class GetListsListsInner
java.lang.Object
software.xdev.brevo.model.GetListsListsInner
GetListsListsInner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanID 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()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:
-
-
Constructor Details
-
GetListsListsInner
public GetListsListsInner()
-
-
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
-
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
-