Class NexusTaxTypeGroupCountModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.NexusTaxTypeGroupCountModel
-
public class NexusTaxTypeGroupCountModel extends java.lang.ObjectNexus tax type groupe with count
-
-
Constructor Summary
Constructors Constructor Description NexusTaxTypeGroupCountModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetCount()Getter for count How many nexus in the groupjava.lang.StringgetNexusTaxTypeGroup()Getter for nexusTaxTypeGroup Which nexus tax type groupvoidsetCount(java.lang.Integer value)Setter for count How many nexus in the groupvoidsetNexusTaxTypeGroup(java.lang.String value)Setter for nexusTaxTypeGroup Which nexus tax type groupjava.lang.StringtoString()Returns a JSON string representation of NexusTaxTypeGroupCountModel
-
-
-
Method Detail
-
getNexusTaxTypeGroup
public java.lang.String getNexusTaxTypeGroup()
Getter for nexusTaxTypeGroup Which nexus tax type group
-
setNexusTaxTypeGroup
public void setNexusTaxTypeGroup(java.lang.String value)
Setter for nexusTaxTypeGroup Which nexus tax type group
-
getCount
public java.lang.Integer getCount()
Getter for count How many nexus in the group
-
setCount
public void setCount(java.lang.Integer value)
Setter for count How many nexus in the group
-
toString
public java.lang.String toString()
Returns a JSON string representation of NexusTaxTypeGroupCountModel- Overrides:
toStringin classjava.lang.Object
-
-