public class VertexInfoById extends Object
Constructor and Description |
---|
VertexInfoById(long id,
Map<String,Object> property)
根据点ID创建点,集合属性默认追加
|
VertexInfoById(long id,
Map<String,Object> property,
boolean isMerge)
根据点ID创建点
|
Modifier and Type | Method and Description |
---|---|
long |
getId()
返回点id
|
Map<String,Object> |
getProperty()
返回点的属性集合
|
boolean |
isMerge()
返回集合属性的追加(true)或覆盖(false)
|
Copyright © 2024. All rights reserved.