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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ArrayList<java.lang.Long>
getDocumentIds()
Getter for documentIds List of documents to lockjava.lang.Boolean
getIsLocked()
Getter for isLocked The lock status to set for the documents designated in this APIvoid
setDocumentIds(java.util.ArrayList<java.lang.Long> value)
Setter for documentIds List of documents to lockvoid
setIsLocked(java.lang.Boolean value)
Setter for isLocked The lock status to set for the documents designated in this APIjava.lang.String
toString()
Returns a JSON string representation of BulkLockTransactionModel
-
-
-
Method Detail
-
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:
toString
in classjava.lang.Object
-
-