Class GLAccountBulkUploadOutputModel

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

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

    • GLAccountBulkUploadOutputModel

      public GLAccountBulkUploadOutputModel()
  • Method Details

    • getTotal

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

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

      public ArrayList<GLAccountUploadErrorModel> getFailed()
      Getter for failed A dictionary of the object and a respective list of errors
    • setFailed

      public void setFailed(ArrayList<GLAccountUploadErrorModel> value)
      Setter for failed A dictionary of the object and a respective list of errors
    • toString

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