public class PlainEdgeEntity extends BaseEntity
Constructor and Description |
---|
PlainEdgeEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getDocumentHandle() |
String |
getDocumentKey() |
String |
getDocumentRevision() |
String |
getFromCollection() |
String |
getToCollection() |
void |
setDocumentHandle(String documentHandle) |
void |
setDocumentKey(String documentKey) |
void |
setDocumentRevision(String 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, toString
public String getDocumentRevision()
public void setDocumentRevision(String 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–2016 ArangoDB GmbH. All rights reserved.