Class ItemClassificationOutputModel

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter for id The unique ID number of this product.
    Getter for isPremium If there is an premium classification justification present for this classification
    Getter for itemId The unique ID number of the item this product belongs to.
    Getter for productCode A unique code representing this item.
    Getter for systemCode A unique code representing this item.
    Getter for systemId The system id which the product belongs.
    void
    setId(Long value)
    Setter for id The unique ID number of this product.
    void
    Setter for isPremium If there is an premium classification justification present for this classification
    void
    setItemId(Long value)
    Setter for itemId The unique ID number of the item this product belongs to.
    void
    Setter for productCode A unique code representing this item.
    void
    Setter for systemCode A unique code representing this item.
    void
    Setter for systemId The system id which the product belongs.
    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

    • 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.
    • getIsPremium

      public Boolean getIsPremium()
      Getter for isPremium If there is an premium classification justification present for this classification
    • setIsPremium

      public void setIsPremium(Boolean value)
      Setter for isPremium If there is an premium classification justification present for this classification
    • toString

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