public class NexusByTaxFormModel
extends java.lang.Object
Constructor and Description |
---|
NexusByTaxFormModel() |
Modifier and Type | Method and 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
|
public java.lang.String getFormCode()
public void setFormCode(java.lang.String value)
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer value)
public java.util.ArrayList<NexusModel> getNexusDefinitions()
public void setNexusDefinitions(java.util.ArrayList<NexusModel> value)
public java.util.ArrayList<NexusModel> getCompanyNexus()
public void setCompanyNexus(java.util.ArrayList<NexusModel> value)
public java.lang.String toString()
toString
in class java.lang.Object