Class ResponseElementInfo


  • public class ResponseElementInfo
    extends Object
    bfs(广度优先搜索)结果集中,点和边的基础信息
    Version:
    3.3.0
    • Field Detail

      • elementId

        protected String elementId
        元素id
      • pk

        protected String pk
        点id对应的主键
      • type

        protected String type
        id对应的类型名
      • fromId

        protected String fromId
        边id对应的起始点
      • toId

        protected String toId
        边id对应的终止点
    • Constructor Detail

      • ResponseElementInfo

        public ResponseElementInfo()
    • Method Detail

      • getElementId

        public String getElementId()
        元素id
        Returns:
        STRING
      • getPk

        public String getPk()
        点id对应的主键
        Returns:
        STRING
      • getType

        public String getType()
        id对应的类型名
        Returns:
        STRING
      • getFromId

        public String getFromId()
        边id对应的起始点
        Returns:
        STRING 起始点
      • getToId

        public String getToId()
        边id对应的终止点
        Returns:
        STRING 终止点
      • getEdgePropertyMap

        public Map<String,​Object> getEdgePropertyMap()
        边属性集合
        Returns:
        边属性集合
      • setElementId

        public void setElementId​(String elementId)
      • setPk

        public void setPk​(String pk)
      • setType

        public void setType​(String type)
      • setFromId

        public void setFromId​(String fromId)
      • setToId

        public void setToId​(String toId)
      • setEdgePropertyMap

        public void setEdgePropertyMap​(Map<String,​Object> edgePropertyMap)