public class ReplicationSyncEntity extends BaseEntity
Constructor and Description |
---|
ReplicationSyncEntity() |
Modifier and Type | Method and Description |
---|---|
List<CollectionEntity> |
getCollections() |
long |
getLastLogTick() |
void |
setCollections(List<CollectionEntity> collections) |
void |
setLastLogTick(long lastLogTick) |
getCode, getErrorMessage, getErrorNumber, getEtag, getRequestId, getStatusCode, isBatchResponseEntity, isError, isNotModified, isUnauthorized, setCode, setError, setErrorMessage, setErrorNumber, setEtag, setRequestId, setStatusCode, toString
public List<CollectionEntity> getCollections()
public long getLastLogTick()
public void setCollections(List<CollectionEntity> collections)
public void setLastLogTick(long lastLogTick)
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.