public class NexusSummaryModel
extends java.lang.Object
Constructor and Description |
---|
NexusSummaryModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCompanyId()
Getter for companyId
Company Id
|
java.util.ArrayList<NexusTaxTypeGroupCountModel> |
getNexusSummary()
Getter for nexusSummary
Nexus summary for this company
|
void |
setCompanyId(java.lang.Integer value)
Setter for companyId
Company Id
|
void |
setNexusSummary(java.util.ArrayList<NexusTaxTypeGroupCountModel> value)
Setter for nexusSummary
Nexus summary for this company
|
java.lang.String |
toString()
Returns a JSON string representation of NexusSummaryModel
|
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer value)
public java.util.ArrayList<NexusTaxTypeGroupCountModel> getNexusSummary()
public void setNexusSummary(java.util.ArrayList<NexusTaxTypeGroupCountModel> value)
public java.lang.String toString()
toString
in class java.lang.Object