public class NexusTaxTypeGroupCountModel
extends java.lang.Object
| Constructor and Description |
|---|
NexusTaxTypeGroupCountModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCount()
Getter for count
How many nexus in the group
|
java.lang.String |
getNexusTaxTypeGroup()
Getter for nexusTaxTypeGroup
Which nexus tax type group
|
void |
setCount(java.lang.Integer value)
Setter for count
How many nexus in the group
|
void |
setNexusTaxTypeGroup(java.lang.String value)
Setter for nexusTaxTypeGroup
Which nexus tax type group
|
java.lang.String |
toString()
Returns a JSON string representation of NexusTaxTypeGroupCountModel
|
public java.lang.String getNexusTaxTypeGroup()
public void setNexusTaxTypeGroup(java.lang.String value)
public java.lang.Integer getCount()
public void setCount(java.lang.Integer value)
public java.lang.String toString()
toString in class java.lang.Object