Class ItemClassificationOutputModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.ItemClassificationOutputModel
-
public class ItemClassificationOutputModel extends java.lang.ObjectProduct classification output model.
-
-
Constructor Summary
Constructors Constructor Description ItemClassificationOutputModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetId()Getter for id The unique ID number of this product.java.lang.LonggetItemId()Getter for itemId The unique ID number of the item this product belongs to.java.lang.StringgetProductCode()Getter for productCode A unique code representing this item.java.lang.StringgetSystemCode()Getter for systemCode A unique code representing this item.java.lang.IntegergetSystemId()Getter for systemId The system id which the product belongs.voidsetId(java.lang.Long value)Setter for id The unique ID number of this product.voidsetItemId(java.lang.Long value)Setter for itemId The unique ID number of the item this product belongs to.voidsetProductCode(java.lang.String value)Setter for productCode A unique code representing this item.voidsetSystemCode(java.lang.String value)Setter for systemCode A unique code representing this item.voidsetSystemId(java.lang.Integer value)Setter for systemId The system id which the product belongs.java.lang.StringtoString()Returns a JSON string representation of ItemClassificationOutputModel
-
-
-
Method Detail
-
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:
toStringin classjava.lang.Object
-
-