public class PlainEdgeEntity extends BaseEntity
Constructor and Description |
---|
PlainEdgeEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getDocumentHandle() |
String |
getDocumentKey() |
long |
getDocumentRevision() |
String |
getFromCollection() |
String |
getToCollection() |
void |
setDocumentHandle(String documentHandle) |
void |
setDocumentKey(String documentKey) |
void |
setDocumentRevision(long documentRevision) |
void |
setFromCollection(String fromCollection) |
void |
setToCollection(String toCollection) |
getCode, getErrorMessage, getErrorNumber, getEtag, getRequestId, getStatusCode, isBatchResponseEntity, isError, isNotModified, isUnauthorized, setCode, setError, setErrorMessage, setErrorNumber, setEtag, setRequestId, setStatusCode
public long getDocumentRevision()
public void setDocumentRevision(long documentRevision)
public String getDocumentHandle()
public void setDocumentHandle(String documentHandle)
public String getDocumentKey()
public void setDocumentKey(String documentKey)
public String getFromCollection()
public void setFromCollection(String fromCollection)
public String getToCollection()
public void setToCollection(String toCollection)
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.