Package software.xdev.brevo.model
Class GetAggregatedReport
java.lang.Object
software.xdev.brevo.model.GetAggregatedReport
GetAggregatedReport
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanNumber of blocked contact emails for the timeframeNumber of clicks for the timeframeNumber of delivered emails for the timeframeNumber of hardbounces for the timeframeNumber of invalid emails for the timeframegetOpens()Number of openings for the timeframegetRange()Time frame of the reportNumber of requests for the timeframeNumber of softbounces for the timeframeNumber of complaint (spam report) for the timeframeNumber of unique clicks for the timeframeNumber of unique openings for the timeframeNumber of unsubscribed emails for the timeframehardBounces(Long hardBounces) inthashCode()voidsetBlocked(Long blocked) voidvoidsetDelivered(Long delivered) voidsetHardBounces(Long hardBounces) voidsetInvalid(Long invalid) voidvoidvoidsetRequests(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_RANGE
- 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
-
GetAggregatedReport
public GetAggregatedReport()
-
-
Method Details
-
range
-
getRange
Time frame of the report- Returns:
- range
-
setRange
-
requests
-
getRequests
Number of requests for the timeframe- Returns:
- requests
-
setRequests
-
delivered
-
getDelivered
Number of delivered emails for the timeframe- Returns:
- delivered
-
setDelivered
-
hardBounces
-
getHardBounces
Number of hardbounces for the timeframe- Returns:
- hardBounces
-
setHardBounces
-
softBounces
-
getSoftBounces
Number of softbounces for the timeframe- Returns:
- softBounces
-
setSoftBounces
-
clicks
-
getClicks
Number of clicks for the timeframe- Returns:
- clicks
-
setClicks
-
uniqueClicks
-
getUniqueClicks
Number of unique clicks for the timeframe- Returns:
- uniqueClicks
-
setUniqueClicks
-
opens
-
getOpens
Number of openings for the timeframe- Returns:
- opens
-
setOpens
-
uniqueOpens
-
getUniqueOpens
Number of unique openings for the timeframe- Returns:
- uniqueOpens
-
setUniqueOpens
-
spamReports
-
getSpamReports
Number of complaint (spam report) for the timeframe- Returns:
- spamReports
-
setSpamReports
-
blocked
-
getBlocked
Number of blocked contact emails for the timeframe- Returns:
- blocked
-
setBlocked
-
invalid
-
getInvalid
Number of invalid emails for the timeframe- Returns:
- invalid
-
setInvalid
-
unsubscribed
-
getUnsubscribed
Number of unsubscribed emails for the timeframe- 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
-