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
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
-
Constructor Details
-
NexusSummaryModel
public NexusSummaryModel()
-
-
Method Details
-
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
Getter for nexusSummary Nexus summary for this company -
setNexusSummary
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
-