Package software.xdev.brevo.model
Class GetTransacSmsReportReportsInner
java.lang.Object
software.xdev.brevo.model.GetTransacSmsReportReportsInner
GetTransacSmsReportReportsInner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanNumber of accepted SMS for the dateNumber of blocked contact for the dategetDate()Date for which statistics are retrievedNumber of delivered SMS for the dateNumber of hardbounces for the dateNumber of rejected SMS for the dateNumber of answered SMS for the dateNumber of requests for the dateNumber of skipped SMS for the dateNumber of softbounces for the dateNumber of unsubscription for the datehardBounces(Long hardBounces) inthashCode()voidsetAccepted(Long accepted) voidsetBlocked(Long blocked) voidvoidsetDelivered(Long delivered) voidsetHardBounces(Long hardBounces) voidsetRejected(Long rejected) voidsetReplied(Long replied) voidsetRequests(Long requests) voidsetSkipped(Long skipped) 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_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_BLOCKED
- See Also:
-
JSON_PROPERTY_UNSUBSCRIBED
- See Also:
-
JSON_PROPERTY_REPLIED
- See Also:
-
JSON_PROPERTY_ACCEPTED
- See Also:
-
JSON_PROPERTY_REJECTED
- See Also:
-
JSON_PROPERTY_SKIPPED
- See Also:
-
-
Constructor Details
-
GetTransacSmsReportReportsInner
public GetTransacSmsReportReportsInner()
-
-
Method Details
-
date
-
getDate
Date for which statistics are retrieved- Returns:
- date
-
setDate
-
requests
-
getRequests
Number of requests for the date- Returns:
- requests
-
setRequests
-
delivered
-
getDelivered
Number of delivered SMS 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
-
blocked
-
getBlocked
Number of blocked contact for the date- Returns:
- blocked
-
setBlocked
-
unsubscribed
-
getUnsubscribed
Number of unsubscription for the date- Returns:
- unsubscribed
-
setUnsubscribed
-
replied
-
getReplied
Number of answered SMS for the date- Returns:
- replied
-
setReplied
-
accepted
-
getAccepted
Number of accepted SMS for the date- Returns:
- accepted
-
setAccepted
-
rejected
-
getRejected
Number of rejected SMS for the date- Returns:
- rejected
-
setRejected
-
skipped
-
getSkipped
Number of skipped SMS for the date- Returns:
- skipped
-
setSkipped
-
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
-