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
All Methods Instance Methods Concrete Methods 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 formjava.lang.String
getFormCode()
Getter for formCode The code of the tax form that was requestedjava.util.ArrayList<NexusModel>
getNexusDefinitions()
Getter for nexusDefinitions A list of all Avalara-defined nexus that are relevant to this tax formvoid
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 formvoid
setFormCode(java.lang.String value)
Setter for formCode The code of the tax form that was requestedvoid
setNexusDefinitions(java.util.ArrayList<NexusModel> value)
Setter for nexusDefinitions A list of all Avalara-defined nexus that are relevant to this tax formjava.lang.String
toString()
Returns a JSON string representation of NexusByTaxFormModel
-
-
-
Method Detail
-
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 classjava.lang.Object
-
-