Class ItemRestrictionInputModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.ItemRestrictionInputModel
-
public class ItemRestrictionInputModel extends java.lang.Object
Represents a parameter associated with an item.
-
-
Constructor Summary
Constructors Constructor Description ItemRestrictionInputModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getCompanyId()
Getter for companyId CompanyId associated with the itemjava.lang.String
getComplianceMessage()
Getter for complianceMessage Messagejava.lang.String
getCountryOfExport()
Getter for countryOfExport The Country Of Export for which this restriction is getting createjava.lang.String
getCountryOfImport()
Getter for countryOfImport The Country Of Import for which this restriction is getting createdjava.lang.String
getCountryOfManufacture()
Getter for countryOfManufacture The Country Of Manufacture for which this restriction is getting createjava.lang.String
getGovernmentAgency()
Getter for governmentAgency Government agency which is related for this restrictionjava.lang.String
getHsCode()
Getter for hsCode The HsCode for which this restriction is getting createdjava.lang.String
getItemCode()
Getter for itemCode Item for which this restrictions existsjava.lang.String
getRegulation()
Getter for regulation Regulation of the Itemjava.lang.String
getRestrictionType()
Getter for restrictionType Restriction Type of the Itemvoid
setCompanyId(java.lang.Integer value)
Setter for companyId CompanyId associated with the itemvoid
setComplianceMessage(java.lang.String value)
Setter for complianceMessage Messagevoid
setCountryOfExport(java.lang.String value)
Setter for countryOfExport The Country Of Export for which this restriction is getting createvoid
setCountryOfImport(java.lang.String value)
Setter for countryOfImport The Country Of Import for which this restriction is getting createdvoid
setCountryOfManufacture(java.lang.String value)
Setter for countryOfManufacture The Country Of Manufacture for which this restriction is getting createvoid
setGovernmentAgency(java.lang.String value)
Setter for governmentAgency Government agency which is related for this restrictionvoid
setHsCode(java.lang.String value)
Setter for hsCode The HsCode for which this restriction is getting createdvoid
setItemCode(java.lang.String value)
Setter for itemCode Item for which this restrictions existsvoid
setRegulation(java.lang.String value)
Setter for regulation Regulation of the Itemvoid
setRestrictionType(java.lang.String value)
Setter for restrictionType Restriction Type of the Itemjava.lang.String
toString()
Returns a JSON string representation of ItemRestrictionInputModel
-
-
-
Method Detail
-
getItemCode
public java.lang.String getItemCode()
Getter for itemCode Item for which this restrictions exists
-
setItemCode
public void setItemCode(java.lang.String value)
Setter for itemCode Item for which this restrictions exists
-
getCompanyId
public java.lang.Integer getCompanyId()
Getter for companyId CompanyId associated with the item
-
setCompanyId
public void setCompanyId(java.lang.Integer value)
Setter for companyId CompanyId associated with the item
-
getHsCode
public java.lang.String getHsCode()
Getter for hsCode The HsCode for which this restriction is getting created
-
setHsCode
public void setHsCode(java.lang.String value)
Setter for hsCode The HsCode for which this restriction is getting created
-
getCountryOfImport
public java.lang.String getCountryOfImport()
Getter for countryOfImport The Country Of Import for which this restriction is getting created
-
setCountryOfImport
public void setCountryOfImport(java.lang.String value)
Setter for countryOfImport The Country Of Import for which this restriction is getting created
-
getCountryOfExport
public java.lang.String getCountryOfExport()
Getter for countryOfExport The Country Of Export for which this restriction is getting create
-
setCountryOfExport
public void setCountryOfExport(java.lang.String value)
Setter for countryOfExport The Country Of Export for which this restriction is getting create
-
getCountryOfManufacture
public java.lang.String getCountryOfManufacture()
Getter for countryOfManufacture The Country Of Manufacture for which this restriction is getting create
-
setCountryOfManufacture
public void setCountryOfManufacture(java.lang.String value)
Setter for countryOfManufacture The Country Of Manufacture for which this restriction is getting create
-
getRestrictionType
public java.lang.String getRestrictionType()
Getter for restrictionType Restriction Type of the Item
-
setRestrictionType
public void setRestrictionType(java.lang.String value)
Setter for restrictionType Restriction Type of the Item
-
getRegulation
public java.lang.String getRegulation()
Getter for regulation Regulation of the Item
-
setRegulation
public void setRegulation(java.lang.String value)
Setter for regulation Regulation of the Item
-
getGovernmentAgency
public java.lang.String getGovernmentAgency()
Getter for governmentAgency Government agency which is related for this restriction
-
setGovernmentAgency
public void setGovernmentAgency(java.lang.String value)
Setter for governmentAgency Government agency which is related for this restriction
-
getComplianceMessage
public java.lang.String getComplianceMessage()
Getter for complianceMessage Message
-
setComplianceMessage
public void setComplianceMessage(java.lang.String value)
Setter for complianceMessage Message
-
toString
public java.lang.String toString()
Returns a JSON string representation of ItemRestrictionInputModel- Overrides:
toString
in classjava.lang.Object
-
-