Class CreateUpdateBatchCategoryModel

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

public class CreateUpdateBatchCategoryModel extends Object
CreateUpdateBatchCategoryModel
  • Field Details

  • Constructor Details

    • CreateUpdateBatchCategoryModel

      public CreateUpdateBatchCategoryModel()
  • Method Details

    • createdCount

      public CreateUpdateBatchCategoryModel createdCount(@Nullable Long createdCount)
    • getCreatedCount

      @Nullable public Long getCreatedCount()
      Number of the new created categories
      Returns:
      createdCount
    • setCreatedCount

      public void setCreatedCount(@Nullable Long createdCount)
    • updatedCount

      public CreateUpdateBatchCategoryModel updatedCount(@Nullable Long updatedCount)
    • getUpdatedCount

      @Nullable public Long getUpdatedCount()
      Number of the existing categories updated
      Returns:
      updatedCount
    • setUpdatedCount

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