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 errorsjava.lang.IntegergetTotal()Getter for total Count of processed objectsvoidsetFailed(java.util.ArrayList<ItemUploadErrorModel> value)Setter for failed Dictionary of object and respective list of errorsvoidsetTotal(java.lang.Integer value)Setter for total Count of processed objectsjava.lang.StringtoString()Returns a JSON string representation of ItemBulkUploadOutputModel
-
Constructor Details
-
ItemBulkUploadOutputModel
public ItemBulkUploadOutputModel()
-
-
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
Getter for failed Dictionary of object and respective list of errors -
setFailed
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:
toStringin classjava.lang.Object
-