public class BaseEdgeDocument extends BaseDocument
id, key, properties, revision
Constructor and Description |
---|
BaseEdgeDocument() |
BaseEdgeDocument(Map<String,Object> properties) |
BaseEdgeDocument(String from,
String to) |
BaseEdgeDocument(String key,
String from,
String to) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFrom() |
String |
getTo() |
int |
hashCode() |
void |
setFrom(String from) |
void |
setTo(String to) |
String |
toString() |
addAttribute, getAttribute, getId, getKey, getProperties, getRevision, setId, setKey, setProperties, setRevision, updateAttribute
public String getFrom()
public void setFrom(String from)
public String getTo()
public void setTo(String to)
public String toString()
toString
in class BaseDocument
public int hashCode()
hashCode
in class BaseDocument
public boolean equals(Object obj)
equals
in class BaseDocument
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.