Class NexusTaxTypeGroupCountModel


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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • NexusTaxTypeGroupCountModel

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