Class ItemRestrictionOutputModel

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

public class ItemRestrictionOutputModel
extends java.lang.Object
Represents a parameter associated with an item.
  • Constructor Summary

    Constructors 
    Constructor Description
    ItemRestrictionOutputModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer getCompanyId()
    Getter for companyId CompanyId associated with the item
    java.lang.String getComplianceMessage()
    Getter for complianceMessage Message
    java.lang.String getCountryOfExport()
    Getter for countryOfExport The Country Of Export for which this restriction is there
    java.lang.String getCountryOfImport()
    Getter for countryOfImport The Country Of Import for which this restriction is there
    java.lang.String getCountryOfManufacture()
    Getter for countryOfManufacture The Country Of Manufacture for which this restriction is there
    java.util.Date getCreatedDate()
    Getter for createdDate The date when this record was created.
    java.lang.Integer getCreatedUserId()
    Getter for createdUserId The user which created the record
    java.lang.String getGovernmentAgency()
    Getter for governmentAgency Government agency which is related for this restriction
    java.lang.String getHsCode()
    Getter for hsCode The HsCode for which this restriction is getting created
    java.lang.String getId()
    Getter for id
    java.lang.String getItemCode()
    Getter for itemCode Item for which this restrictions exists
    java.lang.String getRegulation()
    Getter for regulation Regulation of the Item
    java.lang.String getRestrictionType()
    Getter for restrictionType Restriction Type of the Item
    void setCompanyId​(java.lang.Integer value)
    Setter for companyId CompanyId associated with the item
    void setComplianceMessage​(java.lang.String value)
    Setter for complianceMessage Message
    void setCountryOfExport​(java.lang.String value)
    Setter for countryOfExport The Country Of Export for which this restriction is there
    void setCountryOfImport​(java.lang.String value)
    Setter for countryOfImport The Country Of Import for which this restriction is there
    void setCountryOfManufacture​(java.lang.String value)
    Setter for countryOfManufacture The Country Of Manufacture for which this restriction is there
    void setCreatedDate​(java.util.Date value)
    Setter for createdDate The date when this record was created.
    void setCreatedUserId​(java.lang.Integer value)
    Setter for createdUserId The user which created the record
    void setGovernmentAgency​(java.lang.String value)
    Setter for governmentAgency Government agency which is related for this restriction
    void setHsCode​(java.lang.String value)
    Setter for hsCode The HsCode for which this restriction is getting created
    void setId​(java.lang.String value)
    Setter for id
    void setItemCode​(java.lang.String value)
    Setter for itemCode Item for which this restrictions exists
    void setRegulation​(java.lang.String value)
    Setter for regulation Regulation of the Item
    void setRestrictionType​(java.lang.String value)
    Setter for restrictionType Restriction Type of the Item
    java.lang.String toString()
    Returns a JSON string representation of ItemRestrictionOutputModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getId

      public java.lang.String getId()
      Getter for id
    • setId

      public void setId​(java.lang.String value)
      Setter for id
    • getCountryOfImport

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

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

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

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

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

      public void setCountryOfManufacture​(java.lang.String value)
      Setter for countryOfManufacture The Country Of Manufacture for which this restriction is there
    • 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
    • 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
    • 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
    • getCreatedDate

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

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

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

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

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