public class ReplicationInventoryEntity extends BaseEntity
Modifier and Type | Class and Description |
---|---|
static class |
ReplicationInventoryEntity.Collection |
static class |
ReplicationInventoryEntity.CollectionParameter |
Constructor and Description |
---|
ReplicationInventoryEntity() |
Modifier and Type | Method and Description |
---|---|
List<ReplicationInventoryEntity.Collection> |
getCollections() |
ReplicationState |
getState() |
long |
getTick() |
void |
setCollections(List<ReplicationInventoryEntity.Collection> collections) |
void |
setState(ReplicationState state) |
void |
setTick(long tick) |
getCode, getErrorMessage, getErrorNumber, getEtag, getRequestId, getStatusCode, isBatchResponseEntity, isError, isNotModified, isUnauthorized, setCode, setError, setErrorMessage, setErrorNumber, setEtag, setRequestId, setStatusCode
public List<ReplicationInventoryEntity.Collection> getCollections()
public ReplicationState getState()
public long getTick()
public void setCollections(List<ReplicationInventoryEntity.Collection> collections)
public void setState(ReplicationState state)
public void setTick(long tick)
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.