Class BulkLockTransactionModel
java.lang.Object
net.avalara.avatax.rest.client.models.BulkLockTransactionModel
public class BulkLockTransactionModel
extends java.lang.Object
Bulk lock documents model
-
Constructor Summary
Constructors Constructor Description BulkLockTransactionModel() -
Method Summary
Modifier and Type Method Description java.util.ArrayList<java.lang.Long>getDocumentIds()Getter for documentIds List of documents to lockjava.lang.BooleangetIsLocked()Getter for isLocked The lock status to set for the documents designated in this APIvoidsetDocumentIds(java.util.ArrayList<java.lang.Long> value)Setter for documentIds List of documents to lockvoidsetIsLocked(java.lang.Boolean value)Setter for isLocked The lock status to set for the documents designated in this APIjava.lang.StringtoString()Returns a JSON string representation of BulkLockTransactionModel
-
Constructor Details
-
BulkLockTransactionModel
public BulkLockTransactionModel()
-
-
Method Details
-
getDocumentIds
public java.util.ArrayList<java.lang.Long> getDocumentIds()Getter for documentIds List of documents to lock -
setDocumentIds
public void setDocumentIds(java.util.ArrayList<java.lang.Long> value)Setter for documentIds List of documents to lock -
getIsLocked
public java.lang.Boolean getIsLocked()Getter for isLocked The lock status to set for the documents designated in this API -
setIsLocked
public void setIsLocked(java.lang.Boolean value)Setter for isLocked The lock status to set for the documents designated in this API -
toString
public java.lang.String toString()Returns a JSON string representation of BulkLockTransactionModel- Overrides:
toStringin classjava.lang.Object
-