Class ItemBulkUploadOutputModel

java.lang.Object
net.avalara.avatax.rest.client.models.ItemBulkUploadOutputModel

public class ItemBulkUploadOutputModel extends Object
Represents a bulk upload response model.
  • Constructor Details

    • ItemBulkUploadOutputModel

      public ItemBulkUploadOutputModel()
  • Method Details

    • getTotal

      public Integer getTotal()
      Getter for total Count of processed objects
    • setTotal

      public void setTotal(Integer value)
      Setter for total Count of processed objects
    • getFailed

      public ArrayList<ItemUploadErrorModel> getFailed()
      Getter for failed Dictionary of object and respective list of errors
    • setFailed

      public void setFailed(ArrayList<ItemUploadErrorModel> value)
      Setter for failed Dictionary of object and respective list of errors
    • toString

      public String toString()
      Returns a JSON string representation of ItemBulkUploadOutputModel
      Overrides:
      toString in class Object