Class CreatedBatchId

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

public class CreatedBatchId extends Object
CreatedBatchId
  • Field Details

  • Constructor Details

    • CreatedBatchId

      public CreatedBatchId()
  • Method Details

    • batchId

      public CreatedBatchId batchId(@Nonnull BigDecimal batchId)
    • getBatchId

      @Nonnull public BigDecimal getBatchId()
      Batch ID of the request
      Returns:
      batchId
    • setBatchId

      public void setBatchId(@Nonnull BigDecimal batchId)
    • count

      public CreatedBatchId count(@Nullable Long count)
    • getCount

      @Nullable public Long getCount()
      Number of orders
      Returns:
      count
    • setCount

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