Package software.xdev.brevo.model
Class GetReportsReportsInner
java.lang.Object
software.xdev.brevo.model.GetReportsReportsInner
GetReportsReportsInner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanNumber of blocked emails for the dateNumber of clicks for the dategetDate()Date of the statisticsNumber of delivered emails for the dateNumber of hardbounces for the dateNumber of invalid emails for the dategetOpens()Number of openings for the dateNumber of requests for the dateNumber of softbounces for the dateNumber of complaints (spam reports) for the dateNumber of unique clicks for the dateNumber of unique openings for the dateNumber of unsubscribed emails for the datehardBounces(Long hardBounces) inthashCode()voidsetBlocked(Long blocked) voidvoidvoidsetDelivered(Long delivered) voidsetHardBounces(Long hardBounces) voidsetInvalid(Long invalid) voidvoidsetRequests(Long requests) voidsetSoftBounces(Long softBounces) voidsetSpamReports(Long spamReports) voidsetUniqueClicks(Long uniqueClicks) voidsetUniqueOpens(Long uniqueOpens) voidsetUnsubscribed(Long unsubscribed) softBounces(Long softBounces) spamReports(Long spamReports) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.uniqueClicks(Long uniqueClicks) uniqueOpens(Long uniqueOpens) unsubscribed(Long unsubscribed)
-
Field Details
-
JSON_PROPERTY_DATE
- See Also:
-
JSON_PROPERTY_REQUESTS
- See Also:
-
JSON_PROPERTY_DELIVERED
- See Also:
-
JSON_PROPERTY_HARD_BOUNCES
- See Also:
-
JSON_PROPERTY_SOFT_BOUNCES
- See Also:
-
JSON_PROPERTY_CLICKS
- See Also:
-
JSON_PROPERTY_UNIQUE_CLICKS
- See Also:
-
JSON_PROPERTY_OPENS
- See Also:
-
JSON_PROPERTY_UNIQUE_OPENS
- See Also:
-
JSON_PROPERTY_SPAM_REPORTS
- See Also:
-
JSON_PROPERTY_BLOCKED
- See Also:
-
JSON_PROPERTY_INVALID
- See Also:
-
JSON_PROPERTY_UNSUBSCRIBED
- See Also:
-
-
Constructor Details
-
GetReportsReportsInner
public GetReportsReportsInner()
-
-
Method Details
-
date
-
getDate
Date of the statistics- Returns:
- date
-
setDate
-
requests
-
getRequests
Number of requests for the date- Returns:
- requests
-
setRequests
-
delivered
-
getDelivered
Number of delivered emails for the date- Returns:
- delivered
-
setDelivered
-
hardBounces
-
getHardBounces
Number of hardbounces for the date- Returns:
- hardBounces
-
setHardBounces
-
softBounces
-
getSoftBounces
Number of softbounces for the date- Returns:
- softBounces
-
setSoftBounces
-
clicks
-
getClicks
Number of clicks for the date- Returns:
- clicks
-
setClicks
-
uniqueClicks
-
getUniqueClicks
Number of unique clicks for the date- Returns:
- uniqueClicks
-
setUniqueClicks
-
opens
-
getOpens
Number of openings for the date- Returns:
- opens
-
setOpens
-
uniqueOpens
-
getUniqueOpens
Number of unique openings for the date- Returns:
- uniqueOpens
-
setUniqueOpens
-
spamReports
-
getSpamReports
Number of complaints (spam reports) for the date- Returns:
- spamReports
-
setSpamReports
-
blocked
-
getBlocked
Number of blocked emails for the date- Returns:
- blocked
-
setBlocked
-
invalid
-
getInvalid
Number of invalid emails for the date- Returns:
- invalid
-
setInvalid
-
unsubscribed
-
getUnsubscribed
Number of unsubscribed emails for the date- Returns:
- unsubscribed
-
setUnsubscribed
-
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
-