Class ItemClassificationOutputModel

java.lang.Object
net.avalara.avatax.rest.client.models.ItemClassificationOutputModel

public class ItemClassificationOutputModel
extends java.lang.Object
Product classification output model.
  • Constructor Summary

    Constructors 
    Constructor Description
    ItemClassificationOutputModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Long getId()
    Getter for id The unique ID number of this product.
    java.lang.Long getItemId()
    Getter for itemId The unique ID number of the item this product belongs to.
    java.lang.String getProductCode()
    Getter for productCode A unique code representing this item.
    java.lang.String getSystemCode()
    Getter for systemCode A unique code representing this item.
    java.lang.Integer getSystemId()
    Getter for systemId The system id which the product belongs.
    void setId​(java.lang.Long value)
    Setter for id The unique ID number of this product.
    void setItemId​(java.lang.Long value)
    Setter for itemId The unique ID number of the item this product belongs to.
    void setProductCode​(java.lang.String value)
    Setter for productCode A unique code representing this item.
    void setSystemCode​(java.lang.String value)
    Setter for systemCode A unique code representing this item.
    void setSystemId​(java.lang.Integer value)
    Setter for systemId The system id which the product belongs.
    java.lang.String toString()
    Returns a JSON string representation of ItemClassificationOutputModel

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getId

      public java.lang.Long getId()
      Getter for id The unique ID number of this product.
    • setId

      public void setId​(java.lang.Long value)
      Setter for id The unique ID number of this product.
    • getItemId

      public java.lang.Long getItemId()
      Getter for itemId The unique ID number of the item this product belongs to.
    • setItemId

      public void setItemId​(java.lang.Long value)
      Setter for itemId The unique ID number of the item this product belongs to.
    • getSystemId

      public java.lang.Integer getSystemId()
      Getter for systemId The system id which the product belongs.
    • setSystemId

      public void setSystemId​(java.lang.Integer value)
      Setter for systemId The system id which the product belongs.
    • getProductCode

      public java.lang.String getProductCode()
      Getter for productCode A unique code representing this item.
    • setProductCode

      public void setProductCode​(java.lang.String value)
      Setter for productCode A unique code representing this item.
    • getSystemCode

      public java.lang.String getSystemCode()
      Getter for systemCode A unique code representing this item.
    • setSystemCode

      public void setSystemCode​(java.lang.String value)
      Setter for systemCode A unique code representing this item.
    • toString

      public java.lang.String toString()
      Returns a JSON string representation of ItemClassificationOutputModel
      Overrides:
      toString in class java.lang.Object