Class ClassificationModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.ClassificationModel
-
public class ClassificationModel extends java.lang.Object
Represents a classification for a given item.
-
-
Constructor Summary
Constructors Constructor Description ClassificationModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
getIsPremium()
Getter for isPremium If there is an premium classification justification present for this classificationjava.lang.String
getProductCode()
Getter for productCode The product code of an item in a given system.java.lang.String
getSystemCode()
Getter for systemCode The system code in which the product belongs.void
setIsPremium(java.lang.Boolean value)
Setter for isPremium If there is an premium classification justification present for this classificationvoid
setProductCode(java.lang.String value)
Setter for productCode The product code of an item in a given system.void
setSystemCode(java.lang.String value)
Setter for systemCode The system code in which the product belongs.java.lang.String
toString()
Returns a JSON string representation of ClassificationModel
-
-
-
Method Detail
-
getProductCode
public java.lang.String getProductCode()
Getter for productCode The product code of an item in a given system.
-
setProductCode
public void setProductCode(java.lang.String value)
Setter for productCode The product code of an item in a given system.
-
getSystemCode
public java.lang.String getSystemCode()
Getter for systemCode The system code in which the product belongs.
-
setSystemCode
public void setSystemCode(java.lang.String value)
Setter for systemCode The system code in which the product belongs.
-
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 ClassificationModel- Overrides:
toString
in classjava.lang.Object
-
-