public class LogbookBackupModel extends Object
Constructor and Description |
---|
LogbookBackupModel() |
Modifier and Type | Method and Description |
---|---|
List<com.fasterxml.jackson.databind.JsonNode> |
getAccessionRegisters() |
String |
getLogbookId() |
org.bson.Document |
getLogbookOperation() |
Long |
getOffset() |
void |
setLogbookId(String logbookId) |
void |
setLogbookOperation(org.bson.Document logbookOperation) |
void |
setOffset(Long offset) |
public String getLogbookId()
public void setLogbookId(String logbookId)
public org.bson.Document getLogbookOperation()
public void setLogbookOperation(org.bson.Document logbookOperation)
public Long getOffset()
public void setOffset(Long offset)
public List<com.fasterxml.jackson.databind.JsonNode> getAccessionRegisters()
Copyright © 2018 Vitam. All rights reserved.