Class BulkLockTransactionResult

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

public class BulkLockTransactionResult
extends java.lang.Object
Returns information about transactions that were locked
  • Constructor Summary

    Constructors 
    Constructor Description
    BulkLockTransactionResult()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer getNumberOfRecords()
    Getter for numberOfRecords Number of records that have been modified
    void setNumberOfRecords​(java.lang.Integer value)
    Setter for numberOfRecords Number of records that have been modified
    java.lang.String toString()
    Returns a JSON string representation of BulkLockTransactionResult

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getNumberOfRecords

      public java.lang.Integer getNumberOfRecords()
      Getter for numberOfRecords Number of records that have been modified
    • setNumberOfRecords

      public void setNumberOfRecords​(java.lang.Integer value)
      Setter for numberOfRecords Number of records that have been modified
    • toString

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