Class ProductClassificationSystemModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.ProductClassificationSystemModel
-
public class ProductClassificationSystemModel extends java.lang.Object
Represents a product classification system.
-
-
Constructor Summary
Constructors Constructor Description ProductClassificationSystemModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ArrayList<ProductSystemCountryModel>
getCountries()
Getter for countries List of all countries that belong to the system includingjava.lang.String
getCustomsValue()
Getter for customsValue custom value set for the systemjava.lang.String
getDescription()
Getter for description A friendly human-readable name representing this System.java.lang.String
getSystemCode()
Getter for systemCode The System code for this System.java.lang.Integer
getSystemId()
Getter for systemId Its Integer SystemId value for Systemvoid
setCountries(java.util.ArrayList<ProductSystemCountryModel> value)
Setter for countries List of all countries that belong to the system includingvoid
setCustomsValue(java.lang.String value)
Setter for customsValue custom value set for the systemvoid
setDescription(java.lang.String value)
Setter for description A friendly human-readable name representing this System.void
setSystemCode(java.lang.String value)
Setter for systemCode The System code for this System.void
setSystemId(java.lang.Integer value)
Setter for systemId Its Integer SystemId value for Systemjava.lang.String
toString()
Returns a JSON string representation of ProductClassificationSystemModel
-
-
-
Method Detail
-
getSystemId
public java.lang.Integer getSystemId()
Getter for systemId Its Integer SystemId value for System
-
setSystemId
public void setSystemId(java.lang.Integer value)
Setter for systemId Its Integer SystemId value for System
-
getSystemCode
public java.lang.String getSystemCode()
Getter for systemCode The System code for this System.
-
setSystemCode
public void setSystemCode(java.lang.String value)
Setter for systemCode The System code for this System.
-
getDescription
public java.lang.String getDescription()
Getter for description A friendly human-readable name representing this System.
-
setDescription
public void setDescription(java.lang.String value)
Setter for description A friendly human-readable name representing this System.
-
getCustomsValue
public java.lang.String getCustomsValue()
Getter for customsValue custom value set for the system
-
setCustomsValue
public void setCustomsValue(java.lang.String value)
Setter for customsValue custom value set for the system
-
getCountries
public java.util.ArrayList<ProductSystemCountryModel> getCountries()
Getter for countries List of all countries that belong to the system including
-
setCountries
public void setCountries(java.util.ArrayList<ProductSystemCountryModel> value)
Setter for countries List of all countries that belong to the system including
-
toString
public java.lang.String toString()
Returns a JSON string representation of ProductClassificationSystemModel- Overrides:
toString
in classjava.lang.Object
-
-