Class WhatsappCampStats

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

public class WhatsappCampStats extends Object
WhatsappCampStats
  • Field Details

  • Constructor Details

    • WhatsappCampStats

      public WhatsappCampStats()
  • Method Details

    • sent

      public WhatsappCampStats sent(@Nonnull Integer sent)
    • getSent

      @Nonnull public Integer getSent()
      Get sent
      Returns:
      sent
    • setSent

      public void setSent(@Nonnull Integer sent)
    • delivered

      public WhatsappCampStats delivered(@Nonnull Integer delivered)
    • getDelivered

      @Nonnull public Integer getDelivered()
      Get delivered
      Returns:
      delivered
    • setDelivered

      public void setDelivered(@Nonnull Integer delivered)
    • read

      public WhatsappCampStats read(@Nonnull Integer read)
    • getRead

      @Nonnull public Integer getRead()
      Get read
      Returns:
      read
    • setRead

      public void setRead(@Nonnull Integer read)
    • unsubscribe

      public WhatsappCampStats unsubscribe(@Nonnull Integer unsubscribe)
    • getUnsubscribe

      @Nonnull public Integer getUnsubscribe()
      Get unsubscribe
      Returns:
      unsubscribe
    • setUnsubscribe

      public void setUnsubscribe(@Nonnull Integer unsubscribe)
    • notSent

      public WhatsappCampStats notSent(@Nonnull Integer notSent)
    • getNotSent

      @Nonnull public Integer getNotSent()
      Get notSent
      Returns:
      notSent
    • setNotSent

      public void setNotSent(@Nonnull Integer notSent)
    • 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