Class ItemBulkUploadOutputModel
java.lang.Object
net.avalara.avatax.rest.client.models.ItemBulkUploadOutputModel
Represents a bulk upload response model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for failed Dictionary of object and respective list of errorsgetTotal()
Getter for total Count of processed objectsvoid
setFailed
(ArrayList<ItemUploadErrorModel> value) Setter for failed Dictionary of object and respective list of errorsvoid
Setter for total Count of processed objectstoString()
Returns a JSON string representation of ItemBulkUploadOutputModel
-
Constructor Details
-
ItemBulkUploadOutputModel
public ItemBulkUploadOutputModel()
-
-
Method Details
-
getTotal
Getter for total Count of processed objects -
setTotal
Setter for total Count of processed objects -
getFailed
Getter for failed Dictionary of object and respective list of errors -
setFailed
Setter for failed Dictionary of object and respective list of errors -
toString
Returns a JSON string representation of ItemBulkUploadOutputModel
-