Class GetChildInfoAllOfStatistics

java.lang.Object
software.xdev.brevo.model.GetChildInfoAllOfStatistics

public class GetChildInfoAllOfStatistics extends Object
Statistics about your child account activity
  • Field Details

  • Constructor Details

    • GetChildInfoAllOfStatistics

      public GetChildInfoAllOfStatistics()
  • Method Details

    • previousMonthTotalSent

      public GetChildInfoAllOfStatistics previousMonthTotalSent(Long previousMonthTotalSent)
    • getPreviousMonthTotalSent

      @Nullable public Long getPreviousMonthTotalSent()
      Overall emails sent for the previous month
      Returns:
      previousMonthTotalSent
    • setPreviousMonthTotalSent

      public void setPreviousMonthTotalSent(Long previousMonthTotalSent)
    • currentMonthTotalSent

      public GetChildInfoAllOfStatistics currentMonthTotalSent(Long currentMonthTotalSent)
    • getCurrentMonthTotalSent

      @Nullable public Long getCurrentMonthTotalSent()
      Overall emails sent for current month
      Returns:
      currentMonthTotalSent
    • setCurrentMonthTotalSent

      public void setCurrentMonthTotalSent(Long currentMonthTotalSent)
    • totalSent

      public GetChildInfoAllOfStatistics totalSent(Long totalSent)
    • getTotalSent

      @Nullable public Long getTotalSent()
      Overall emails sent for since the account exists
      Returns:
      totalSent
    • setTotalSent

      public void setTotalSent(Long totalSent)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string