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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
getId()
Getter for id The unique ID number of this product.java.lang.Boolean
getIsPremium()
Getter for isPremium If there is an premium classification justification present for this classificationjava.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
setIsPremium(java.lang.Boolean value)
Setter for isPremium If there is an premium classification justification present for this classificationvoid
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
-
-
-
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.
-
getIsPremium
public java.lang.Boolean getIsPremium()
Getter for isPremium If there is an premium classification justification present for this classification
-
setIsPremium
public void setIsPremium(java.lang.Boolean value)
Setter for isPremium If there is an premium classification justification present for this classification
-
toString
public java.lang.String toString()
Returns a JSON string representation of ItemClassificationOutputModel- Overrides:
toString
in classjava.lang.Object
-
-