Class GetTransacAggregatedSmsReport

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

public class GetTransacAggregatedSmsReport extends Object
GetTransacAggregatedSmsReport
  • Field Details

  • Constructor Details

    • GetTransacAggregatedSmsReport

      public GetTransacAggregatedSmsReport()
  • Method Details

    • range

      public GetTransacAggregatedSmsReport range(@Nullable String range)
    • getRange

      @Nullable public String getRange()
      Time frame of the report
      Returns:
      range
    • setRange

      public void setRange(@Nullable String range)
    • requests

      public GetTransacAggregatedSmsReport requests(@Nullable Long requests)
    • getRequests

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

      public void setRequests(@Nullable Long requests)
    • delivered

      public GetTransacAggregatedSmsReport delivered(@Nullable Long delivered)
    • getDelivered

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

      public void setDelivered(@Nullable Long delivered)
    • hardBounces

      public GetTransacAggregatedSmsReport hardBounces(@Nullable Long hardBounces)
    • getHardBounces

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

      public void setHardBounces(@Nullable Long hardBounces)
    • softBounces

      public GetTransacAggregatedSmsReport softBounces(@Nullable Long softBounces)
    • getSoftBounces

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

      public void setSoftBounces(@Nullable Long softBounces)
    • blocked

      public GetTransacAggregatedSmsReport blocked(@Nullable Long blocked)
    • getBlocked

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

      public void setBlocked(@Nullable Long blocked)
    • unsubscribed

      public GetTransacAggregatedSmsReport unsubscribed(@Nullable Long unsubscribed)
    • getUnsubscribed

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

      public void setUnsubscribed(@Nullable Long unsubscribed)
    • replied

      public GetTransacAggregatedSmsReport replied(@Nullable Long replied)
    • getReplied

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

      public void setReplied(@Nullable Long replied)
    • accepted

      public GetTransacAggregatedSmsReport accepted(@Nullable Long accepted)
    • getAccepted

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

      public void setAccepted(@Nullable Long accepted)
    • rejected

      public GetTransacAggregatedSmsReport rejected(@Nullable Long rejected)
    • getRejected

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

      public void setRejected(@Nullable Long rejected)
    • skipped

      public GetTransacAggregatedSmsReport skipped(@Nullable Long skipped)
    • getSkipped

      @Nullable public Long getSkipped()
      Number of skipped SMS for the timeframe
      Returns:
      skipped
    • setSkipped

      public void setSkipped(@Nullable Long skipped)
    • 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