Class ItemClassificationOutputModel

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

public class ItemClassificationOutputModel extends Object
Product classification output model.
  • Constructor Details

    • ItemClassificationOutputModel

      public ItemClassificationOutputModel()
  • Method Details

    • getId

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

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

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

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

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

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

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

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

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

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

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