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.Integer getTotal()
    Getter for total Total number of items processed.
    void setFailed​(java.util.ArrayList<ItemUploadErrorModel> value)
    Setter for failed List of the items that failed during creation because of an error.
    void setTotal​(java.lang.Integer value)
    Setter for total Total number of items processed.
    java.lang.String toString()
    Returns a JSON string representation of ItemCatalogueOutputModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • 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

      public java.util.ArrayList<ItemUploadErrorModel> getFailed()
      Getter for failed List of the items that failed during creation because of an error.
    • setFailed

      public void setFailed​(java.util.ArrayList<ItemUploadErrorModel> value)
      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:
      toString in class java.lang.Object