Class VertexInfoById


  • public class VertexInfoById
    extends Object
    批量操作点的基础信息封装
    Version:
    3.3.0
    • Constructor Detail

      • VertexInfoById

        public VertexInfoById​(long id,
                              Map<String,​Object> property)
        根据点ID创建点,集合属性默认追加
        Parameters:
        id - 点id
        property - 点属性
      • VertexInfoById

        public VertexInfoById​(long id,
                              Map<String,​Object> property,
                              boolean isMerge)
        根据点ID创建点
        Parameters:
        id - 点id
        property - 点属性
        isMerge - 集合属性的追加(true)或覆盖(false)
    • Method Detail

      • getId

        public long getId()
        返回点id
        Returns:
        long 点id
      • getProperty

        public Map<String,​Object> getProperty()
        返回点的属性集合
        Returns:
        点的属性
      • isMerge

        public boolean isMerge()
        返回集合属性的追加(true)或覆盖(false)
        Returns:
        集合属性的追加(true)或覆盖(false)