Class ItemCatalogueOutputModel
java.lang.Object
net.avalara.avatax.rest.client.models.ItemCatalogueOutputModel
public class ItemCatalogueOutputModel
extends java.lang.Object
Item Catalogue output model.
-
Constructor Summary
Constructors Constructor Description ItemCatalogueOutputModel() -
Method Summary
Modifier and Type Method Description java.util.ArrayList<ItemUploadErrorModel>getFailed()Getter for failed List of the items that failed during creation because of an error.java.lang.IntegergetTotal()Getter for total Total number of items processed.voidsetFailed(java.util.ArrayList<ItemUploadErrorModel> value)Setter for failed List of the items that failed during creation because of an error.voidsetTotal(java.lang.Integer value)Setter for total Total number of items processed.java.lang.StringtoString()Returns a JSON string representation of ItemCatalogueOutputModel
-
Constructor Details
-
ItemCatalogueOutputModel
public ItemCatalogueOutputModel()
-
-
Method Details
-
getTotal
public java.lang.Integer getTotal()Getter for total Total number of items processed. -
setTotal
public void setTotal(java.lang.Integer value)Setter for total Total number of items processed. -
getFailed
Getter for failed List of the items that failed during creation because of an error. -
setFailed
Setter for failed List of the items that failed during creation because of an error. -
toString
public java.lang.String toString()Returns a JSON string representation of ItemCatalogueOutputModel- Overrides:
toStringin classjava.lang.Object
-