Class ItemRestrictionOutputModel
java.lang.Object
net.avalara.avatax.rest.client.models.ItemRestrictionOutputModel
Represents a parameter associated with an item.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for companyId CompanyId associated with the itemGetter for complianceMessage MessageGetter for countryOfExport The Country Of Export for which this restriction is thereGetter for countryOfImport The Country Of Import for which this restriction is thereGetter for countryOfManufacture The Country Of Manufacture for which this restriction is thereGetter for createdDate The date when this record was created.Getter for createdUserId The user which created the recordGetter for governmentAgency Government agency which is related for this restrictionGetter for hsCode The HsCode for which this restriction is getting createdgetId()Getter for idGetter for itemCode Item for which this restrictions existsGetter for regulation Regulation of the ItemGetter for restrictionType Restriction Type of the ItemvoidsetCompanyId(Integer value) Setter for companyId CompanyId associated with the itemvoidsetComplianceMessage(String value) Setter for complianceMessage MessagevoidsetCountryOfExport(String value) Setter for countryOfExport The Country Of Export for which this restriction is therevoidsetCountryOfImport(String value) Setter for countryOfImport The Country Of Import for which this restriction is therevoidsetCountryOfManufacture(String value) Setter for countryOfManufacture The Country Of Manufacture for which this restriction is therevoidsetCreatedDate(Date value) Setter for createdDate The date when this record was created.voidsetCreatedUserId(Integer value) Setter for createdUserId The user which created the recordvoidsetGovernmentAgency(String value) Setter for governmentAgency Government agency which is related for this restrictionvoidSetter for hsCode The HsCode for which this restriction is getting createdvoidSetter for idvoidsetItemCode(String value) Setter for itemCode Item for which this restrictions existsvoidsetRegulation(String value) Setter for regulation Regulation of the ItemvoidsetRestrictionType(String value) Setter for restrictionType Restriction Type of the ItemtoString()Returns a JSON string representation of ItemRestrictionOutputModel
-
Constructor Details
-
ItemRestrictionOutputModel
public ItemRestrictionOutputModel()
-
-
Method Details
-
getId
Getter for id -
setId
Setter for id -
getCountryOfImport
Getter for countryOfImport The Country Of Import for which this restriction is there -
setCountryOfImport
Setter for countryOfImport The Country Of Import for which this restriction is there -
getCountryOfExport
Getter for countryOfExport The Country Of Export for which this restriction is there -
setCountryOfExport
Setter for countryOfExport The Country Of Export for which this restriction is there -
getCountryOfManufacture
Getter for countryOfManufacture The Country Of Manufacture for which this restriction is there -
setCountryOfManufacture
Setter for countryOfManufacture The Country Of Manufacture for which this restriction is there -
getHsCode
Getter for hsCode The HsCode for which this restriction is getting created -
setHsCode
Setter for hsCode The HsCode for which this restriction is getting created -
getItemCode
Getter for itemCode Item for which this restrictions exists -
setItemCode
Setter for itemCode Item for which this restrictions exists -
getCompanyId
Getter for companyId CompanyId associated with the item -
setCompanyId
Setter for companyId CompanyId associated with the item -
getRestrictionType
Getter for restrictionType Restriction Type of the Item -
setRestrictionType
Setter for restrictionType Restriction Type of the Item -
getRegulation
Getter for regulation Regulation of the Item -
setRegulation
Setter for regulation Regulation of the Item -
getGovernmentAgency
Getter for governmentAgency Government agency which is related for this restriction -
setGovernmentAgency
Setter for governmentAgency Government agency which is related for this restriction -
getComplianceMessage
Getter for complianceMessage Message -
setComplianceMessage
Setter for complianceMessage Message -
getCreatedDate
Getter for createdDate The date when this record was created. -
setCreatedDate
Setter for createdDate The date when this record was created. -
getCreatedUserId
Getter for createdUserId The user which created the record -
setCreatedUserId
Setter for createdUserId The user which created the record -
toString
Returns a JSON string representation of ItemRestrictionOutputModel
-