Class GLAccountBulkUploadOutputModel
java.lang.Object
net.avalara.avatax.rest.client.models.GLAccountBulkUploadOutputModel
Represents a bulk upload response model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for failed A dictionary of the object and a respective list of errorsgetTotal()
Getter for total The total number of processed objectsvoid
Setter for failed A dictionary of the object and a respective list of errorsvoid
Setter for total The total number of processed objectstoString()
Returns a JSON string representation of GLAccountBulkUploadOutputModel
-
Constructor Details
-
GLAccountBulkUploadOutputModel
public GLAccountBulkUploadOutputModel()
-
-
Method Details
-
getTotal
Getter for total The total number of processed objects -
setTotal
Setter for total The total number of processed objects -
getFailed
Getter for failed A dictionary of the object and a respective list of errors -
setFailed
Setter for failed A dictionary of the object and a respective list of errors -
toString
Returns a JSON string representation of GLAccountBulkUploadOutputModel
-