Class NexusTaxTypeGroupCountModel

java.lang.Object
net.avalara.avatax.rest.client.models.NexusTaxTypeGroupCountModel

public class NexusTaxTypeGroupCountModel
extends java.lang.Object
Nexus tax type groupe with count
  • Constructor Summary

    Constructors 
    Constructor Description
    NexusTaxTypeGroupCountModel()  
  • Method Summary

    Modifier and Type Method 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • 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:
      toString in class java.lang.Object