Class ItemClassificationOutputModel
java.lang.Object
net.avalara.avatax.rest.client.models.ItemClassificationOutputModel
Product classification output model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Getter for id The unique ID number of this product.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.voidSetter for id The unique ID number of this product.voidSetter for itemId The unique ID number of the item this product belongs to.voidsetProductCode(String value) Setter for productCode A unique code representing this item.voidsetSystemCode(String value) Setter for systemCode A unique code representing this item.voidsetSystemId(Integer value) Setter for systemId The system id which the product belongs.toString()Returns a JSON string representation of ItemClassificationOutputModel
-
Constructor Details
-
ItemClassificationOutputModel
public ItemClassificationOutputModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this product. -
setId
Setter for id The unique ID number of this product. -
getItemId
Getter for itemId The unique ID number of the item this product belongs to. -
setItemId
Setter for itemId The unique ID number of the item this product belongs to. -
getSystemId
Getter for systemId The system id which the product belongs. -
setSystemId
Setter for systemId The system id which the product belongs. -
getProductCode
Getter for productCode A unique code representing this item. -
setProductCode
Setter for productCode A unique code representing this item. -
getSystemCode
Getter for systemCode A unique code representing this item. -
setSystemCode
Setter for systemCode A unique code representing this item. -
toString
Returns a JSON string representation of ItemClassificationOutputModel
-