Class GetTransacSmsReportReportsInner

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

public class GetTransacSmsReportReportsInner extends Object
GetTransacSmsReportReportsInner
  • Field Details

  • Constructor Details

    • GetTransacSmsReportReportsInner

      public GetTransacSmsReportReportsInner()
  • Method Details

    • date

    • getDate

      @Nullable public LocalDate getDate()
      Date for which statistics are retrieved
      Returns:
      date
    • setDate

      public void setDate(LocalDate date)
    • requests

      public GetTransacSmsReportReportsInner requests(Long requests)
    • getRequests

      @Nullable public Long getRequests()
      Number of requests for the date
      Returns:
      requests
    • setRequests

      public void setRequests(Long requests)
    • delivered

      public GetTransacSmsReportReportsInner delivered(Long delivered)
    • getDelivered

      @Nullable public Long getDelivered()
      Number of delivered SMS for the date
      Returns:
      delivered
    • setDelivered

      public void setDelivered(Long delivered)
    • hardBounces

      public GetTransacSmsReportReportsInner hardBounces(Long hardBounces)
    • getHardBounces

      @Nullable public Long getHardBounces()
      Number of hardbounces for the date
      Returns:
      hardBounces
    • setHardBounces

      public void setHardBounces(Long hardBounces)
    • softBounces

      public GetTransacSmsReportReportsInner softBounces(Long softBounces)
    • getSoftBounces

      @Nullable public Long getSoftBounces()
      Number of softbounces for the date
      Returns:
      softBounces
    • setSoftBounces

      public void setSoftBounces(Long softBounces)
    • blocked

      public GetTransacSmsReportReportsInner blocked(Long blocked)
    • getBlocked

      @Nullable public Long getBlocked()
      Number of blocked contact for the date
      Returns:
      blocked
    • setBlocked

      public void setBlocked(Long blocked)
    • unsubscribed

      public GetTransacSmsReportReportsInner unsubscribed(Long unsubscribed)
    • getUnsubscribed

      @Nullable public Long getUnsubscribed()
      Number of unsubscription for the date
      Returns:
      unsubscribed
    • setUnsubscribed

      public void setUnsubscribed(Long unsubscribed)
    • replied

      public GetTransacSmsReportReportsInner replied(Long replied)
    • getReplied

      @Nullable public Long getReplied()
      Number of answered SMS for the date
      Returns:
      replied
    • setReplied

      public void setReplied(Long replied)
    • accepted

      public GetTransacSmsReportReportsInner accepted(Long accepted)
    • getAccepted

      @Nullable public Long getAccepted()
      Number of accepted for the date
      Returns:
      accepted
    • setAccepted

      public void setAccepted(Long accepted)
    • rejected

      public GetTransacSmsReportReportsInner rejected(Long rejected)
    • getRejected

      @Nullable public Long getRejected()
      Number of rejected for the date
      Returns:
      rejected
    • setRejected

      public void setRejected(Long rejected)
    • 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