Class NexusSummaryModel

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

public class NexusSummaryModel
extends java.lang.Object
Nexus summary model
  • Constructor Summary

    Constructors 
    Constructor Description
    NexusSummaryModel()  
  • Method Summary

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

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getCompanyId

      public java.lang.Integer getCompanyId()
      Getter for companyId Company Id
    • setCompanyId

      public void setCompanyId​(java.lang.Integer value)
      Setter for companyId Company Id
    • getNexusSummary

      public java.util.ArrayList<NexusTaxTypeGroupCountModel> getNexusSummary()
      Getter for nexusSummary Nexus summary for this company
    • setNexusSummary

      public void setNexusSummary​(java.util.ArrayList<NexusTaxTypeGroupCountModel> value)
      Setter for nexusSummary Nexus summary for this company
    • toString

      public java.lang.String toString()
      Returns a JSON string representation of NexusSummaryModel
      Overrides:
      toString in class java.lang.Object