Class NexusByTaxFormModel

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

public class NexusByTaxFormModel
extends java.lang.Object
Identifies all nexus that match a particular tax form
  • Constructor Summary

    Constructors 
    Constructor Description
    NexusByTaxFormModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer getCompanyId()
    Getter for companyId The company ID of the company that was used to load the companyNexus array.
    java.util.ArrayList<NexusModel> getCompanyNexus()
    Getter for companyNexus A list of all currently-defined company nexus that are related to this tax form
    java.lang.String getFormCode()
    Getter for formCode The code of the tax form that was requested
    java.util.ArrayList<NexusModel> getNexusDefinitions()
    Getter for nexusDefinitions A list of all Avalara-defined nexus that are relevant to this tax form
    void setCompanyId​(java.lang.Integer value)
    Setter for companyId The company ID of the company that was used to load the companyNexus array.
    void setCompanyNexus​(java.util.ArrayList<NexusModel> value)
    Setter for companyNexus A list of all currently-defined company nexus that are related to this tax form
    void setFormCode​(java.lang.String value)
    Setter for formCode The code of the tax form that was requested
    void setNexusDefinitions​(java.util.ArrayList<NexusModel> value)
    Setter for nexusDefinitions A list of all Avalara-defined nexus that are relevant to this tax form
    java.lang.String toString()
    Returns a JSON string representation of NexusByTaxFormModel

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getFormCode

      public java.lang.String getFormCode()
      Getter for formCode The code of the tax form that was requested
    • setFormCode

      public void setFormCode​(java.lang.String value)
      Setter for formCode The code of the tax form that was requested
    • getCompanyId

      public java.lang.Integer getCompanyId()
      Getter for companyId The company ID of the company that was used to load the companyNexus array. If this value is null, no company data was loaded.
    • setCompanyId

      public void setCompanyId​(java.lang.Integer value)
      Setter for companyId The company ID of the company that was used to load the companyNexus array. If this value is null, no company data was loaded.
    • getNexusDefinitions

      public java.util.ArrayList<NexusModel> getNexusDefinitions()
      Getter for nexusDefinitions A list of all Avalara-defined nexus that are relevant to this tax form
    • setNexusDefinitions

      public void setNexusDefinitions​(java.util.ArrayList<NexusModel> value)
      Setter for nexusDefinitions A list of all Avalara-defined nexus that are relevant to this tax form
    • getCompanyNexus

      public java.util.ArrayList<NexusModel> getCompanyNexus()
      Getter for companyNexus A list of all currently-defined company nexus that are related to this tax form
    • setCompanyNexus

      public void setCompanyNexus​(java.util.ArrayList<NexusModel> value)
      Setter for companyNexus A list of all currently-defined company nexus that are related to this tax form
    • toString

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