Package software.xdev.brevo.model
Class GetChildInfoAllOfStatistics
java.lang.Object
software.xdev.brevo.model.GetChildInfoAllOfStatistics
Statistics about your child account activity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncurrentMonthTotalSent(Long currentMonthTotalSent) booleanOverall emails sent for current monthOverall emails sent for the previous monthOverall emails sent for since the account existsinthashCode()previousMonthTotalSent(Long previousMonthTotalSent) voidsetCurrentMonthTotalSent(Long currentMonthTotalSent) voidsetPreviousMonthTotalSent(Long previousMonthTotalSent) voidsetTotalSent(Long totalSent) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PREVIOUS_MONTH_TOTAL_SENT
- See Also:
-
JSON_PROPERTY_CURRENT_MONTH_TOTAL_SENT
- See Also:
-
JSON_PROPERTY_TOTAL_SENT
- See Also:
-
-
Constructor Details
-
GetChildInfoAllOfStatistics
public GetChildInfoAllOfStatistics()
-
-
Method Details
-
previousMonthTotalSent
-
getPreviousMonthTotalSent
Overall emails sent for the previous month- Returns:
- previousMonthTotalSent
-
setPreviousMonthTotalSent
-
currentMonthTotalSent
-
getCurrentMonthTotalSent
Overall emails sent for current month- Returns:
- currentMonthTotalSent
-
setCurrentMonthTotalSent
-
totalSent
-
getTotalSent
Overall emails sent for since the account exists- Returns:
- totalSent
-
setTotalSent
-
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
-