Class ItemRestrictionOutputModel

java.lang.Object
net.avalara.avatax.rest.client.models.ItemRestrictionOutputModel

public class ItemRestrictionOutputModel extends Object
Represents a parameter associated with an item.
  • Constructor Details

    • ItemRestrictionOutputModel

      public ItemRestrictionOutputModel()
  • Method Details

    • getId

      public String getId()
      Getter for id
    • setId

      public void setId(String value)
      Setter for id
    • getCountryOfImport

      public String getCountryOfImport()
      Getter for countryOfImport The Country Of Import for which this restriction is there
    • setCountryOfImport

      public void setCountryOfImport(String value)
      Setter for countryOfImport The Country Of Import for which this restriction is there
    • getCountryOfExport

      public String getCountryOfExport()
      Getter for countryOfExport The Country Of Export for which this restriction is there
    • setCountryOfExport

      public void setCountryOfExport(String value)
      Setter for countryOfExport The Country Of Export for which this restriction is there
    • getCountryOfManufacture

      public String getCountryOfManufacture()
      Getter for countryOfManufacture The Country Of Manufacture for which this restriction is there
    • setCountryOfManufacture

      public void setCountryOfManufacture(String value)
      Setter for countryOfManufacture The Country Of Manufacture for which this restriction is there
    • getHsCode

      public String getHsCode()
      Getter for hsCode The HsCode for which this restriction is getting created
    • setHsCode

      public void setHsCode(String value)
      Setter for hsCode The HsCode for which this restriction is getting created
    • getItemCode

      public String getItemCode()
      Getter for itemCode Item for which this restrictions exists
    • setItemCode

      public void setItemCode(String value)
      Setter for itemCode Item for which this restrictions exists
    • getCompanyId

      public Integer getCompanyId()
      Getter for companyId CompanyId associated with the item
    • setCompanyId

      public void setCompanyId(Integer value)
      Setter for companyId CompanyId associated with the item
    • getRestrictionType

      public String getRestrictionType()
      Getter for restrictionType Restriction Type of the Item
    • setRestrictionType

      public void setRestrictionType(String value)
      Setter for restrictionType Restriction Type of the Item
    • getRegulation

      public String getRegulation()
      Getter for regulation Regulation of the Item
    • setRegulation

      public void setRegulation(String value)
      Setter for regulation Regulation of the Item
    • getGovernmentAgency

      public String getGovernmentAgency()
      Getter for governmentAgency Government agency which is related for this restriction
    • setGovernmentAgency

      public void setGovernmentAgency(String value)
      Setter for governmentAgency Government agency which is related for this restriction
    • getComplianceMessage

      public String getComplianceMessage()
      Getter for complianceMessage Message
    • setComplianceMessage

      public void setComplianceMessage(String value)
      Setter for complianceMessage Message
    • getCreatedDate

      public Date getCreatedDate()
      Getter for createdDate The date when this record was created.
    • setCreatedDate

      public void setCreatedDate(Date value)
      Setter for createdDate The date when this record was created.
    • getCreatedUserId

      public Integer getCreatedUserId()
      Getter for createdUserId The user which created the record
    • setCreatedUserId

      public void setCreatedUserId(Integer value)
      Setter for createdUserId The user which created the record
    • toString

      public String toString()
      Returns a JSON string representation of ItemRestrictionOutputModel
      Overrides:
      toString in class Object