Class NexusSummaryModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.NexusSummaryModel
-
public class NexusSummaryModel extends java.lang.Object
Nexus summary model
-
-
Constructor Summary
Constructors Constructor Description NexusSummaryModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getCompanyId()
Getter for companyId Company Idjava.util.ArrayList<NexusTaxTypeGroupCountModel>
getNexusSummary()
Getter for nexusSummary Nexus summary for this companyvoid
setCompanyId(java.lang.Integer value)
Setter for companyId Company Idvoid
setNexusSummary(java.util.ArrayList<NexusTaxTypeGroupCountModel> value)
Setter for nexusSummary Nexus summary for this companyjava.lang.String
toString()
Returns a JSON string representation of NexusSummaryModel
-
-
-
Method Detail
-
getCompanyId
public java.lang.Integer getCompanyId()
Getter for companyId Company Id
-
setCompanyId
public void setCompanyId(java.lang.Integer value)
Setter for companyId Company Id
-
getNexusSummary
public java.util.ArrayList<NexusTaxTypeGroupCountModel> getNexusSummary()
Getter for nexusSummary Nexus summary for this company
-
setNexusSummary
public void setNexusSummary(java.util.ArrayList<NexusTaxTypeGroupCountModel> value)
Setter for nexusSummary Nexus summary for this company
-
toString
public java.lang.String toString()
Returns a JSON string representation of NexusSummaryModel- Overrides:
toString
in classjava.lang.Object
-
-