Class GetAggregatedReport

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

public class GetAggregatedReport extends Object
GetAggregatedReport
  • Field Details

  • Constructor Details

    • GetAggregatedReport

      public GetAggregatedReport()
  • Method Details

    • range

      public GetAggregatedReport 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 GetAggregatedReport 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 GetAggregatedReport delivered(@Nullable Long delivered)
    • getDelivered

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

      public void setDelivered(@Nullable Long delivered)
    • hardBounces

      public GetAggregatedReport 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 GetAggregatedReport softBounces(@Nullable Long softBounces)
    • getSoftBounces

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

      public void setSoftBounces(@Nullable Long softBounces)
    • clicks

      public GetAggregatedReport clicks(@Nullable Long clicks)
    • getClicks

      @Nullable public Long getClicks()
      Number of clicks for the timeframe
      Returns:
      clicks
    • setClicks

      public void setClicks(@Nullable Long clicks)
    • uniqueClicks

      public GetAggregatedReport uniqueClicks(@Nullable Long uniqueClicks)
    • getUniqueClicks

      @Nullable public Long getUniqueClicks()
      Number of unique clicks for the timeframe
      Returns:
      uniqueClicks
    • setUniqueClicks

      public void setUniqueClicks(@Nullable Long uniqueClicks)
    • opens

      public GetAggregatedReport opens(@Nullable Long opens)
    • getOpens

      @Nullable public Long getOpens()
      Number of openings for the timeframe
      Returns:
      opens
    • setOpens

      public void setOpens(@Nullable Long opens)
    • uniqueOpens

      public GetAggregatedReport uniqueOpens(@Nullable Long uniqueOpens)
    • getUniqueOpens

      @Nullable public Long getUniqueOpens()
      Number of unique openings for the timeframe
      Returns:
      uniqueOpens
    • setUniqueOpens

      public void setUniqueOpens(@Nullable Long uniqueOpens)
    • spamReports

      public GetAggregatedReport spamReports(@Nullable Long spamReports)
    • getSpamReports

      @Nullable public Long getSpamReports()
      Number of complaint (spam report) for the timeframe
      Returns:
      spamReports
    • setSpamReports

      public void setSpamReports(@Nullable Long spamReports)
    • blocked

      public GetAggregatedReport blocked(@Nullable Long blocked)
    • getBlocked

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

      public void setBlocked(@Nullable Long blocked)
    • invalid

      public GetAggregatedReport invalid(@Nullable Long invalid)
    • getInvalid

      @Nullable public Long getInvalid()
      Number of invalid emails for the timeframe
      Returns:
      invalid
    • setInvalid

      public void setInvalid(@Nullable Long invalid)
    • unsubscribed

      public GetAggregatedReport unsubscribed(@Nullable Long unsubscribed)
    • getUnsubscribed

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

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