public class BulkLockTransactionModel
extends java.lang.Object
Constructor and Description |
---|
BulkLockTransactionModel() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.lang.Long> |
getDocumentIds()
Getter for documentIds
List of documents to lock
|
java.lang.Boolean |
getIsLocked()
Getter for isLocked
The lock status to set for the documents designated in this API
|
void |
setDocumentIds(java.util.ArrayList<java.lang.Long> value)
Setter for documentIds
List of documents to lock
|
void |
setIsLocked(java.lang.Boolean value)
Setter for isLocked
The lock status to set for the documents designated in this API
|
java.lang.String |
toString()
Returns a JSON string representation of BulkLockTransactionModel
|
public java.util.ArrayList<java.lang.Long> getDocumentIds()
public void setDocumentIds(java.util.ArrayList<java.lang.Long> value)
public java.lang.Boolean getIsLocked()
public void setIsLocked(java.lang.Boolean value)
public java.lang.String toString()
toString
in class java.lang.Object