Package com.graphdbapi.driver.v1.graph
Class EdgeInfo
- java.lang.Object
-
- com.graphdbapi.driver.v1.graph.EdgeInfo
-
public class EdgeInfo extends Object
批量操作边的基础信息封装- Version:
- 3.3.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEdgeId()返回边idMap<String,Object>getProperty()返回边属性booleanisMerge()返回集合属性的追加(true)或覆盖(false)
-