Package software.xdev.brevo.model
Class GetTransacAggregatedSmsReport
java.lang.Object
software.xdev.brevo.model.GetTransacAggregatedSmsReport
GetTransacAggregatedSmsReport
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanNumber of accepted for the timeframeNumber of blocked contact for the timeframeNumber of delivered SMS for the timeframeNumber of hardbounces for the timeframegetRange()Time frame of the reportNumber of rejected for the timeframeNumber of answered SMS for the timeframeNumber of requests for the timeframeNumber of softbounces for the timeframeNumber of unsubscription for the timeframehardBounces(Long hardBounces) inthashCode()voidsetAccepted(Long accepted) voidsetBlocked(Long blocked) voidsetDelivered(Long delivered) voidsetHardBounces(Long hardBounces) voidvoidsetRejected(Long rejected) voidsetReplied(Long replied) voidsetRequests(Long requests) voidsetSoftBounces(Long softBounces) voidsetUnsubscribed(Long unsubscribed) softBounces(Long softBounces) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.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_BLOCKED
- See Also:
-
JSON_PROPERTY_UNSUBSCRIBED
- See Also:
-
JSON_PROPERTY_REPLIED
- See Also:
-
JSON_PROPERTY_ACCEPTED
- See Also:
-
JSON_PROPERTY_REJECTED
- See Also:
-
-
Constructor Details
-
GetTransacAggregatedSmsReport
public GetTransacAggregatedSmsReport()
-
-
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 SMS 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
-
blocked
-
getBlocked
Number of blocked contact for the timeframe- Returns:
- blocked
-
setBlocked
-
unsubscribed
-
getUnsubscribed
Number of unsubscription for the timeframe- Returns:
- unsubscribed
-
setUnsubscribed
-
replied
-
getReplied
Number of answered SMS for the timeframe- Returns:
- replied
-
setReplied
-
accepted
-
getAccepted
Number of accepted for the timeframe- Returns:
- accepted
-
setAccepted
-
rejected
-
getRejected
Number of rejected for the timeframe- Returns:
- rejected
-
setRejected
-
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
-