Class ItemBulkUploadOutputModel

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

public class ItemBulkUploadOutputModel
extends java.lang.Object
Represents a bulk upload response model.
  • Constructor Summary

    Constructors 
    Constructor Description
    ItemBulkUploadOutputModel()  
  • Method Summary

    Modifier and Type Method Description
    java.util.ArrayList<ItemUploadErrorModel> getFailed()
    Getter for failed Dictionary of object and respective list of errors
    java.lang.Integer getTotal()
    Getter for total Count of processed objects
    void setFailed​(java.util.ArrayList<ItemUploadErrorModel> value)
    Setter for failed Dictionary of object and respective list of errors
    void setTotal​(java.lang.Integer value)
    Setter for total Count of processed objects
    java.lang.String toString()
    Returns a JSON string representation of ItemBulkUploadOutputModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getTotal

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

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

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

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

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